diff --git a/nginx/default.conf b/nginx/default.conf index 214fdbd..c877449 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -38,11 +38,6 @@ server { proxy_pass http://ace-away:3000/ws; } - location /cryptofolio/ { - proxy_set_header Host $host; - proxy_pass http://cryptofolio:5000/; - } - location / { # route everything else to static server proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;