mirror of
https://github.com/YunoHost-Apps/wekan_ynh.git
synced 2024-09-03 20:36:09 +02:00
Fix Path
This commit is contained in:
parent
c21f2dba10
commit
1944b69fd3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ location __PATH__
|
|||
# on every applicaiton update the name of CSS and JS file is different,
|
||||
# so they can be cache infinitely (here: 30 days)
|
||||
# the root path MUST NOT be cached
|
||||
if ($uri != '/__PATH__')
|
||||
if ($uri != '__PATH__')
|
||||
{
|
||||
expires 30d;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue