From e545ac5ea4b45ff47f00f8a0351d591660079c89 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 22 Dec 2022 18:07:29 +0000 Subject: [PATCH] Add 'scripts/nextcloud/manifest.dat' --- scripts/nextcloud/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/nextcloud/manifest.dat diff --git a/scripts/nextcloud/manifest.dat b/scripts/nextcloud/manifest.dat new file mode 100644 index 0000000..78eb0d9 --- /dev/null +++ b/scripts/nextcloud/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.16.1:80/ +% +@ #service +@ nextcloud +% +@ #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