mirror of
https://github.com/Radarr/Radarr
synced 2025-10-06 05:52:46 +02:00
Updated FAQ (markdown)
6
FAQ.md
6
FAQ.md
@@ -44,4 +44,8 @@ Aphrodite has switched to .NET Core and a new webserver. It requires the follow
|
||||
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
|
Reference in New Issue
Block a user