mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-01 04:33:33 +00:00
$host --> series-notification.online
This commit is contained in:
@@ -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/;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user