server { listen 80; server_name kadet.net default; index index.html index.htm; location / { root /var/www/kadet.net/; } }