no cluster
This commit is contained in:
parent
eb28a430c2
commit
07f0108662
@ -5,10 +5,6 @@ http {
|
|||||||
listen 80;
|
listen 80;
|
||||||
server_name a.com;
|
server_name a.com;
|
||||||
|
|
||||||
location ~ /cluster {
|
|
||||||
rewrite ^/cluster(.*) http://127.0.0.1:888/;
|
|
||||||
}
|
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://web:8000/;
|
proxy_pass http://web:8000/;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user