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:23:00 +01:00
parent dccac47828
commit 60fc6d9993
2 changed files with 2 additions and 2 deletions

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 != '/wekan')
if ($uri != '/__PATH__')
{
expires 30d;
}

View file

@ -80,7 +80,7 @@ then
domain="$old_domain"
path_url="$new_path"
# Create a dedicated nginx config
ynh_add_nginx_config
ynh_add_nginx_config port
fi
# Change the domain for nginx