fix nginx
All checks were successful
Deploy Amap / deploy (push) Successful in 29s

This commit is contained in:
2026-02-20 00:48:39 +01:00
parent 4fbc1e6621
commit eb19efe225

View File

@@ -6,7 +6,7 @@ server {
root /srv/www/frontend;
index index.html;
location /api/ {
location /api {
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;