rice/docker-host/setup/files/metrics.lablad

11 lines
147 B
Plaintext
Raw Normal View History

# metrics.lablad
server {
server_name metrics.lablad;
proxy_set_header Host $http_host;
location / {
proxy_pass http://127.0.0.1:6000;
}
}