diff options
author | MartiMcFly | 2018-05-31 00:42:16 +0200 |
---|---|---|
committer | MartiMcFly | 2018-05-31 00:42:16 +0200 |
commit | af14ad56e74d0d130f8a6963b2d26fd9976c1c93 (patch) | |
tree | 6079ee1e2e046a1b0732bebd1c27af6144404070 /z-push.conf | |
parent | 851f1f4a23823cc5b85421355657c1059513c636 (diff) | |
download | aur-af14ad56e74d0d130f8a6963b2d26fd9976c1c93.tar.gz |
init
Diffstat (limited to 'z-push.conf')
-rw-r--r-- | z-push.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/z-push.conf b/z-push.conf index ea8006c64b5..7f12f33c6ba 100644 --- a/z-push.conf +++ b/z-push.conf @@ -8,7 +8,7 @@ listen.mode = 0666 user = http group = http -# z-push for 5 users +; z-push for 5 users pm = ondemand pm.max_children = 15 pm.max_requests = 500 @@ -27,8 +27,8 @@ php_admin_value[upload_max_filesize] = 20M php_admin_value[post_max_size] = 20M php_admin_value[date.timezone] = Europe/Berlin -## https://z-push.org/svn/z-push/trunk/src/INSTALL -## +;; https://z-push.org/svn/z-push/trunk/src/INSTALL +;; php_flag[magic_quotes_gpc] = off php_flag[register_globals] = off php_flag[magic_quotes_runtime] = off |