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:13:26 +05:30
parent 5e3f64bf5b
commit cefeb1fdbe

View file

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