Logo
Explore Help
Sign In
Narcissus/shredos.x86_64
2
0
Fork 0
You've already forked shredos.x86_64
mirror of https://github.com/PartialVolume/shredos.x86_64.git synced 2026-02-25 12:02:12 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
67f4794de1d87f25a2fad13c854a330f286d08ba
shredos.x86_64/package/php/php-fpm.conf

12 lines
185 B
Plaintext
Raw Normal View History

php: fpm sapi: install php-fpm.conf Install a custom php-fpm.conf instead of the stock one. - Listening on /var/run/php-fpm.sock instead of TCP port so we can restrict access to webserver user www-data. - Using ondemand pm, so PHP children are only started after a PHP request, instead of kept resident all the time. Signed-off-by: Floris Bos <bos@je-eigen-domein.nl> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-05-01 20:12:34 +02:00
[www]
pm = ondemand
pm.process_idle_timeout = 120s
pm.max_children = 5
listen = /var/run/php-fpm.sock
listen.owner = www-data
listen.group = www-data
user = www-data
group = www-data
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 4471ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API