Remove double / in request c2a-systeme.fr

This commit is contained in:
Mathieu Sanchez 2019-05-08 13:50:24 +09:00
parent 85e558020d
commit 4eda6acad3
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ server {
location / {
# 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 / {
# redirect everything to WWW
return 301 https://www.c2a-systeme.fr/$request_uri;
return 301 https://www.c2a-systeme.fr$request_uri;
}
}