This commit is contained in:
Egor Matveev 2022-03-31 11:45:05 +03:00
parent 07f0108662
commit 1a3963c545

View File

@ -5,6 +5,10 @@ http {
listen 80;
server_name a.com;
location /cluster {
proxy_pass http://0.0.0.0:888;
}
location / {
proxy_pass http://web:8000/;
}