Browse Source

Merge pull request #284 from thehaxxa/patch-1

Alter Apache Proxy Documentation Path
pull/290/head
Cian Butler 4 years ago
committed by GitHub
parent
commit
70c67ffb32
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/apache.md

2
docs/apache.md

@ -19,7 +19,7 @@ RewriteCond %{REQUEST_URI} ^/wetty/socket.io [NC]
RewriteCond %{QUERY_STRING} transport=websocket [NC] RewriteCond %{QUERY_STRING} transport=websocket [NC]
RewriteRule /wetty/socket.io/(.*) ws://localhost:3000/wetty/socket.io/$1 [P,L] RewriteRule /wetty/socket.io/(.*) ws://localhost:3000/wetty/socket.io/$1 [P,L]
<LocationMatch ^/wetty/(.*)> <LocationMatch ^/wetty(.*)>
DirectorySlash On DirectorySlash On
Require all granted Require all granted
ProxyPassMatch http://127.0.0.1:3000 ProxyPassMatch http://127.0.0.1:3000

Loading…
Cancel
Save