1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

Allow visitors to public folder

See #41
This commit is contained in:
mastereur 2020-12-29 19:12:16 +01:00
parent d413bd7d8b
commit 9965711e6a

View file

@ -233,6 +233,8 @@ then
ynh_app_setting_set --app=$app --key=unprotected_uris --value="/"
fi
ynh_permission_create --permission "public access" --url "/public/" --allowed "visitors"
#=================================================
# RELOAD NGINX
#=================================================