mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-08 22:42:54 +00:00
8 lines
148 B
Plaintext
8 lines
148 B
Plaintext
server {
|
|
listen 8080;
|
|
location /metrics {
|
|
vhost_traffic_status_display;
|
|
vhost_traffic_status_display_format prometheus;
|
|
}
|
|
}
|