Skip to content

Commit 54a3f83

Browse files
committed
Fix typo
1 parent 5f76719 commit 54a3f83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/web_deployment.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ If you run C<bin/rt-mailgate> on a separate server, you can update
169169
the above to allow additional IP addresses.
170170

171171
<Location /REST/1.0/NoAuth/mail-gateway>
172-
Require ip 127.0.0.1 ::1 192.0.2.0 # Add you actual IPs
172+
Require ip 127.0.0.1 ::1 192.0.2.0 # Add your actual IPs
173173
</Location>
174174

175175
See the L<Apache documentation|https://httpd.apache.org/docs/2.4/mod/mod_authz_host.html>

0 commit comments

Comments
 (0)