-
I'm trying to execute this code.
`
var PHPFPM = require('node-phpfpm');
var phpfpm = new PHPFPM(
{
host: '127.0.0.1',
port: 9000,
documentRoot: "."
});
phpfpm.run('index.php', function…
-
**Describe the bug**
I am using the digest strategy to update the images. Sometimes the image updater pushes multiple commits with the same sha256 value but different tags. It changes the tag to the …
-
--phpfpm.socket-directories=PHPFPM.SOCKET-DIRECTORIES how specify? Comma or space separated? or repeate --phpfpm.socket-directories for every sockets folder?
exporter user is member of sockets read…
-
PHPFPM container don't perform well when page rendering takes long time.
php-fpm.conf
------------------------------------
pm = static
pm.max_children = 100
-----
pm = dynamic
pm.max_ch…
-
When installing PHP in Laragon, the PHP-FPM package may not be included by default. How can I add PHP-FPM to the PHP folder in Laragon? Thank you.
-
Hi, i have systemctl unit thats one day reboot to "refresh" scrape uris when changed on server
```
[Unit]
Description=PHP FPM exporter
[Service]
ExecStart=/bin/bash /usr/sbin/php-fpm-exporter_sys…
-
When deploying the helm chart with:
It was failing with the error:
```
nginx 11:21:11.85 ERROR ==> Custom server blocks files were found inside '/bitnami/nginx/conf/vhosts'. This configuration …
koyan updated
4 years ago
-
Can't access to static files, every files are in 404 and served as text/html
-
Hi i use this exmple that delpoy self service which contain links on static files into the index.php. But my static files can't load
- index.php
```html
````
- nginx log
```bash
…
-
php-fpm_listen_queue is always zero,iam faced a situation in which some php-fpm processes queued,but the exporter displayed
zero php-fpm process request queued.