diff options
-rw-r--r-- | tests/httpd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/httpd.conf b/tests/httpd.conf index 60d23c8..48122e3 100644 --- a/tests/httpd.conf +++ b/tests/httpd.conf @@ -127,7 +127,7 @@ AddDefaultCharset UTF-8 IncludeOptional conf.d/*.conf -CoreDumpDirectory /tmp +CoreDumpDirectory "${HTTPROOT}" <Location /spnego> |