Loading htdocs/config/nginx/conf.d/default.conf +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ server { rewrite ^(/.+)/$ $scheme://$http_host$1 permanent; rewrite ^(/.+)/index.html$ $scheme://$http_host$1 permanent; rewrite ^/faq(/.*)?$ $scheme://$http_host/support-topics$1 redirect; rewrite ^/how-tos(/.*)?$ $scheme://$http_host/support-topics$1 redirect; rewrite ^/faq(/.*)?$ $scheme://$http_host/support-topics$1 permanent; rewrite ^/how-tos(/.*)?$ $scheme://$http_host/support-topics$1 permanent; location / { root /usr/share/nginx/html; Loading Loading
htdocs/config/nginx/conf.d/default.conf +2 −2 Original line number Diff line number Diff line Loading @@ -7,8 +7,8 @@ server { rewrite ^(/.+)/$ $scheme://$http_host$1 permanent; rewrite ^(/.+)/index.html$ $scheme://$http_host$1 permanent; rewrite ^/faq(/.*)?$ $scheme://$http_host/support-topics$1 redirect; rewrite ^/how-tos(/.*)?$ $scheme://$http_host/support-topics$1 redirect; rewrite ^/faq(/.*)?$ $scheme://$http_host/support-topics$1 permanent; rewrite ^/how-tos(/.*)?$ $scheme://$http_host/support-topics$1 permanent; location / { root /usr/share/nginx/html; Loading