server { listen 80; # server_name your_domain.com; # Replace with your domain root /var/www/pimti-perempuan; index index.html; location / { try_files $uri $uri/ =404; } }