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