update to mabras rework

This commit is contained in:
2023-10-29 18:28:05 +01:00
parent 2b59f8719a
commit 0ea65867a8
7 changed files with 69 additions and 16 deletions

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;
sub_filter 'https://${API_URL}/' '/appi/';
}
location /pocketbase/ {
proxy_pass https://${POCKET_BASE_URL}/;