no cluster

This commit is contained in:
Egor Matveev 2022-03-29 16:38:03 +03:00
parent eb28a430c2
commit 07f0108662

View File

@ -5,10 +5,6 @@ http {
listen 80;
server_name a.com;
location ~ /cluster {
rewrite ^/cluster(.*) http://127.0.0.1:888/;
}
location / {
proxy_pass http://web:8000/;
}