]> git.openstreetmap.org Git - chef.git/commitdiff
dev: fix apis.dev.osm.org alias typo
authorGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 17:59:06 +0000 (17:59 +0000)
committerGrant Slater <github@firefishy.com>
Wed, 26 Feb 2025 17:59:06 +0000 (17:59 +0000)
cookbooks/dev/templates/default/apache.apis.erb

index 076dae77a2c70dfabb759ec22809e6584fd6e04a..470a1fa5f0a828c940733b2bb7c783f17b0731f2 100644 (file)
@@ -2,7 +2,7 @@
 
 <VirtualHost *:443>
        ServerName apis.dev.openstreetmap.org
 
 <VirtualHost *:443>
        ServerName apis.dev.openstreetmap.org
-       ServerAlias apis.osm.org
+       ServerAlias apis.dev.osm.org
 
        ServerAdmin webmaster@openstreetmap.org
 
 
        ServerAdmin webmaster@openstreetmap.org
 
@@ -18,7 +18,7 @@
 
 <VirtualHost *:80>
        ServerName apis.dev.openstreetmap.org
 
 <VirtualHost *:80>
        ServerName apis.dev.openstreetmap.org
-       ServerAlias apis.osm.org
+       ServerAlias apis.dev.osm.org
 
        ServerAdmin webmaster@openstreetmap.org
 
 
        ServerAdmin webmaster@openstreetmap.org