f89fecacf0
fix the default config one for nginx server
14 lines
309 B
Plaintext
14 lines
309 B
Plaintext
server {
|
|
listen 80;
|
|
server_name yalarba.ru easysite102.ru valitovgaziz.ru бегущийбашкир.рф begushiybashkir.ru;
|
|
|
|
location / {
|
|
root /usr/share/nginx/stub/html;
|
|
index index.html;
|
|
}
|
|
|
|
location /.well-known/acme-challenge/ {
|
|
root /var/www/certbot;
|
|
}
|
|
}
|