mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
directory.default: update pillar.example
New behavior properly explained in pillar.example Warning: changes directory.default when used with non-standard documentroot. Now uses documentroot, instead of previously "default" documentroot path.
This commit is contained in:
parent
70ae79b991
commit
49dedb64dc
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ apache:
|
|||
SSLCertificateChainFile: /etc/ssl/mycert.chain.pem # if you require a chain of server certificates file
|
||||
|
||||
Directory:
|
||||
# "default" is a special case; Adds ``/path/to/www/dir/example.com``
|
||||
# "default" is a special case; uses DocumentRoot value
|
||||
# E.g.: /var/www/example.com
|
||||
default:
|
||||
Options: -Indexes +FollowSymLinks
|
||||
|
|
Loading…
Add table
Reference in a new issue