mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-21 22:01:31 +02:00
[DOC] fixed 2 typos in haproxy-en/fr
-st was indicated instead of -sf, and the pidfile was wrong.
This commit is contained in:
parent
ec69256382
commit
10806d50da
@ -322,7 +322,7 @@ Example :
|
|||||||
|
|
||||||
# to reload a new configuration with minimal service impact and without
|
# to reload a new configuration with minimal service impact and without
|
||||||
# breaking existing sessions :
|
# breaking existing sessions :
|
||||||
# haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
|
# haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
|
||||||
|
|
||||||
1.7) Polling mechanisms
|
1.7) Polling mechanisms
|
||||||
-----------------------
|
-----------------------
|
||||||
|
@ -343,7 +343,7 @@ Exemple :
|
|||||||
|
|
||||||
# pour recharger une configuration avec un impact minimal sur le service,
|
# pour recharger une configuration avec un impact minimal sur le service,
|
||||||
# et sans casser les sessions existantes :
|
# et sans casser les sessions existantes :
|
||||||
# haproxy -f haproxy.cfg -p $(</var/run/haproxy-private.pid) -st $(</var/run/haproxy-private.pid)
|
# haproxy -f haproxy.cfg -p /var/run/haproxy-private.pid -sf $(</var/run/haproxy-private.pid)
|
||||||
|
|
||||||
1.7) Mécanismes de traitements des événements
|
1.7) Mécanismes de traitements des événements
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user