diff --git a/Health-Checks.md b/Health-Checks.md index f10d682..7397469 100644 --- a/Health-Checks.md +++ b/Health-Checks.md @@ -59,6 +59,14 @@ 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: + +``` +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 +``` + ### Download Clients ### #### No download client is available ####