added descriptions

This commit is contained in:
nabijonovdavronbek619@gmail.com
2025-12-22 13:06:28 +05:00
parent 991c0721e2
commit 308365630d
6 changed files with 8 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ http {
server_name _;
location / {
proxy_pass http://web:8000;
proxy_pass http://web:8001;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto https;