fix: nginx conf file updated by removing rewrites for space location

This commit is contained in:
sriram veeraghanta 2024-05-22 20:52:02 +05:30
parent 2b27f39727
commit c26c8cfe19
2 changed files with 0 additions and 2 deletions

View File

@ -53,7 +53,6 @@ http {
} }
location /spaces/ { location /spaces/ {
rewrite ^/spaces/?$ /spaces/login break;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade ${dollar}http_upgrade; proxy_set_header Upgrade ${dollar}http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";

View File

@ -53,7 +53,6 @@ http {
} }
location /spaces/ { location /spaces/ {
rewrite ^/spaces/?$ /spaces/login break;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade ${dollar}http_upgrade; proxy_set_header Upgrade ${dollar}http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";