We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a36d4 commit eb311b9Copy full SHA for eb311b9
1 file changed
docker/conf/middleware-apache2.conf
@@ -1,10 +1,10 @@
1
<Virtualhost *:80>
2
ServerName middleware
3
ServerAdmin admin@surf.nl
4
- CustomLog /proc/self/fd/1 stepup
+
5
DocumentRoot /var/www/html/public
6
7
SetEnv HTTPS on
- SetEnv APP_ENV prod
8
SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1
9
10
<Directory "/var/www/html/public">
0 commit comments