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