From 223a31224b9c140c9369358b6978c55ef289fde1 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Wed, 12 Feb 2025 11:22:43 +0200 Subject: hotfix: Replace environment variables with php global constants --- apache/sites/nowayforward_human.conf.tpl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'apache') diff --git a/apache/sites/nowayforward_human.conf.tpl b/apache/sites/nowayforward_human.conf.tpl index 059a678..7c462e2 100644 --- a/apache/sites/nowayforward_human.conf.tpl +++ b/apache/sites/nowayforward_human.conf.tpl @@ -9,19 +9,9 @@ - # Database - SetEnv SERVER ${SERVER} - SetEnv PORT ${PORT} - SetEnv USER ${USER} - SetEnv PASSWORD ${PASSWORD} - SetEnv MYSQL_UNIX_SOCKET ${MYSQL_UNIX_SOCKET} - # 5 minutes TimeOut 300 - # Project - SetEnv ARCHIVES_DIR ${ARCHIVES_DIR} - RewriteEngine On RewriteCond %{HTTP:Authorization} ^(.*) -- cgit v1.2.3