# 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 /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
	RedirectPermanent / https://forum.openstreetmap.org/
	ServerAlias forum.osm.org
	ServerAdmin webmaster@openstreetmap.org
	SSLEngine on
	SSLCertificateFile /etc/ssl/certs/forum.openstreetmap.org.pem
	SSLCertificateKeyFile /etc/ssl/private/forum.openstreetmap.org.key
	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
	SSLCertificateFile /etc/ssl/certs/forum.openstreetmap.org.pem
	SSLCertificateKeyFile /etc/ssl/private/forum.openstreetmap.org.key
	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
	
		SetHandler "proxy:unix:/run/php/forum.openstreetmap.org.sock|fcgi://127.0.0.1"
	
	RewriteEngine on
	RewriteRule ^config\.php$ - [F,L]
	Options -Indexes
	Require all granted
	
		SetHandler None