diff --git a/manuscript/recipes/collabora-online.md b/manuscript/recipes/collabora-online.md index e1023be..c2aa6bd 100644 --- a/manuscript/recipes/collabora-online.md +++ b/manuscript/recipes/collabora-online.md @@ -92,7 +92,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 { @@ -142,6 +143,7 @@ server { proxy_set_header Host $http_host; } } + ``` ### Create loolwsd.xml