Skip to content

Commit

Permalink
[nginx] pdc describe updating missing data commons config
Browse files Browse the repository at this point in the history
  • Loading branch information
carolyncole committed Oct 9, 2024
1 parent a36f73c commit 7f45bec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/nginxplus/files/conf/http/datacommons.conf
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ server {
proxy_pass http://describe/describe/;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Proto https;
proxy_cache describe-prodcache;
health_check uri=/describe/health.json interval=10 fails=3 passes=2;
# handle errors using errors.conf
Expand Down

0 comments on commit 7f45bec

Please sign in to comment.