From a1d80652d6e8c1f5ae47af01c5a69f6b49290463 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lemonsu=20Lo=C3=AFc?= Date: Mon, 14 Dec 2020 11:54:09 +0100 Subject: [PATCH] Allow visitors to public folder See #41 --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index a5d15dd..f5286fa 100644 --- a/scripts/install +++ b/scripts/install @@ -257,6 +257,8 @@ then ynh_permission_update --permission "main" --add "visitors" fi +ynh_permission_create --permission "public access" --url "/public/" --allowed "visitors" + #================================================= # RELOAD NGINX #=================================================