server { listen 80; server_name ftp.my-domain.com; location / { autoindex on; root /var/www/ftp; } }