Skip to content

Commit

Permalink
Revert "Merge pull request #206 from HSLdevcom/dns-validation-path"
Browse files Browse the repository at this point in the history
This reverts commit 29abca7, reversing
changes made to 426c439.
  • Loading branch information
optionsome committed Oct 3, 2022
1 parent 29abca7 commit 5fb1c0b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -512,14 +512,6 @@ http {
# Add HTTP Strict Transport Security for good measure.
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains;";

# This is used by the certificate authority to validate we own the domain
location = /.well-known/pki-validation/fileauth.txt {
proxy_pass https://dnsvalidationstorage.blob.core.windows.net/dnsfiles/fileauth.txt;
proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}

location / {
proxy_pass http://digitransit-site:8080;
include basicsettings.conf;
Expand Down

0 comments on commit 5fb1c0b

Please sign in to comment.