Dolibarr "website" module configuration

My YunoHost server

Hardware: Old 32 bits Sony laptop
YunoHost version: 11.0.11
I have access to my server : Through SSH | through the webadmin | direct access via keyboard / screen | …
Dolibarr version: 16.0.3

Description of my issue

Hello

I am trying to deploy my ‘website’ module on the web - a small CMS integrated with the Dolibarr application - by assigning it a domain name declared in Yunohost. In the module’s contextual help, there is an example to use in the context of an Apache virtual host configuration (Yunohost environment is not taken into account).

<Directory "/var/www/dolibarr/htdocs">
AllowOverride FileInfo Options
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
Require all granted
</Directory>
<Directory "/var/www/dolibarr/documents/website">
AllowOverride FileInfo Options
Options -Indexes -MultiViews +FollowSymLinks -ExecCGI
Require all granted
</Directory>
<Directory "/var/www/dolibarr/documents/medias">
AllowOverride FileInfo Options
Options -Indexes -MultiViews -FollowSymLinks -ExecCGI
Require all granted
</Directory>

What would be the equivalent for a configuration with Nginx in a Yunohost environment?

Thank you in advance for your help.
Fifoude

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.