Role service-nginx: add autoindex options to default vhost
This commit is contained in:
parent
4876f88bc5
commit
f00a216fef
1 changed files with 2 additions and 0 deletions
|
@ -8,5 +8,7 @@ server {
|
|||
root /var/www/html;
|
||||
location / {
|
||||
index index.html;
|
||||
autoindex on;
|
||||
autoindex_exact_size off;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue