Skip to content

Commit

Permalink
Avoid issuing redirect at all if trailing slash is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
maeve-fpf committed Sep 30, 2020
1 parent ea70129 commit 7472e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ http {
location / {
root /opt/nginx/root;
index index.html;
rewrite ^/https-everywhere$ $uri/;
}
}
}

0 comments on commit 7472e9a

Please sign in to comment.