Skip to content

Commit

Permalink
Merge pull request #160 from HSLdevcom/use-normal-site
Browse files Browse the repository at this point in the history
Don't use HSL error page for site
  • Loading branch information
vesameskanen authored May 31, 2021
2 parents 561f637 + 7627f0a commit 3ec0dea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -392,12 +392,6 @@ http {
# Add HTTP Strict Transport Security for good measure.
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains;";

error_page 500 502 503 504 /502.html;
location = /502.html {
proxy_pass https://errorpages.blob.core.windows.net/html/error_page.html;
internal;
}

location / {
proxy_pass http://digitransit-site:8080;
proxy_redirect off;
Expand Down

0 comments on commit 3ec0dea

Please sign in to comment.