fix proxy

This commit is contained in:
2023-10-30 09:35:08 +01:00
parent 98c818f028
commit 1f1821d607

View File

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