Compare commits

...

No commits in common. "77e619fa77c66d933fa71ee0a246460d258827ae" and "0bbbd68dbe7d02a8abf2a58ea826c4a14749d30c" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ server {
location / {
root /srv/www/;
autoindex on;
autoindex_exact_size off;
autoindex_exact_size on;
add_before_body /__assets/header.html;
}