1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-02 06:07:19 +02:00

Updated Health Checks (markdown)

gwenvador 2020-06-29 12:47:06 +09:00
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 ###