$host --> series-notification.online

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

View File

@ -7,8 +7,8 @@
domains=(series-notification.online www.series-notification.online)
rsa_key_size=4096
data_path="./config/certbot"
email="shahsuvarov703@gmail.com" # Adding a valid address is strongly recommended
data_path="../../config/certbot"
email="aykhan.shahs0@gmail.com" # Adding a valid address is strongly recommended
staging=0 # Set to 1 if you're testing your setup to avoid hitting request limits
if [ -d "$data_path" ]; then

View File

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