Update script doesn't update nginx configuration file
JimboJoe opened this issue · 2 comments
JimboJoe commented
When upgrading this package, the script doesn't handle upgrading the nginx configuration file, although some enhancements can be applied by upgrading (like this one)
Gofannon commented
Should be fixed by the new version I guess ? https://github.com/YunoHost-Apps/dokuwiki_ynh/blob/testing/scripts/upgrade#L178-L183
Gofannon commented
In my opinion, the issue can be closed.
Package uses the helper ynh_add_nginx_config
which overwrite nginx configuration
See https://github.com/YunoHost-Apps/dokuwiki_ynh/blob/master/scripts/upgrade#L173