server { listen 8081; root /usr/share/nginx/html; index index.html; server_name _; autoindex on; location /files { alias /home/; } }