From ffd5419945f5d18efb6facdf66413c6e5003a9d8 Mon Sep 17 00:00:00 2001 From: AutoPenguin Date: Wed, 3 Jun 2020 21:37:12 +0000 Subject: [PATCH] Update for leanpub preview --- manuscript/recipes/collabora-online.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manuscript/recipes/collabora-online.md b/manuscript/recipes/collabora-online.md index 8e60be1..e5ffaf3 100644 --- a/manuscript/recipes/collabora-online.md +++ b/manuscript/recipes/collabora-online.md @@ -90,7 +90,8 @@ services: ### Create nginx.conf -Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above. +Create ```/var/data/config/collabora/nginx.conf``` as follows, changing the ```server_name``` value to match the environment variable you established above: + ``` upstream collabora-upstream { @@ -140,6 +141,7 @@ server { proxy_set_header Host $http_host; } } + ``` ### Create loolwsd.xml