cleanup
This commit is contained in:
@@ -13,7 +13,6 @@ server {
|
|||||||
proxy_ssl_server_name on;
|
proxy_ssl_server_name on;
|
||||||
proxy_set_header Host "${API_URL}";
|
proxy_set_header Host "${API_URL}";
|
||||||
proxy_set_header X-Forwarded-Proto https;
|
proxy_set_header X-Forwarded-Proto https;
|
||||||
|
|
||||||
}
|
}
|
||||||
location /pocketbase/ {
|
location /pocketbase/ {
|
||||||
proxy_pass https://${POCKET_BASE_URL}/;
|
proxy_pass https://${POCKET_BASE_URL}/;
|
||||||
|
|||||||
Reference in New Issue
Block a user