modified: nginx/nginx-ssl.conf

rebuild nginx service with right configs
This commit is contained in:
2025-07-09 13:35:25 +03:00
parent 7368eaa744
commit 859b8d2f69
-13
View File
@@ -37,19 +37,6 @@ server {
}
server {
listen 80;
server_name valitovgaziz.ru www.valitovgaziz.ru;
location /.well-known/acme-challenge/ {
root /var/www/certbot;
}
location / {
return 301 https://$host$request_uri;
}
}
server {
listen 443 ssl;
server_name valitovgaziz.ru;