# metrics.lablad

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