diff --git a/deployment/nginx.conf b/deployment/nginx.conf index c86ff9e..fffe930 100644 --- a/deployment/nginx.conf +++ b/deployment/nginx.conf @@ -34,22 +34,6 @@ http { # proxy_pass http://frontend:3000; # } - #location /epdm/chat/frontend { - # rewrite ^/epdm/chat/frontend/assets/(.*) $1 break; - # proxy_pass http://frontend:3000; - #} - - #location /epdm/chat/frontend/assets { - # rewrite ^/epdm/chat/frontend/assets/(.*) $1 break; - # proxy_pass http://frontend:3000/assets/$uri$is_args$args; - #} - - # Node Backend API Server - #location /epdm/chat/backend { - # rewrite ^/epdm/chat/backend(.*) $1 break; - # proxy_pass http://backend:8000$uri$is_args$args; - #} - # Python Backend location /backend { rewrite ^/backend(.*) $1 break;