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