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