server {
    listen [::]:3131;
    listen 3131;

    location /torrent-server/torrents/ {
        autoindex on;
        root /var/www/;
    }
}
