rice/docker-host/setup/files/metrics.lablad
shockrah f4b24be904 * Proxy changes now use a real tld of .net
This is to make browser behave better as they would always try to
avoid the domain lookup
2022-04-30 21:57:00 -07:00

11 lines
151 B
Plaintext

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