From 91f9b1c6e8db741f2b6f55b84dab39b34c213d00 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 18 Jan 2025 20:41:30 +0200 Subject: feat(apache): Add USER environment variable and remove controllers alias --- apache/httpd.conf.tpl | 1 + 1 file changed, 1 insertion(+) (limited to 'apache/httpd.conf.tpl') 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} -- cgit v1.2.3