From 6bf925a454f696adb2516fcb37c19af5fd54bf27 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Tue, 9 Feb 2021 09:18:23 +0100 Subject: [PATCH] Minor - Add gh actions apache config --- tests/travis/gh-apache | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tests/travis/gh-apache diff --git a/tests/travis/gh-apache b/tests/travis/gh-apache new file mode 100644 index 0000000000..c6f26bdb41 --- /dev/null +++ b/tests/travis/gh-apache @@ -0,0 +1,14 @@ + + DocumentRoot /home/runner/work/chamilo-lms/chamilo-lms + ServerName localhost + + + Options Indexes FollowSymLinks + AllowOverride All + Require all granted + + + + Require all granted + +