Some improvements for dokuwiki #42

Merged
moepman merged 2 commits from :master into master 2020-09-12 19:30:00 +02:00
Showing only changes of commit 78dc0938bf - Show all commits

View File

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