]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_deflate.xml
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_deflate.xml
index ff709164cb306aa937b6752e89563d96f29197e2..d13988422ec20e907654b0627a3bd825d62bb54c 100644 (file)
@@ -105,7 +105,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip
 
       <highlight language="config">
 &lt;Location "/dav-area"&gt;
-    ProxyPass http://example.com/
+    ProxyPass "http://example.com/"
     SetOutputFilter INFLATE
 &lt;/Location&gt;
       </highlight>