From dd14d3e64c6f7dd12dca593479f0a58421d1687d Mon Sep 17 00:00:00 2001 From: behruz-dev Date: Tue, 26 Aug 2025 15:42:23 +0500 Subject: [PATCH] change: change nginx.conf file --- resources/layout/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/layout/nginx.conf b/resources/layout/nginx.conf index 6831a45..84e4483 100644 --- a/resources/layout/nginx.conf +++ b/resources/layout/nginx.conf @@ -27,14 +27,14 @@ http { server_name _; location / { - proxy_pass http://web:8000; + proxy_pass http://web:9000; 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; proxy_set_header Host $http_host; } location /ws/ { - proxy_pass http://web:8000; # Uvicorn serveri ishga tushadigan port + proxy_pass http://web:9000; # Uvicorn serveri ishga tushadigan port proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection 'upgrade';