This commit is contained in:
sudneo 2019-08-25 22:55:27 +03:00
parent b2e0e4efe3
commit 3dfa6a28f9
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ You can then use the configuration files from this directory as an example for h
HAproxy, unlike Apache, Nginx and others, does not provide you with a webserver to serve static files (i.e., `/.well-known/` directory). For this reason, in this folder you can find an example on how to use HAproxy together with a simple Nginx container whose only task is to serve those files.
* Build the Docker image. `docker build -t local/nginx .`
* Start the container. `docker-compose up -d`. Note that if you want to run Nginx on a different port, you will have to change the port both in the `docker-compose.yml` and in `haproxy.cfg` files.
* Start the container. `docker-compose up -d`. Note that if you want to run Nginx on a different port, you will have to change the port both in the `docker-compose.yml` and in `haproxy.cfg`.
* Start HAproxy with the proposed configuration.