From 75675a96b118d445cbc88a345e2622b64c021e45 Mon Sep 17 00:00:00 2001 From: Gregory Colpart Date: Fri, 23 Apr 2021 16:24:52 +0200 Subject: [PATCH] add info for NFS and Apache-ITK --- apache/files/evolinux-custom.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apache/files/evolinux-custom.conf b/apache/files/evolinux-custom.conf index 64d8f97a..b5ed3a77 100644 --- a/apache/files/evolinux-custom.conf +++ b/apache/files/evolinux-custom.conf @@ -24,3 +24,6 @@ SetEnvIf User-Agent "ApacheBench" GoAway=1 # # Header set Access-Control-Allow-Origin "*" # + +# you need disable EnableCapabilities to use data on NFS mounts +#EnableCapabilities off