diff --git a/nginx-config/https/https-themself-eu.conf b/nginx-config/https/https-themself-eu.conf index 1040830..2cdcdee 100755 --- a/nginx-config/https/https-themself-eu.conf +++ b/nginx-config/https/https-themself-eu.conf @@ -11,6 +11,6 @@ server { ssl_certificate /letsencrypt/live/themself.eu/fullchain.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; }