Merge pull request #627 from n1trux/master

fix dokuwiki nginx template
This commit is contained in:
Serghey Rodin 2016-06-27 11:32:40 +03:00 committed by GitHub
commit a4c0e13065
26 changed files with 26 additions and 26 deletions

View file

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

View file

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