Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eb833ea authored by Fazle Rabbi's avatar Fazle Rabbi Committed by Arnau Vàzquez
Browse files

1832 Fix redirections in doc.e.foundation

parent 62012b87
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;