File: //var/lib/letsencrypt/backups/1733709774.6100879/chetantiwari.com_5
server {
server_name chetantiwari.com www.chetantiwari.com;
root /opt/wpsites/default;
index index.html;
location / {
try_files $uri $uri/ =404;
}
listen 80; # managed by Certbot
listen 443 ssl; # managed by Certbot
ssl_certificate /etc/letsencrypt/live/chetantiwari.com/fullchain.pem; # managed by Certbot
ssl_certificate_key /etc/letsencrypt/live/chetantiwari.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
}