This commit is contained in:
Emmanuel Garette 2022-03-11 21:28:06 +01:00
parent bf42da89ac
commit 8009fe9553

View file

@ -9,9 +9,8 @@ server {
error_page 403 404 502 503 504 /error.html;
location / {
rewrite ^(.*) https://$host$1 permanent;
break;
}
rewrite ^(.*) https://$host$1 permanent;
break;
}
# FIXME return 301 https://www.domain.com$request_uri; => https://www.nginx.com/blog/creating-nginx-rewrite-rules/
}