]> git.openstreetmap.org Git - nominatim.git/blobdiff - docs/admin/Deployment.md
Merge pull request #2818 from lonvia/better-geometry-index
[nominatim.git] / docs / admin / Deployment.md
index 7d62df391f40b4bb049ead8bf5f45635fe91a783..5dcbcde96485fdcfbcbe80f1ee95558c3cb63020 100644 (file)
@@ -82,7 +82,7 @@ The website should now be available on `http://localhost/nominatim`.
 
 ### Installing the required packages
 
-Nginx has no built-in PHP interpreter. You need to use php-fpm as a deamon for
+Nginx has no built-in PHP interpreter. You need to use php-fpm as a daemon for
 serving PHP cgi.
 
 On Ubuntu/Debian install nginx and php-fpm with:
@@ -140,3 +140,9 @@ location ~ [^/]\.php(/|$) {
 Restart the nginx and php-fpm services and the website should now be available
 at `http://localhost/`.
 
+## Nominatim with other webservers
+
+Users have created instructions for other webservers:
+
+* [Caddy](https://github.com/osm-search/Nominatim/discussions/2580)
+