diff --git a/Health-Checks.md b/Health-Checks.md index 7397469..7e48d55 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -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 ###