]> granicus.if.org Git - apache/blobdiff - docs/manual/mod/mod_deflate.html.en
Quote path/URL arguments to Proxy* directives.
[apache] / docs / manual / mod / mod_deflate.html.en
index 0a8eac62a56ea439843c59acf10c4ef9fafbe015..6f71c94152798c2eeb37946808a7c6f8b9af8a35 100644 (file)
@@ -125,7 +125,7 @@ SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip</pre>
       the output filter chain using <code class="directive"><a href="../mod/core.html#setoutputfilter">SetOutputFilter</a></code> or <code class="directive"><a href="../mod/mod_mime.html#addoutputfilter">AddOutputFilter</a></code>, for example:</p>
 
       <pre class="prettyprint lang-config">&lt;Location "/dav-area"&gt;
-    ProxyPass http://example.com/
+    ProxyPass "http://example.com/"
     SetOutputFilter INFLATE
 &lt;/Location&gt;</pre>