From 1c7935d48daa15f1593506ab3cb09bab9046458a Mon Sep 17 00:00:00 2001 From: "ma.azimi@laposte.net" Date: Sat, 30 Jan 2016 19:46:54 +0100 Subject: [PATCH] Update packaging_apps.md --- packaging_apps.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packaging_apps.md b/packaging_apps.md index 105f306f..8ae11bcc 100644 --- a/packaging_apps.md +++ b/packaging_apps.md @@ -86,6 +86,9 @@ Since YunoHost has a unified architecture, you will be able to guess most of the Arguments management +### Nginx configuration +Nginx configuration + ### Hooks YunoHost provides a hook system, which is accessible via the packager's script callbacks in moulinette (CLI). The scripts have to be placed in the `hooks` repository at the root of the YunoHost package, and must be named `priority-hook_name`, for example: `hooks/50-post_user_create` will be executed after each user creation.