From f8517264b78f33434c33202c79e7d103de74fc4a Mon Sep 17 00:00:00 2001 From: xoliqberdiyev Date: Thu, 25 Dec 2025 10:27:40 +0000 Subject: [PATCH] Update resources/layout/nginx.conf --- resources/layout/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/layout/nginx.conf b/resources/layout/nginx.conf index acdc82e..e10373b 100644 --- a/resources/layout/nginx.conf +++ b/resources/layout/nginx.conf @@ -27,7 +27,7 @@ http { server_name _; location / { - proxy_pass http://web:8001; + proxy_pass http://web:8000; 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;