We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc41a4 commit fd8554dCopy full SHA for fd8554d
proxy/production.conf
@@ -16,7 +16,7 @@ server {
16
proxy_set_header X-Real-IP $remote_addr;
17
}
18
19
- location ~ ^/(a|api|graphql|integrations)/ {
+ location ~ ^/(a|api|graphql|idx|integrations)/ {
20
proxy_pass http://production-nest-backend:8000;
21
proxy_set_header Host $host;
22
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy/staging.conf
@@ -23,7 +23,7 @@ server {
23
24
25
26
27
proxy_pass http://staging-nest-backend:8000;
28
29
0 commit comments