From 0fb21de511257b5738d166c61e80fc6fb180b6a1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 18 Jan 2025 15:34:34 +0200 Subject: feat: Add php to apache --- apache/sites/nowayforward_human.conf.tpl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'apache/sites/nowayforward_human.conf.tpl') diff --git a/apache/sites/nowayforward_human.conf.tpl b/apache/sites/nowayforward_human.conf.tpl index 30ebe7e..34e5533 100644 --- a/apache/sites/nowayforward_human.conf.tpl +++ b/apache/sites/nowayforward_human.conf.tpl @@ -1,4 +1,9 @@ ServerName localhost - DocumentRoot ${REPOSITORY}/views + DocumentRoot "${REPOSITORY}/views" + Alias /controllers "${REPOSITORY}/controllers" + + + SetHandler "proxy:unix:${PHP_FPM_SOCKET}|fcgi://localhost/" + -- cgit v1.2.3