9 lines
119 B
INI
9 lines
119 B
INI
server {
|
|
listen 8001;
|
|
root /vagrant;
|
|
|
|
location / {
|
|
autoindex on;
|
|
}
|
|
}
|