modified: serv_nginx/nginx/nginx-http.conf
add https on 443 port stub site
This commit is contained in:
@@ -11,3 +11,13 @@ server {
|
|||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 443;
|
||||||
|
server_name yalarba.ru easysite102 valitovgaziz.ru бегущийбашкир.рф;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
root /usr/share/nginx/stub/html;
|
||||||
|
index index.html;
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user