浏览代码

Remove full Pillar example from README; see pillar.example instead

tags/v0.37.4
Seth House 10 年前
父节点
当前提交
65c57dc315
共有 1 个文件被更改,包括 0 次插入33 次删除
  1. +0
    -33
      README.rst

+ 0
- 33
README.rst 查看文件

@@ -46,41 +46,8 @@ Example Pillar:

apache:
sites:
# Default values below are used unless disabled by setting to 'None'.
example.com: # must be unique; used as an ID declaration in Salt; also passed to the template context as {{ id }}
template_file: salt://apache/vhosts/standard.tmpl
template_engine: jinja

interface: '*'
port: '80'

ServerName: {{ id }} # uses the unique ID above unless specified
ServerAlias: www.{{ id }}

ServerAdmin: webmaster@{{ id }}

LogLevel: warn
ErrorLog: {{ logdir }}/{{ id }}-error.log # E.g.: /var/log/apache2/example.com-error.log
CustomLog: {{ logdir }}/{{ id }}-access.log # E.g.: /var/log/apache2/example.com-access.log

DocumentRoot: {{ wwwdir }}/{{ id }} # E.g., /var/www/example.com

Directory:
{{ wwwdir }}/{{ id }}: # E.g.: /var/www/example.com:
Options: -Indexes FollowSymLinks
Order: allow,deny
Allow: from all
AllowOverride: All
Formula_Append: |
Additional config as a
multi-line string here

Formula_Append: |
Additional config as a
multi-line string here

example.net:
template_file: salt://apache/vhosts/minimal.tmpl


``apache.debian_full``

正在加载...
取消
保存