0514-86177077
9:00-17:00(工作日)
web端拷貝證書與密鑰
scp -rp -P52113 /application/nginx/conf/key 10.0.0.5:/application/nginx/conf/
在nginx負載均衡服務端配置
vim /application/nginx/conf/nginx.conf
worker_processes 2; error_log logs/error.log; events { worker_connections 65535; } http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; upstream server_pools { server 10.0.0.200:443 weight=1 max_fails=3 fail_timeout=10; #server 10.0.0.8:443 weight=1 max_fails=3 fail_timeout=10; #server 10.0.0.9:443 weight=1 max_fails=3 fail_timeout=10; } server { listen 80; server_name localhost; rewrite ^(.*)$ https://$host$1 permanent; } server { listen 10.0.0.5:443; server_name www.abc.com; #開啟 https 注意要添加在server區(qū)塊 不能在http區(qū)塊中放置 ssl on; ssl_certificate /application/nginx/conf/key/server.crt; ssl_certificate_key /application/nginx/conf/key/server.key; location / { proxy_pass https://server_pools; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $remote_addr; } } }
#檢查nginx負載均衡配置
/application/nginx/sbin/nginx -t
#重啟nginx負載均衡
/application/nginx/sbin/nginx -s stop /application/nginx/sbin/nginx
瀏覽器訪問測試
注意修改hosts對應的是負載均衡的IP地址信息
訪問測試
訪問結(jié)果
標簽:股票 烏海 岳陽 紅河 四川 臨沂 鎮(zhèn)江
上一篇:Windows server 2008 R2遠程桌面3389端口的修改方法
下一篇:docker nginx 運行后無法訪問的問題解決
Copyright ? 1999-2012 誠信 合法 規(guī)范的巨人網(wǎng)絡通訊始建于2005年
蘇ICP備15040257號-8