mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-19 17:32:38 +01:00
Updated Health Checks (markdown)
parent
b84cdbf452
commit
f9c0c496be
@ -59,12 +59,12 @@ Make sure you **do not** include `proxy_set_header Connection "Upgrade";` as sug
|
||||
|
||||
See https://github.com/aspnet/AspNetCore/issues/17081
|
||||
|
||||
For apache reverse proxy you need to configure:
|
||||
For apache reverse proxy you need to add to the configuration:
|
||||
|
||||
```
|
||||
Include /etc/apache2/mods-available/proxy_wstunnel.load
|
||||
ProxyPass "/socket" "ws://127.0.0.1:7878/socket"
|
||||
ProxyPassReverse "/socket" "ws://127.0.0.1:7878/socket
|
||||
ProxyPassReverse "/socket" "ws://127.0.0.1:7878/socket"
|
||||
```
|
||||
|
||||
### Download Clients ###
|
||||
|
Loading…
Reference in New Issue
Block a user