Remove double / in request c2a-systeme.fr
This commit is contained in:
parent
85e558020d
commit
4eda6acad3
@ -13,7 +13,7 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
# redirect everything to WWW
|
# redirect everything to WWW
|
||||||
return 301 https://www.c2a-systeme.fr/$request_uri;
|
return 301 https://www.c2a-systeme.fr$request_uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,6 +54,6 @@ server {
|
|||||||
|
|
||||||
location / {
|
location / {
|
||||||
# redirect everything to WWW
|
# redirect everything to WWW
|
||||||
return 301 https://www.c2a-systeme.fr/$request_uri;
|
return 301 https://www.c2a-systeme.fr$request_uri;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user