Skip to content

Commit eb311b9

Browse files
authored
Match logformat to othe stepup components
Removed CustomLog directive and APP_ENV variable.
1 parent f0a36d4 commit eb311b9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/conf/middleware-apache2.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<Virtualhost *:80>
22
ServerName middleware
33
ServerAdmin admin@surf.nl
4-
CustomLog /proc/self/fd/1 stepup
4+
55
DocumentRoot /var/www/html/public
6+
67
SetEnv HTTPS on
7-
SetEnv APP_ENV prod
88
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
99

1010
<Directory "/var/www/html/public">

0 commit comments

Comments
 (0)