diff options
author | MartiMcFly | 2018-05-31 00:41:12 +0200 |
---|---|---|
committer | MartiMcFly | 2018-05-31 00:41:12 +0200 |
commit | d9d145c6e74a09539f9ed6496898476214abd6f9 (patch) | |
tree | 3ccbda40dd0e24463a9a87acb8c8f268791359cc /php-fpm.example.conf | |
download | aur-kopano-webapp.tar.gz |
init
Diffstat (limited to 'php-fpm.example.conf')
-rw-r--r-- | php-fpm.example.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php-fpm.example.conf b/php-fpm.example.conf new file mode 100644 index 00000000000..1dcbc0fcf1f --- /dev/null +++ b/php-fpm.example.conf @@ -0,0 +1,6 @@ +include = /etc/php/fpm.d/*.conf + +[global] +pid = /run/php-fpm/php-fpm.pid +error_log = syslog +log_level = notice
\ No newline at end of file |