🐛 Fix http proxy

This commit is contained in:
2024-02-13 22:56:22 +08:00
parent ed9434b85a
commit e40fe6049f
9 changed files with 34 additions and 25 deletions

View File

@@ -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"

View File

@@ -1,3 +1,3 @@
#!/bin/bash
echo "Good morning!"
echo "Good morning!" > ./kokodayo.txt