Respect the existing alignment (#5743)

This commit is contained in:
Gaetan Semet 2018-07-11 08:11:54 +02:00 committed by Fabian Affolter
parent 239bae7cc0
commit 1b2dde7762

View File

@ -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: