server { listen 443; server_name ams.gpdp.shop; root /var/www/ams.gpdp.shop/html; index index.html; location / { try_files $uri $uri/ =404; } }