# DO NOT EDIT - This file is being maintained by Chef
	ServerName phppgadmin.dev.openstreetmap.org
	ServerAdmin webmaster@openstreetmap.org
	CustomLog /var/log/apache2/phppgadmin.dev.openstreetmap.org-access.log combined
	ErrorLog /var/log/apache2/phppgadmin.dev.openstreetmap.org-error.log
	DocumentRoot /usr/share/phppgadmin
	# Remove Proxy request header to mitigate https://httpoxy.org/
	RequestHeader unset Proxy early
	ProxyPassMatch ^/(.*\.php(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
	ProxyPassMatch ^/(.*\.phpx(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
	ProxyPassMatch ^/(.*\.phpj(/.*)?)$ fcgi://127.0.0.1:7000/usr/share/phppgadmin
	Require all granted