# DO NOT EDIT - This file is being maintained by Chef
ServerName forum.openstreetmap.org
ServerAlias forum.osm.org
ServerAdmin webmaster@openstreetmap.org
CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
RedirectPermanent / https://forum.openstreetmap.org/
ServerName forum.openstreetmap.org
ServerAdmin webmaster@openstreetmap.org
SSLEngine on
CustomLog /var/log/apache2/forum.openstreetmap.org-access.log combined
ErrorLog /var/log/apache2/forum.openstreetmap.org-error.log
DocumentRoot /srv/forum.openstreetmap.org/html
php_admin_value open_basedir /srv/forum.openstreetmap.org/html/:/usr/share/php/:/tmp/
php_admin_value disable_functions "exec,shell_exec,system,passthru,popen,proc_open"
php_value upload_max_filesize 70M
php_value post_max_size 100M
RewriteEngine on
RewriteRule ^config\.php$ - [F,L]
Options -Indexes
Require all granted
php_admin_flag engine off