nginx負載均衡簡單配置

2021-08-09 11:43:24 字數 1571 閱讀 1082

nginx負載均衡簡單配置

準備三颱虛擬機器來做這個實驗:

192.168.232.132        web伺服器

192.168.232.133        web伺服器

192.168.232.134        負載均衡伺服器

1、匯入外部軟體庫

[plain]view plain

copy

print?

rpm -uvh   

rpm -uvh   

rpm -uvh   

以下新增注釋

[plain]view plain

copy

print?

mirrorlist=  

以下刪除注釋

[plain]view plain

copy

print?

#baseurl=  

yum install nginx  

chkconfig nginx on  

service nginx start

向web伺服器中放入測試檔案:

[html]view plain

copy

print?

<

html

>

<

head

>

<

title

>

welcome to nginx!

title

>

head

>

<

body

bgcolor

="white"

text

="black"

>

<

center

>

<

h1>

welcome to nginx! 192.168.232.132

h1>

center

>

body

>

html

>

配置負載均衡伺服器:

vi /etc/nginx/nginx.conf

內容如下:

nginx負載均衡簡單配置

nginx負載均衡簡單配置 準備三颱虛擬機器來做這個實驗 192.168.232.132 web伺服器 192.168.232.133 web伺服器 192.168.232.134 負載均衡伺服器 1 匯入外部軟體庫 plain view plain copy print rpm uvh rpm u...

nginx 負載均衡簡單配置

nginx有個特別好使的功能,就是負載均衡。可以保證後台服務的穩定發布,而不會出現發布過程中會出現的502。配置起來也很簡單。1.多個後端服務。我這裡有三個後端tomcat,提供了簡單的資料返回 2.nginx.conf配置 這裡為了不干擾原有的配置,我單獨寫了乙個檔案,blog.conf blog...

nginx負載均衡簡單配置

nginx負載均衡簡單配置 準備三颱虛擬機器來做這個實驗 192.168.232.132 web伺服器 192.168.232.133 web伺服器 192.168.232.134 負載均衡伺服器 1 匯入外部軟體庫 plain view plain copy print rpm uvh rpm u...