1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wekan_ynh.git synced 2024-09-03 20:36:09 +02:00
This commit is contained in:
yalh76 2019-03-07 18:43:06 +01:00
parent c21f2dba10
commit 1944b69fd3

View file

@ -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;
}