+
+<VirtualHost *:80>
+ 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
+
+ RedirectPermanent /.well-known/acme-challenge/ http://acme.openstreetmap.org/.well-known/acme-challenge/
+ RedirectPermanent / https://phppgadmin.dev.openstreetmap.org/
+</VirtualHost>
+
+<Directory /usr/share/phppgadmin>
+ Require all granted
+</Directory>