* Url rewriting (#54)
* Remove unused code
* Add rewrite URL functionnality
* Fix subpath handling
* Fix nginx error
nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20
* [enh] Enforce URL rewrite
* Increment package version
* [fix] dedicated named location per $app (#61)
fix multiple install on subdomains
Before this fix
app1 => @dokuwiki works
app2 => @dokuwiki fails
After \o/
app1 => @app1 works
app2 => @app2 works
Co-authored-by: Maniack Crudelis <maniackcrudelis@users.noreply.github.com>
* Remove unused code
* Add rewrite URL functionnality
* Fix subpath handling
* Fix nginx error
nginx: [emerg] named location "@dokuwiki" can be on the server level only in /etc/nginx/conf.d/sub.example.org.d/dokuwiki.conf:20
* [enh] Enforce URL rewrite
* Increment package version
Co-authored-by: Gofannon <17145502+Gofannon@users.noreply.github.com>
- migrate from custom helper '.fonctions' to official helpers
- Use '_common.sh' + various templates from 'example_ynh'
- update 'manifest' with new Yunohost version requirement
- redo 'install' script