]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/Installation.md
Merge pull request #538 from lonvia/update-default-languages
[nominatim.git] / docs / Installation.md
index fd4f8d0b8707916f3ee8e8f70d90989124a3ccab..5a3100e5fe9575485c86a978a89c96af452176af 100644 (file)
@@ -74,7 +74,7 @@ your `postgresql.conf` file.
     work_mem (50MB)
     effective_cache_size (24GB)
     synchronous_commit = off
-    checkpoint_segments = 100
+    checkpoint_segments = 100 # only for postgresql <= 9.4
     checkpoint_timeout = 10min
     checkpoint_completion_target = 0.9
 
@@ -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