From fe1b4aff5f92d0bc0c7f1c209d548673ea8d0791 Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Tue, 25 Dec 2018 12:23:21 +0100 Subject: [PATCH] Add another apache module --- docker-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entry.sh b/docker-entry.sh index 331518c..585cc9d 100755 --- a/docker-entry.sh +++ b/docker-entry.sh @@ -9,7 +9,7 @@ ProxyPassReverse /sites/ http://localhost/index.php/apps/cms_pico/pico/ MARK # Enable apache modules -a2enmod proxy rewrite +a2enmod proxy proxy_http rewrite # Run service cron