]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_proxy_wstunnel.xml
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_proxy_wstunnel.xml
index 152082c5b1350acc6f4aa5277992f5937d5aebb6..c23b4f411b40657f2105684b6061ace6c9247a50 100644 (file)
@@ -44,8 +44,8 @@ Connection: Upgrade
 
     <example><title>Proxying requests to websockets server</title>
     <highlight language="config">
-ProxyPass /ws2/  ws://echo.websocket.org/
-ProxyPass /wss2/ wss://echo.websocket.org/
+ProxyPass "/ws2/"  "ws://echo.websocket.org/"
+ProxyPass "/wss2/" "wss://echo.websocket.org/"
     </highlight>
     </example>