Hello,
I try maintain the Garradin_ynh app.
Since an upgrade version for Garradin_ynh, there is an issue with the links created on the public page. It must be a problem with the nginx.conf but I haven’t found what’s going wrong.
This issue is explain here : https://github.com/YunoHost-Apps/garradin_ynh/issues/24
The links works for the wiki when they are private, it is possible to edit other public pages in the wiki, but the links don’t works…
After discussion with the maintainer of Garradin, it seems that the urls must be found in /var/www/garradin/www/_route.php
. I have try to add these lines on the config:
index index.php index.html;
try_files $uri $uri/ /_route.php;
But it did not resolve the matter… and I am not an expert.
Does somebody can help me resolve this issue ?
I am working in the testing branch of this app, here is the link to the file nginx.conf:
https://github.com/YunoHost-Apps/garradin_ynh/blob/testing/conf/nginx.conf