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
dccac47828
commit
60fc6d9993
2 changed files with 2 additions and 2 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 != '/wekan')
|
||||
if ($uri != '/__PATH__')
|
||||
{
|
||||
expires 30d;
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue