change dokuwiki template to execute php files in lib/exe

This commit is contained in:
phre4k 2016-02-19 14:57:36 +01:00
commit 663c4dd301
26 changed files with 26 additions and 26 deletions

View file

@ -28,7 +28,7 @@ server {
}
}
location ^~ /lib/ {
location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
expires 30d;
}