Updated Health Checks (markdown)

master
gwenvador 4 years ago
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 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 Include /etc/apache2/mods-available/proxy_wstunnel.load
ProxyPass "/socket" "ws://127.0.0.1:7878/socket" 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 ### ### Download Clients ###

Loading…
Cancel
Save