This commit is contained in:
2023-10-29 12:57:14 +01:00
parent 4e4a700ced
commit 2b59f8719a

View File

@@ -13,7 +13,6 @@ server {
proxy_ssl_server_name on;
proxy_set_header Host "${API_URL}";
proxy_set_header X-Forwarded-Proto https;
}
location /pocketbase/ {
proxy_pass https://${POCKET_BASE_URL}/;