From bf0ed487d3a0b574d2fd1952b95537053ee5ac2d Mon Sep 17 00:00:00 2001 From: Aditya <60684641+0x0elliot@users.noreply.github.com> Date: Wed, 25 Oct 2023 16:58:26 +0530 Subject: [PATCH] fix: cleaning config file + removing comments --- frontend/confd/templates/nginx.conf | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/frontend/confd/templates/nginx.conf b/frontend/confd/templates/nginx.conf index f4ff22ac..6d1d6081 100755 --- a/frontend/confd/templates/nginx.conf +++ b/frontend/confd/templates/nginx.conf @@ -70,17 +70,6 @@ http { try_files $uri /index.html; } - # location /api/v1 { - # proxy_pass http://{{ getenv "BACKEND_HOSTNAME" "shuffle-backend" }}:5001; - # proxy_buffering off; - # proxy_http_version 1.1; - - # proxy_connect_timeout 900; - # proxy_send_timeout 900; - # proxy_read_timeout 900; - # send_timeout 900; - # } - location ~ /api/v(1|2) { proxy_pass http://{{ getenv "BACKEND_HOSTNAME" "shuffle-backend" }}:5001; proxy_buffering off;