diff --git a/docker/nginx.conf b/docker/nginx.conf index c5ca389..de6ae20 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -22,9 +22,7 @@ http { location / { root /opt/nginx/root; index index.html; - # This line has been adjusted for the temporary different external URL. - # Don't include this change in the main branch. - rewrite ^/https-everywhere($|//+)(.*) /https-everywhere-2021/$2 permanent; + rewrite ^/https-everywhere-2021($|//+)(.*) /https-everywhere-2021/$2 permanent; } } }