Skip to content

Commit b39a03e

Browse files
committed
P7A-174: improve descriptions
1 parent 46749ea commit b39a03e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/source/macos/haproxy.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ Set up HAProxy reverse proxy and load balancer
22
==============================================
33

44
Here you will install and configure HAProxy as a reverse proxy for your applications. With the provided configuration,
5-
it will only proxy requests from the client to NGINX. Any further customization depends on a project.
5+
it will only proxy requests from the client to NGINX. An example configuration for handling Node.js applications is also
6+
provided, but any further customization depends on the specific project.
67

78
1 Install
89
---------
@@ -70,12 +71,12 @@ Make sure to adapt the paths to certificate chain file on your system.
7071
7172
sudo port load haproxy
7273
73-
This will also start the service automatically after a reboot.
74+
That will also configure the service to start automatically after a reboot.
7475
7576
5 Test
7677
------
7778
78-
After setting up NGINX server, come back here and execute:
79+
Execute on the command line:
7980
8081
.. code:: bash
8182
@@ -107,7 +108,9 @@ Make sure the following lines are present:
107108
6.1 If using macOS with MacPorts
108109
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109110
110-
If you want to see HAProxy logs, you will have to stop the HAProxy service and run it in foreground debug mode:
111+
To see HAProxy logs on macOS, you need to stop the HAProxy service and run it
112+
in the foreground with debug mode enabled. This way, logs will be displayed
113+
directly in the terminal:
111114
112115
.. code:: bash
113116

0 commit comments

Comments
 (0)