server { listen 80; listen [::]:80; server_name secret.vicky.com; root /var/www/secret.vicky.com/public; #add_header X-Frame-Options "SAMEORIGIN"; #add_header X-Content-Type-Options "nosniff"; index index.html index.php; charset utf-8; location / { try_files $uri $uri/ /index.php?$query_string; } }