Skip to content
Snippets Groups Projects
Commit 95826edf authored by Ben Morrice's avatar Ben Morrice
Browse files

testing

parent cf6f09eb
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,7 @@ location /linux/ {
}
# linux.web.cern.ch/path/index.shtml should now redirect to linux.web.cern.ch/path/
if ($request_uri ~ ^/(.*)\index.shtml$) {
if ($request_uri ~ ^/(.*)/index\.shtml$) {
return 302 /$1;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment