mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
change dokuwiki template to execute php files in lib/exe
This commit is contained in:
parent
d2e01fab76
commit
663c4dd301
26 changed files with 26 additions and 26 deletions
|
@ -32,7 +32,7 @@ server {
|
|||
}
|
||||
}
|
||||
|
||||
location ^~ /lib/ {
|
||||
location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
|
||||
expires 30d;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ server {
|
|||
}
|
||||
}
|
||||
|
||||
location ^~ /lib/ {
|
||||
location ~ ^/lib.*\.(gif|png|ico|jpg)$ {
|
||||
expires 30d;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue