From a7d46dd53b3c3a4ba889deaec8f2a2b59b46c100 Mon Sep 17 00:00:00 2001 From: hoellen Date: Tue, 12 Dec 2017 18:37:55 +0100 Subject: [PATCH] [nextcloud] fix typo --- nextcloud/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/README.md b/nextcloud/README.md index da3f42f..1677cb1 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -211,7 +211,7 @@ Redis can be used for distributed and file locking cache, alongside with APCu (l You will have to deploy a Solr server, I've shown an example above with docker-compose. Once Nextant app is installed, go to "additional settings" in your admin pannel and use http://solr:8983/solr as "Adress of your Solr Servlet". There you go! ### Tip : how to use occ command -There is a script for that, so you shouldn't bother to log into the container, set the right permissions, and so on. Just use `docker exec -ti nexcloud occ command`. +There is a script for that, so you shouldn't bother to log into the container, set the right permissions, and so on. Just use `docker exec -ti nextcloud occ command`. ### Reverse proxy Of course you can use your own solution! nginx, Haproxy, Caddy, h2o, Traefik...