소스 검색

Typo

pull/254/head
sudneo 6 년 전
부모
커밋
3dfa6a28f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/haproxy/README.md

+ 1
- 1
examples/haproxy/README.md 파일 보기

@@ -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. 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 .` * 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. * Start HAproxy with the proposed configuration.

불러오는 중...
취소
저장