solar/bootstrap/playbooks/files/nginx_vagrant_dir.cfg

9 lines
119 B
INI

server {
listen 8001;
root /vagrant;
location / {
autoindex on;
}
}