Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnavy committed Oct 17, 2023
1 parent 5f76719 commit 54a3f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web_deployment.pod
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ If you run C<bin/rt-mailgate> on a separate server, you can update
the above to allow additional IP addresses.

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

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

0 comments on commit 54a3f83

Please sign in to comment.