From 1f1821d607e78b13eb0c84fb7858098907441073 Mon Sep 17 00:00:00 2001 From: Sirttas Date: Mon, 30 Oct 2023 09:35:08 +0100 Subject: [PATCH] fix proxy --- nginx.conf.template | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx.conf.template b/nginx.conf.template index cfc360d..f6ecafa 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -13,6 +13,7 @@ server { proxy_ssl_server_name on; proxy_set_header Host "${API_URL}"; proxy_set_header X-Forwarded-Proto https; + proxy_set_header Accept-Encoding ""; sub_filter 'https://${API_URL}/' '/appi/'; } location /pocketbase/ {