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 {
26
26
proxy_set_header X-Real-IP $remote_addr;
27
27
}
28
28
29
- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29
+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
30
30
proxy_pass http://production-nest-backend:8000;
31
31
proxy_set_header Host $host;
32
32
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 {
26
26
proxy_set_header X-Real-IP $remote_addr;
27
27
}
28
28
29
- location ~ ^/(a|api|csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
29
+ location ~ ^/(a|api/v1 |csrf|graphql|idx|integrations|sitemap(?:\.xml)?|status)(/|$) {
30
30
proxy_pass http://staging-nest-backend:8000;
31
31
proxy_set_header Host $host;
32
32
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
You can’t perform that action at this time.
0 commit comments