You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
653 B
27 lines
653 B
From d8867807f560838e70375cc9ca90585179700fe6 Mon Sep 17 00:00:00 2001
|
|
From: Orion Poplawski <orion@cora.nwra.com>
|
|
Date: Fri, 28 Nov 2014 22:04:09 -0700
|
|
Subject: [PATCH] Separate php-url-fopen logpath by newline
|
|
|
|
---
|
|
config/jail.conf | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/config/jail.conf b/config/jail.conf
|
|
index d119d22..6a95aa1 100644
|
|
--- a/config/jail.conf
|
|
+++ b/config/jail.conf
|
|
@@ -302,7 +302,8 @@ logpath = %(nginx_error_log)s
|
|
[php-url-fopen]
|
|
|
|
port = http,https
|
|
-logpath = %(nginx_access_log)s %(apache_access_log)s
|
|
+logpath = %(nginx_access_log)s
|
|
+ %(apache_access_log)s
|
|
|
|
|
|
[suhosin]
|
|
--
|
|
2.1.0
|
|
|