From a7682dcab76e15e6cb6eb30ed8f2d6456953465d Mon Sep 17 00:00:00 2001 From: drunkendog Date: Wed, 23 Aug 2023 19:31:22 +0100 Subject: [PATCH] Add 'scripts/weechat/manifest.dat' --- scripts/weechat/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/weechat/manifest.dat diff --git a/scripts/weechat/manifest.dat b/scripts/weechat/manifest.dat new file mode 100644 index 0000000..ebb4dcf --- /dev/null +++ b/scripts/weechat/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.24.1:9001/ +% +@ #service +@ weechat +% +@ #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