mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Fix syntax error in pkg-message's Apache configuration example
PR: ports/98045 Submitted by: Brian Gourlie <bgourlie@gmail.com> Approved by: maintainer
This commit is contained in:
parent
19c586affc
commit
14dd14b714
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163709
@ -14,7 +14,7 @@ that you add something like the following to httpd.conf:
|
||||
Options none
|
||||
AllowOverride Limit
|
||||
|
||||
Order Deny, Allow
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
Allow from 127.0.0.1 .example.com
|
||||
</Directory>
|
||||
|
@ -14,7 +14,7 @@ that you add something like the following to httpd.conf:
|
||||
Options none
|
||||
AllowOverride Limit
|
||||
|
||||
Order Deny, Allow
|
||||
Order Deny,Allow
|
||||
Deny from all
|
||||
Allow from 127.0.0.1 .example.com
|
||||
</Directory>
|
||||
|
Loading…
Reference in New Issue
Block a user