From e470a703212bf6e133dea90c6d30152a7cff4bd6 Mon Sep 17 00:00:00 2001 From: Oliver Cervera Date: Mon, 20 Dec 2021 11:09:05 +0100 Subject: [PATCH] punctuation fixes First commit was done in rush. Fixed a couple of punctuations. --- docs/install/docker.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install/docker.md b/docs/install/docker.md index 78130a07..23fc02a4 100644 --- a/docs/install/docker.md +++ b/docs/install/docker.md @@ -112,19 +112,19 @@ wget https://raw.githubusercontent.com/vabene1111/recipes/develop/docs/install/d ~~~ #### Nginx Swag by LinuxServer -[This container](https://github.com/linuxserver/docker-swag) is an all in one solution created by LinuxServer.io +[This container](https://github.com/linuxserver/docker-swag) is an all in one solution created by LinuxServer.io. -It also contains templates for popular apps, including Tandoor Recipes, so you don't have to manually configure nginx and discard the template provided in Tandoor repo. Tandoor config is called `recipes.subdomain.conf.sample` which you can adapt for your instance +It contains templates for popular apps, including Tandoor Recipes, so you don't have to manually configure nginx and discard the template provided in Tandoor repo. Tandoor config is called `recipes.subdomain.conf.sample` which you can adapt for your instance. If you're running Swag on the default port, you'll just need to change the container name to yours. -If your running Swag on a custom port, some headers must be changed. To do this, +If your running Swag on a custom port, some headers must be changed: - Create a copy of `proxy.conf` - Replace `proxy_set_header X-Forwarded-Host $host;` and `proxy_set_header Host $host;` to - `proxy_set_header X-Forwarded-Host $http_host;` and `proxy_set_header Host $http_host;` - Update `recipes.subdomain.conf` to use the new file -- Restart the linuxserver/swag container and Recipes will work +- Restart the linuxserver/swag container and Recipes will work correctly More information [here](https://github.com/TandoorRecipes/recipes/issues/959#issuecomment-962648627).