亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

docker nginx配置負載均衡的步驟

發布時間:2021-08-25 21:05:24 來源:億速云 閱讀:275 作者:chen 欄目:云計算

這篇文章主要講解了“docker nginx配置負載均衡的步驟”,文中的講解內容簡單清晰,易于學習與理解,下面請大家跟著小編的思路慢慢深入,一起來研究和學習“docker nginx配置負載均衡的步驟”吧!

1.下載nginx
docker pull nginx 

2.啟動nginx

docker run -d -m 2g -p 8888:80 --name lyjng nginx

3.配置映射

創建目錄:  mkdir -p  /root/lyjnginx/nginx/www /root/lyjnginx/nginx/logs /root/lyjnginx/nginx/conf

其中:

      www: 目錄將映射為 nginx 容器配置的虛擬目錄。
      logs: 目錄將映射為 nginx 容器的日志目錄。
      conf: 目錄里的配置文件將映射為 nginx 容器的配置文件。

4.復制docker容器中的文件

[root@ambari-01 lyjnginx]# docker ps CONTAINER ID   IMAGE     COMMAND                  CREATED          STATUS          PORTS                  NAMES
cf7da4042664   nginx     "/docker-entrypoint.…"   20 minutes ago   Up 20 minutes   0.0.0.0:8888->80/tcp   lyjng
[root@ambari-01 lyjnginx]# docker cp cf7da4042664:/etc/nginx/nginx.conf /root/lyjnginx/nginx/conf/

5.部署命令

docker run -m 2g --rm -d -p 8889:80 --name nginx-test-web   -v /root/lyjnginx/nginx/www:/usr/share/nginx/html   -v /root/lyjnginx/nginx/conf/nginx.conf:/etc/nginx/nginx.conf   -v /root/lyjnginx/nginx/logs:/var/log/nginx   nginx

命令說明:

       -m : 設置容器占用內存
      --rm:容器終止運行后,自動刪除容器文件。
      -p 8889:80: 將容器的 80 端口映射到主機的8889端口.
      --name nginx-test-web:將容器命名為 nginx-test-web 
      -v /root/lyjnginx/nginx/www:/usr/share/nginx/html:將我們自己創建的 www 目錄掛載到容器的 /usr/share/nginx/html。
      -v /root/lyjnginx/nginx/conf/nginx.conf:/etc/nginx/nginx.conf:將我們自己創建的 nginx.conf 掛載到容器的 /etc/nginx/nginx.conf。
      -v /root/lyjnginx/nginx/logs:/var/log/nginx:將我們自己創建的 logs 掛載到容器的 /var/log/nginx。

6.配置nginx.conf,修改/root/lyjnginx/nginx/conf/nginx.conf文件重新啟動docker nginx容器。

user  nginx;
worker_processes  1;

error_log  /var/log/nginx/error.log warn;
pid        /var/run/nginx.pid;


events {
    worker_connections  1024;
}


http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
                      '$status $body_bytes_sent "$http_referer" '
                      '"$http_user_agent" "$http_x_forwarded_for"';

    access_log  /var/log/nginx/access.log  main;

    sendfile        on;
    #tcp_nopush     on;

    keepalive_timeout  65;

    #gzip  on;
   # 這行必須注釋否則/etc/nginx/conf.d/*.conf 會覆蓋下面server{}中的配置 lyj
   # include /etc/nginx/conf.d/*.conf;
    #這個是添加負載均衡配置lyj
   upstream front_server_load{
        # ip_hash指令,將同一用戶引入同一服務器。
        ip_hash;
        server 192.168.1.134:8098 fail_timeout=60s;
        server 192.168.3.175:8089;
   }
   #這個是添加負載均衡配置lyj
    server {
          listen       80;
          server_name  localhost;

          location / {
		proxy_pass http://front_server_load;
          }
     }


}
docker run -m 2g --rm -d -p 8090:80 --name nginx-load   -v  root/lyjnginx/nginx/www:/usr/share/nginx/html  -v /root/lyjnginx/conf/nginx.conf:/etc/nginx/nginx.conf   -v /root/lyjnginx/logs:/var/log/nginx   nginx

感謝各位的閱讀,以上就是“docker nginx配置負載均衡的步驟”的內容了,經過本文的學習后,相信大家對docker nginx配置負載均衡的步驟這一問題有了更深刻的體會,具體使用情況還需要大家實踐驗證。這里是億速云,小編將為大家推送更多相關知識點的文章,歡迎關注!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

鹰潭市| 鄱阳县| 中西区| 周口市| 花垣县| 德阳市| 洛隆县| 宁阳县| 汝城县| 沛县| 黄平县| 海伦市| 海原县| 竹溪县| 阳高县| 韩城市| 黎城县| 永安市| 奉节县| 安龙县| 庄浪县| 离岛区| 河东区| 中阳县| 兰西县| 葫芦岛市| 吉首市| 达州市| 德兴市| 远安县| 淳安县| 铁岭市| 马公市| 竹溪县| 新昌县| 呈贡县| 西乌珠穆沁旗| 贡嘎县| 贵溪市| 永顺县| 都江堰市|