5 lines
351 B
Text
5 lines
351 B
Text
# Set the command-line arguments to pass to the server.
|
|
# Due to shell escaping, to pass backslashes for regexes, you need to double
|
|
# them (\\d for \d). If running under systemd, you need to double them again
|
|
# (\\\\d to mean \d), and escape newlines too.
|
|
ARGS="--web.external-url=https://core.slackware.uk.net:25443/prometheus --web.route-prefix=/"
|