$host --> series-notification.online

This commit is contained in:
2023-05-14 13:49:56 +00:00
parent 82a92239e7
commit 77ea967a20
2 changed files with 5 additions and 5 deletions

View File

@@ -11,7 +11,7 @@ server {
}
location / {
return 301 https://$host$request_uri;
return 301 https://series-notification.online$request_uri;
}
}
@@ -34,4 +34,4 @@ server {
location /django_static/ {
alias /django_static/;
}
}
}