diff --git a/docker/conf/selfservice-apache2.conf b/docker/conf/selfservice-apache2.conf deleted file mode 100644 index f313c0ffc..000000000 --- a/docker/conf/selfservice-apache2.conf +++ /dev/null @@ -1,34 +0,0 @@ - - ServerName selfservice - ServerAdmin admin@surf.nl - - DocumentRoot /var/www/html/public - - SetEnv APP_ENV prod - SetEnvIf Authorization "(.*)" HTTP_AUTHORIZATION=$1 - - - Require all granted - - Options -MultiViews - RewriteEngine On - RewriteCond %{REQUEST_FILENAME} !-f - RewriteRule ^(.*)$ index.php [QSA,L] - - - Require all granted - - - Header always set X-Content-Type-Options "nosniff" - - # Set the php application handler so mod_php interpets the files - - SetHandler application/x-httpd-php - - - ExpiresActive on - ExpiresByType font/* "access plus 1 year" - ExpiresByType image/* "access plus 6 months" - ExpiresByType text/css "access plus 1 year" - ExpiresByType text/js "access plus 1 year" -