Skip to content
Snippets Groups Projects
Commit 87cd4bdf authored by ale's avatar ale
Browse files

Fix php-fpm socket path

parent fea6b802
No related branches found
No related tags found
1 merge request!4Use S6
Pipeline #23266 passed
#!/bin/sh
. /etc/apache2/envvars
export HOME=/
exec /usr/sbin/php-fpm-exporter server "--phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock\\;/status" --web.listen-address=:$PHP_FPM_EXPORTER_PORT
exec /usr/sbin/php-fpm-exporter server "--phpfpm.scrape-uri=unix:///run/php/php7.4-fpm.sock;/status" --web.listen-address=:$PHP_FPM_EXPORTER_PORT
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment