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