From 766e9ff5f3629401f339585bb71dcd03461e324c Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 2 Nov 2022 17:10:20 +0000 Subject: [PATCH] Add 'scripts/gokapi/manifest.dat' --- scripts/gokapi/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/gokapi/manifest.dat diff --git a/scripts/gokapi/manifest.dat b/scripts/gokapi/manifest.dat new file mode 100644 index 0000000..e627506 --- /dev/null +++ b/scripts/gokapi/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.10.1:53842/ +% +@ #service +@ gokapi +% +@ #ADDITIONAL_REPLACE +@ template = template.replace("proxy_set_header Host $host;", "proxy_set_header Host $host;\nproxy_set_header Upgrade $http_upgrade;\nproxy_set_header Connection \"upgrade\";") \ No newline at end of file