Skip to content

Commit

Permalink
OZ-627: Update variable name from $fhir-odoo to $fhirOdoo (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliouzbett authored Oct 17, 2024
1 parent 97f204b commit b12758c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions proxy/default.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ server {
location / {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
set $fhir-odoo fhir-odoo:8080;
proxy_pass http://$fhir-odoo;
set $fhirOdoo fhir-odoo:8080;
proxy_pass http://$fhirOdoo;
}
}

0 comments on commit b12758c

Please sign in to comment.