Skip to content

Commit

Permalink
test: test-environment nginx service name type for zaakbrug-staging
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed Sep 5, 2023
1 parent 39151c3 commit e4b9a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/zaakbrug-staging-nginx/zaakbrug-staging.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
location /openforms2bpel/staging/ {
sendfile on;

proxy_pass http://openforms2bpel-staging:8000/;
proxy_pass http://zaakbrug-staging:8000/;
proxy_set_header Host $host:$server_port;
proxy_set_header X-Real-IP $remote_addr;
proxy_redirect http://$host:$server_port/ http://$host:$server_port/openforms2bpel/staging/;
Expand Down

0 comments on commit e4b9a57

Please sign in to comment.