From 1aa3725f092fcb51fe8c08b788d2c7472336efcf Mon Sep 17 00:00:00 2001 From: Miguel Salerno <mans17@inf.ufpr.br> Date: Thu, 8 Jul 2021 09:55:46 -0300 Subject: [PATCH] update simcaq nginx file --- nginx/simcaq | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nginx/simcaq b/nginx/simcaq index be80844..e72a829 100644 --- a/nginx/simcaq +++ b/nginx/simcaq @@ -44,7 +44,6 @@ server { proxy_pass http://simcaq/; } - location /api/ { proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; @@ -52,7 +51,7 @@ server { # proxy_set_header Host $host; proxy_cache_bypass $http_upgrade; proxy_set_header X-Real-IP $remote_addr; - proxy_pass http://node_server/; + proxy_pass http://node_server; proxy_read_timeout 600s; } @@ -82,4 +81,3 @@ server { # proxy_pass http://cdn_server/api/v1/file/download/; # } } - -- GitLab