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