File: //var/lib/letsencrypt/backups/1752171910.0459135/next.nowruzgan.com_19
server {
root /var/www/next.nowruzgan.com;
index index.php index.html index.htm;
listen 80;
server_name next.nowruzgan.com;
listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/next.nowruzgan.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/next.nowruzgan.com/privkey.pem; # managed by Certbot
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
}