V4.x Docker Refactoring and Docs

This commit is contained in:
Ariel Rin
2023-08-14 03:05:44 +00:00
parent 4aff4006e3
commit 4305ae7995
14 changed files with 297 additions and 108 deletions

View File

@@ -11,7 +11,7 @@ server {
}
location / {
proxy_pass http://allianceauth:8000;
proxy_pass http://allianceauth_gunicorn:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;