Some improvements for dokuwiki #42

Merged
moepman merged 2 commits from :master into master 2020-09-12 19:30:00 +02:00
1 changed files with 4 additions and 0 deletions
Showing only changes of commit 78dc0938bf - Show all commits

View File

@ -55,6 +55,10 @@ server {
deny all;
}
location ~ ^/wiki/lib.*\.(gif|png|ico|jpg)$ {
expires 31d;
}
location /static {
autoindex on;
}