Anton on Nostr: npub1rmlrk…xxa6t TheForeman configures their websockets like this: #Upgrade ...
npub1rmlrk8t89jh2vv57je7xczz4nn5shkaa6m6zqqyh2hjt5ay9m9vs9xxa6t (npub1rml…xa6t) TheForeman configures their websockets like this:
#Upgrade Websocket connections
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /(.*) http://localhost:3000/|ws://foreman/$1 [P,L]
I suppose you've already combed through the browser error console and found nothing.
#Upgrade Websocket connections
RewriteCond %{HTTP:Upgrade} =websocket [NC]
RewriteRule /(.*) http://localhost:3000/|ws://foreman/$1 [P,L]
I suppose you've already combed through the browser error console and found nothing.