summarylogtreecommitdiffstats
path: root/php-fpm.example.conf
diff options
context:
space:
mode:
authorMartiMcFly2018-05-31 00:39:30 +0200
committerMartiMcFly2018-05-31 00:39:30 +0200
commit57df4a9a47a0f78ebf896eb6836839bec381030e (patch)
tree1ce21f3499c8f4e22698a3502b806ab838061ac0 /php-fpm.example.conf
downloadaur-kopano-sabre.tar.gz
init
Diffstat (limited to 'php-fpm.example.conf')
-rw-r--r--php-fpm.example.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/php-fpm.example.conf b/php-fpm.example.conf
new file mode 100644
index 000000000000..1dcbc0fcf1f6
--- /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