server { server_name chetantiwari.com www.chetantiwari.com; root /opt/wpsites/default; index index.html; location / { try_files $uri $uri/ =404; } }