1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Added permission to remove header

This commit is contained in:
anmol26s 2021-02-28 01:41:08 +05:30
parent cefeb1fdbe
commit 67dc7901e7

View file

@ -183,7 +183,7 @@ then
ynh_permission_update --permission="main" --add="visitors"
fi
ynh_permission_create --permission="admin" --url="/ghost" --auth_header="false" --protected="true"
ynh_permission_create --permission="admin" --url="/ghost" --allowed="visitors" --auth_header="false" --protected="true"
#=================================================
# RELOAD NGINX