Redirect themself.eu -> driving.themself.eu
This commit is contained in:
parent
90a753060b
commit
e74c012fe5
|
|
@ -11,6 +11,6 @@ server {
|
||||||
ssl_certificate /letsencrypt/live/themself.eu/fullchain.pem;
|
ssl_certificate /letsencrypt/live/themself.eu/fullchain.pem;
|
||||||
ssl_certificate_key /letsencrypt/live/themself.eu/privkey.pem;
|
ssl_certificate_key /letsencrypt/live/themself.eu/privkey.pem;
|
||||||
|
|
||||||
return 301 https://massage.themself.eu$request_uri;
|
return 301 https://driving.themself.eu$request_uri;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue