Skip to content

Commit

Permalink
"@builder6/mongodb-api": "^0.0.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
hotlong committed Dec 9, 2024
1 parent 4d4a38f commit 8d0c9ff
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/enterprise/fs/opt/steedos/templates/nginx-app.conf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,19 @@ fi
proxy_pass http://localhost:5100/api/v6/;
}
location /v2/c/ {
proxy_http_version 1.1;
proxy_buffering off;
proxy_max_temp_file_size 0;
proxy_redirect off;
proxy_set_header Host \$http_host/v2/c/;
proxy_set_header X-Forwarded-For \$proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto \$origin_scheme;
proxy_set_header X-Forwarded-Host \$origin_host;
proxy_set_header Connection "";
proxy_pass http://localhost:5100/v2/c/;
}
location /v7/ {
proxy_pass http://localhost:5100/v7/;
proxy_http_version 1.1;
Expand Down

0 comments on commit 8d0c9ff

Please sign in to comment.