1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-03 22:57:18 +02:00

Updated FAQ (markdown)

ta264 2020-01-06 09:57:03 +00:00
parent d8532fa051
commit 52c42e65a3

4
FAQ.md

@ -45,3 +45,7 @@ proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
```
Make sure you **do not** include `proxy_set_header Connection "Upgrade";` as suggested by the nginx documentation. **THIS WILL NOT WORK**
See https://github.com/aspnet/AspNetCore/issues/17081