fix Options in pillar.example
This commit is contained in:
parent
f0978a9c47
commit
5fc1dc710b
@ -64,7 +64,7 @@ apache:
|
||||
# "default" is a special case; Adds ``/path/to/www/dir/example.com``
|
||||
# E.g.: /var/www/example.com
|
||||
default:
|
||||
Options: -Indexes FollowSymLinks
|
||||
Options: -Indexes +FollowSymLinks
|
||||
Order: allow,deny # For Apache < 2.4
|
||||
Allow: from all # For apache < 2.4
|
||||
Require: all granted # For apache > 2.4.
|
||||
|
Loading…
Reference in New Issue
Block a user