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