From 3a348a71bf466b319c5d6c66073464145cc8f8c0 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Thu, 29 Sep 2022 15:47:34 +0100 Subject: [PATCH] Add 'scripts/syncthing/manifest.dat' --- scripts/syncthing/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/syncthing/manifest.dat diff --git a/scripts/syncthing/manifest.dat b/scripts/syncthing/manifest.dat new file mode 100644 index 0000000..b7066ec --- /dev/null +++ b/scripts/syncthing/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.8.1:8384/ +% +@ #service +@ syncthing +% +@ #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