You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
datasketch-io/config/nginx/conf.d/datasketch.http.conf

7 lines
164 B
Plaintext

# Datasketch.io
upstream datasketch_app {
server swarm1.androiddrew.com:8000;
server swarm2.androiddrew.com:8000;
server swarm3.androiddrew.com:8000;
}