Merge pull request #3999 from icedieler/patch-1

Update nginx configuration for manual setup
This commit is contained in:
vabene1111
2025-09-05 17:30:00 +02:00
committed by GitHub

View File

@@ -196,6 +196,7 @@ server {
proxy_set_header Host $http_host;
proxy_pass http://unix:/var/www/recipes/recipes.sock;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $remote_addr;
}
}
```