server { listen 80; server_name stats.minecore.cz; root /opt/mcstatsweb/; index index.html index.htm; location / { try_files $uri $uri/ =404; } }