diff options
author | Sergei Fedosoff <eleksir@gmail.com> | 2020-02-08 02:21:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-02-08 02:21:42 +0700 |
commit | fa256f66f1d4b6499f28c4eb50f6f5b49f79821a (patch) | |
tree | 66fec61500f21dbdf49d395435478d6c51f5ac73 /network/webhook/webhook.sysconfig | |
parent | 8bc5415d79f131dda5c88e262096db24128e0c9b (diff) |
network/webhook: Updated for version 2.6.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/webhook/webhook.sysconfig')
-rw-r--r-- | network/webhook/webhook.sysconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/webhook/webhook.sysconfig b/network/webhook/webhook.sysconfig index 5480a856b2217..73f86812415b4 100644 --- a/network/webhook/webhook.sysconfig +++ b/network/webhook/webhook.sysconfig @@ -16,7 +16,7 @@ PIDFILE="/var/run/webhook/webhook.pid" # effective user USER=nobody -# protocol://yourserver:port/PREFIX/:hook-id (default "hooks") +# protocol://yourserver:port/URLPREFIX/:hook-id (default "hooks") URLPREFIX="hooks" # Other options |