1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-03 17:53:20 +03:00

capitalize

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1772763 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Eric Covener
2016-12-05 19:43:18 +00:00
parent cb1fc9c5a5
commit a7575094ee

View File

@@ -307,7 +307,7 @@ AuthUserFile /example.com/conf/users.passwd
AuthName secure AuthName secure
<RequireAll> <RequireAll>
Require valid-user Require valid-user
require ip 127.0.0.1 Require ip 127.0.0.1
</RequireAll> </RequireAll>
</highlight> </highlight>
</example> </example>