From: Giorgio Ravera Date: Wed, 5 Jan 2022 21:07:49 +0000 (+0100) Subject: Fixed xoa configuration X-Git-Url: http://git.giorgioravera.it/?a=commitdiff_plain;h=2cec7a78702c0fdd2aadeab8ea60a967f715f452;p=apache.git Fixed xoa configuration --- diff --git a/sites-available/xoa.giorgioravera.it.conf b/sites-available/xoa.giorgioravera.it.conf index 5c0c396..a47d359 100644 --- a/sites-available/xoa.giorgioravera.it.conf +++ b/sites-available/xoa.giorgioravera.it.conf @@ -20,7 +20,7 @@ RewriteEngine On RewriteCond %{HTTP:upgrade} websocket [NC] - RewriteRule /(.*) ws://xoa.giorgioravera.it/$1 [L,P] + RewriteRule /(.*) ws://xoa.giorgioravera.it:8000/$1 [L,P] # Available loglevels: trace8, ..., trace1, debug, info, notice, warn, # error, crit, alert, emerg.