Skip to content

Commit

Permalink
fix: nginx conf file updated by removing rewrites for space location
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramveeraghanta committed May 22, 2024
1 parent 2b27f39 commit c26c8cf
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion nginx/nginx.conf.dev
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 0 additions & 1 deletion nginx/nginx.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c26c8cf

Please sign in to comment.