]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #508 from mtmail/addtype-in-installation.md
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 24 Aug 2016 06:49:45 +0000 (08:49 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2016 06:49:45 +0000 (08:49 +0200)
typo in Installation.md

docs/Installation.md

index 2e6243963a753049c24d20c6c2ac8824c16a5465..5a3100e5fe9575485c86a978a89c96af452176af 100644 (file)
@@ -103,7 +103,7 @@ directory and create an alias:
 
     <Directory "/srv/nominatim/build/website">
       Options FollowSymLinks MultiViews
-      AddTpe text/html   .php
+      AddType text/html   .php
       Require all granted
     </Directory>
     Alias /nominatim /srv/nominatim/build/website