Update nginx conf.

This commit is contained in:
mguschin
2026-03-09 16:41:09 +03:00
parent b72b0e78b0
commit d4633a0f46
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -16,3 +16,4 @@ passwords.txt
.env
__pycache__/
*.pyc
certbot

View File

@@ -27,7 +27,7 @@ server {
ssl_prefer_server_ciphers on;
location / {
proxy_pass http://web:8000;
proxy_pass http://web;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;