From c63234ad52717baca09334492b6637d2fb900ce5 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Mon, 6 Nov 2023 21:08:58 +0100 Subject: [PATCH] Docker: Remove APP_ENV from Apache. It is not overrideable when set by Apache --- docker/conf/tiqr-apache2.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/conf/tiqr-apache2.conf b/docker/conf/tiqr-apache2.conf index c331a8fc..c5e90392 100644 --- a/docker/conf/tiqr-apache2.conf +++ b/docker/conf/tiqr-apache2.conf @@ -4,7 +4,6 @@ DocumentRoot /var/www/html/public - SetEnv APP_ENV prod SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1