diff options
-rw-r--r-- | config/apache.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/apache.conf b/config/apache.conf index 4854335..6c71444 100644 --- a/config/apache.conf +++ b/config/apache.conf @@ -26,7 +26,7 @@ </IfModule> <Directory /usr/lib/cqrlogo/> - Options ExecCGI - Allow from all + Options +ExecCGI + Require all granted </Directory> </IfModule> |