From 4e3dbc4d9ce1ce07a91ec1ed555a1dd7ed55b4f0 Mon Sep 17 00:00:00 2001 From: drunkendog Date: Tue, 27 Sep 2022 18:32:21 +0100 Subject: [PATCH] Add 'scripts/calibre-web/manifest.dat' --- scripts/calibre-web/manifest.dat | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 scripts/calibre-web/manifest.dat diff --git a/scripts/calibre-web/manifest.dat b/scripts/calibre-web/manifest.dat new file mode 100644 index 0000000..fae7d3c --- /dev/null +++ b/scripts/calibre-web/manifest.dat @@ -0,0 +1,9 @@ +% +@ #ip_address +@ http://172.30.7.1:8083/ +% +@ #service +@ calibre-web +% +@ #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