From c26c8cfe1976cee6cbc9460d4e9a61ac3b6ca029 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Wed, 22 May 2024 20:52:02 +0530 Subject: [PATCH] fix: nginx conf file updated by removing rewrites for space location --- nginx/nginx.conf.dev | 1 - nginx/nginx.conf.template | 1 - 2 files changed, 2 deletions(-) diff --git a/nginx/nginx.conf.dev b/nginx/nginx.conf.dev index a6f20cbf5b1..7c1c4397ddb 100644 --- a/nginx/nginx.conf.dev +++ b/nginx/nginx.conf.dev @@ -53,7 +53,6 @@ http { } location /spaces/ { - rewrite ^/spaces/?$ /spaces/login break; proxy_http_version 1.1; proxy_set_header Upgrade ${dollar}http_upgrade; proxy_set_header Connection "upgrade"; diff --git a/nginx/nginx.conf.template b/nginx/nginx.conf.template index 56fdae8dc19..74758a8661e 100644 --- a/nginx/nginx.conf.template +++ b/nginx/nginx.conf.template @@ -53,7 +53,6 @@ http { } location /spaces/ { - rewrite ^/spaces/?$ /spaces/login break; proxy_http_version 1.1; proxy_set_header Upgrade ${dollar}http_upgrade; proxy_set_header Connection "upgrade";