File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ server {
2626 proxy_set_header X-Real-IP $remote_addr;
2727 }
2828
29- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
3030 proxy_pass http://production-nest-backend:8000;
3131 proxy_set_header Host $host;
3232 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ server {
2626 proxy_set_header X-Real-IP $remote_addr;
2727 }
2828
29- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
3030 proxy_pass http://staging-nest-backend:8000;
3131 proxy_set_header Host $host;
3232 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
You can’t perform that action at this time.
0 commit comments