diff --git a/nginx.conf.template b/nginx.conf.template index 2b1b229..e0ab0a8 100644 --- a/nginx.conf.template +++ b/nginx.conf.template @@ -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}/;