server { server_name {{ torrent_server.public_url }}; listen 8081; location / { root /var/www/receptor; try_files $uri /index.html; } location /dist { root /var/www/receptor; } }