Skip to content

Commit

Permalink
fix(docker-image): send relative HTTP 301s from within container (#5409)
Browse files Browse the repository at this point in the history
Co-authored-by: kyle shockey <[email protected]>
  • Loading branch information
sibyaugustine and shockey authored Mar 23, 2020
1 parent 6f1dd08 commit 12e86da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ http {
index index.html index.htm;

location / {
absolute_redirect off;
alias /usr/share/nginx/html/;
expires 1d;

Expand Down

0 comments on commit 12e86da

Please sign in to comment.