]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove redundant slash from example - mod_proxy doc
authorRich Bowen <rbowen@apache.org>
Mon, 29 Jan 2024 17:44:31 +0000 (17:44 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 29 Jan 2024 17:44:31 +0000 (17:44 +0000)
Submitted by: nisbet-hubbard <87453615+nisbet-hubbard@users.noreply.github.com>

Github: closes #378

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1915459 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en.utf8
docs/manual/mod/mod_proxy.xml

index 171046024513098d6c809f2d908d8abe68a35d80..6a44ba87e04e22a4cd8bde78e8fd04e0be2a76bf 100644 (file)
@@ -2244,4 +2244,4 @@ if (typeof(prettyPrint) !== 'undefined') {
     prettyPrint();
 }
 //--><!]]></script>
-</body></html>
\ No newline at end of file
+</body></html>
index ad4d736dde7409f39a92df08a740933c84a8c13d..3ddb503c8330e22804183da9685ef7457cee8d06 100644 (file)
@@ -190,7 +190,7 @@ ProxyPass "/some/ws/capable/path/" "http://example.com/some/ws/capable/path/" up
       <example><title>Reverse Proxy PHP scripts</title>
       <highlight language="config">
 &lt;FilesMatch "\.php$"&gt;
-    SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost/"
+    SetHandler  "proxy:unix:/path/to/app.sock|fcgi://localhost"
 &lt;/FilesMatch&gt;
       </highlight>
       </example>