mirror of
https://github.com/novatiq/packages.git
synced 2026-07-29 23:03:06 +01:00
- Update haproxy download URL and hash - Add new patches (see https://www.haproxy.org/bugs/bugs-1.8.21.html) Signed-off-by: Christian Lachner <gladiac@gmail.com>
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
commit 42c7b87b18bce3a12a8b1a08435e393ed543f79f
|
|
Author: n9@users.noreply.github.com <n9@users.noreply.github.com>
|
|
Date: Fri Aug 23 11:21:05 2019 +0200
|
|
|
|
DOC: fixed typo in management.txt
|
|
|
|
replaced fot -> for
|
|
added two periods
|
|
|
|
(cherry picked from commit 25a1c8e4539c12c19a3fe04aabe563cdac5e36db)
|
|
Signed-off-by: Willy Tarreau <w@1wt.eu>
|
|
(cherry picked from commit 7c80af0fb53f2a1d93a597f7d97cc67996e36be2)
|
|
Signed-off-by: Willy Tarreau <w@1wt.eu>
|
|
(cherry picked from commit 4c43256c7e78643f8972f4248ed11688137609bb)
|
|
Signed-off-by: Willy Tarreau <w@1wt.eu>
|
|
|
|
diff --git a/doc/management.txt b/doc/management.txt
|
|
index 8fdea722..e79b3cd0 100644
|
|
--- a/doc/management.txt
|
|
+++ b/doc/management.txt
|
|
@@ -1483,8 +1483,8 @@ enable agent <backend>/<server>
|
|
level "admin".
|
|
|
|
enable dynamic-cookie backend <backend>
|
|
- Enable the generation of dynamic cookies fot the backend <backend>
|
|
- A secret key must also be provided
|
|
+ Enable the generation of dynamic cookies for the backend <backend>.
|
|
+ A secret key must also be provided.
|
|
|
|
enable frontend <frontend>
|
|
Resume a frontend which was temporarily stopped. It is possible that some of
|