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/ {