From e9e7e76a87623202a1be909a4cfa4e72cd8f4308 Mon Sep 17 00:00:00 2001 From: Ravi Shankar Date: Wed, 3 Apr 2024 03:04:12 +0530 Subject: [PATCH] Update nginx config --- nginx/default.conf | 5 ----- 1 file changed, 5 deletions(-) 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;