Skip to content

Commit

Permalink
Update default.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
SchulzeStTSI authored Sep 9, 2021
1 parent 98eeab8 commit 71c0451
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nginx/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ server {
return 200;
}
location /booking {
proxy_pass https://dgca-booking-demo-backend.cfapps.eu10.hana.ondemand.com/booking;
proxy_pass https://dgca-booking-demo-backend-test.cfapps.eu10.hana.ondemand.com/booking;
}
location /boardingpass {
proxy_pass https://dgca-booking-demo-backend.cfapps.eu10.hana.ondemand.com/boardingpass;
proxy_pass https://dgca-booking-demo-backend-test.cfapps.eu10.hana.ondemand.com/boardingpass;
}
location /validationStatus {
proxy_pass https://dgca-booking-demo-backend.cfapps.eu10.hana.ondemand.com/validationStatus;
proxy_pass https://dgca-booking-demo-backend-test.cfapps.eu10.hana.ondemand.com/validationStatus;
}
}

0 comments on commit 71c0451

Please sign in to comment.