From f94696b4dcbaf4fe7c95e2fc6b4b245b60fd83ca Mon Sep 17 00:00:00 2001 From: pablohashescobar Date: Sat, 11 May 2024 19:38:48 +0530 Subject: [PATCH] dev: change nginx conf routes --- nginx/nginx.conf.dev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/nginx.conf.dev b/nginx/nginx.conf.dev index d13897166..eb0d54d7d 100644 --- a/nginx/nginx.conf.dev +++ b/nginx/nginx.conf.dev @@ -26,7 +26,7 @@ http { } location /god-mode/ { - proxy_pass http://admin:3000/god-mode/; + proxy_pass http://admin:3001/god-mode/; } location /api/ { @@ -39,7 +39,7 @@ http { location /spaces/ { rewrite ^/spaces/?$ /spaces/login break; - proxy_pass http://space:4000/spaces/; + proxy_pass http://space:3002/spaces/; } location /${BUCKET_NAME}/ {