Skip to content
Snippets Groups Projects
Commit e537e45c authored by Juergen Neumann's avatar Juergen Neumann
Browse files

changed websocket port to be the same as http port

parent 3d0bef3e
No related branches found
Tags 5.0 5.0.1 5.1
No related merge requests found
Pipeline #12323 passed
......@@ -33,7 +33,7 @@
RewriteEngine On
RewriteCond %{HTTP:Upgrade} =websocket
RewriteRule /(.*) ws://127.0.0.1:8081/$1 [NE,P,L]
RewriteRule /(.*) ws://127.0.0.1:8080/$1 [NE,P,L]
# This is the default rewrite for the webclient
RewriteRule ^/$ https://%{HTTP_HOST}/systems.dmx.webclient/ [R,L]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment