You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# if you change the port here, also change it in ports.conf
|
|
<VirtualHost *:9367>
|
|
DocumentRoot /var/www/html/
|
|
|
|
# add a rewrite for /metrics
|
|
RewriteEngine On
|
|
RewriteRule "^/metrics$" "/var/www/html/src/metrics.php"
|
|
</VirtualHost> |