🐛 Fix http proxy
This commit is contained in:
@@ -5,10 +5,14 @@ id = "root"
|
||||
hosts = ["localhost"]
|
||||
paths = ["/"]
|
||||
[[locations.destinations]]
|
||||
id = "static"
|
||||
uri = "files://regions?index=index.html"
|
||||
id = "hypertext"
|
||||
uri = "https://postman-echo.com/get"
|
||||
# [[locations.destinations]]
|
||||
# id = "static"
|
||||
# uri = "files://regions?index=index.html"
|
||||
|
||||
[[applications]]
|
||||
id = "script"
|
||||
exe = "./script.sh"
|
||||
workdir = "regions"
|
||||
|
||||
# [[applications]]
|
||||
# id = "script"
|
||||
# exe = "./script.sh"
|
||||
# workdir = "regions"
|
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Good morning!"
|
||||
echo "Good morning!" > ./kokodayo.txt
|
||||
|
Reference in New Issue
Block a user