From 1b2dde77620daae7729e135a93e5983cd0a607ee Mon Sep 17 00:00:00 2001 From: Gaetan Semet Date: Wed, 11 Jul 2018 08:11:54 +0200 Subject: [PATCH] Respect the existing alignment (#5743) --- source/_docs/ecosystem/synology.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_docs/ecosystem/synology.markdown b/source/_docs/ecosystem/synology.markdown index 20cf14f98fb..ba2c69f04ae 100644 --- a/source/_docs/ecosystem/synology.markdown +++ b/source/_docs/ecosystem/synology.markdown @@ -19,9 +19,9 @@ To allow WebSocket by default for all service exposed by NGINX, you can enable i Open `/usr/syno/share/nginx/Portal.mustache` and add the followings in the `Location` section: ``` - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_read_timeout 86400; + proxy_set_header Upgrade $http_upgrade; + proxy_set_header Connection "upgrade"; + proxy_read_timeout 86400; ``` Then restart the NGINX daemon: