PROJET AUTOBLOG


shaarli-Links

Site original : shaarli-Links

⇐ retour index

Nginx configuration: autoindex subdirectory - Stack Overflow

2018-06-05T11:11:32+02:00
server {
[...]
    location / {                                                          
        autoindex                   on;
        autoindex_exact_size        off;
        autoindex_localtime         on;
    }
[...]
}
Permalink