diff options
Diffstat (limited to 'apache')
| -rw-r--r-- | apache/httpd.conf.tpl | 1 | ||||
| -rw-r--r-- | apache/sites/nowayforward_human.conf.tpl | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/apache/httpd.conf.tpl b/apache/httpd.conf.tpl index fc839ea..0a63292 100644 --- a/apache/httpd.conf.tpl +++ b/apache/httpd.conf.tpl @@ -31,3 +31,4 @@ Group users AddType application/javascript .js SetEnv MYSQL_UNIX_SOCKET ${MYSQL_UNIX_SOCKET} +SetEnv USER ${USER} diff --git a/apache/sites/nowayforward_human.conf.tpl b/apache/sites/nowayforward_human.conf.tpl index 34e5533..46fa9c1 100644 --- a/apache/sites/nowayforward_human.conf.tpl +++ b/apache/sites/nowayforward_human.conf.tpl @@ -1,7 +1,6 @@ <VirtualHost *:8000> ServerName localhost DocumentRoot "${REPOSITORY}/views" - Alias /controllers "${REPOSITORY}/controllers" <FilesMatch \.php$> SetHandler "proxy:unix:${PHP_FPM_SOCKET}|fcgi://localhost/" |
