11 lines
147 B
Plaintext
11 lines
147 B
Plaintext
|
# metrics.lablad
|
||
|
|
||
|
server {
|
||
|
server_name metrics.lablad;
|
||
|
proxy_set_header Host $http_host;
|
||
|
location / {
|
||
|
proxy_pass http://127.0.0.1:6000;
|
||
|
}
|
||
|
}
|
||
|
|