cluster
This commit is contained in:
parent
07f0108662
commit
1a3963c545
@ -5,6 +5,10 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name a.com;
|
server_name a.com;
|
||||||
|
|
||||||
|
location /cluster {
|
||||||
|
proxy_pass http://0.0.0.0:888;
|
||||||
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://web:8000/;
|
proxy_pass http://web:8000/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user