Typo
This commit is contained in:
parent
4dd11d8def
commit
f86cd567de
|
@ -626,9 +626,9 @@ Note : IPV4 uniquement
|
||||||
|
|
||||||
server {
|
server {
|
||||||
if ($host = routeur.libre-en-communs.org) {
|
if ($host = routeur.libre-en-communs.org) {
|
||||||
return 301 https://$host$request_uri;
|
return 302 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
server_name routeur.libre-en-communs.org;
|
server_name routeur.libre-en-communs.org;
|
||||||
listen 80;
|
listen 80;
|
||||||
return 404;
|
return 404;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue