]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_proxy_wstunnel.html.en
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_proxy_wstunnel.html.en
index dee214b41bd9734bd4ef9fcfb0b7ecf906f021c7..e2eb4d197d8e05b54f50aa346471c4ee8ddb97b6 100644 (file)
@@ -43,8 +43,8 @@ Connection: Upgrade</pre>
 
 
 
-    <div class="example"><h3>Proxying requests to websockets server</h3><pre class="prettyprint lang-config">ProxyPass /ws2/  ws://echo.websocket.org/
-ProxyPass /wss2/ wss://echo.websocket.org/</pre>
+    <div class="example"><h3>Proxying requests to websockets server</h3><pre class="prettyprint lang-config">ProxyPass "/ws2/"  "ws://echo.websocket.org/"
+ProxyPass "/wss2/" "wss://echo.websocket.org/"</pre>
 </div>
 
 </div>