fix Options in pillar.example
This commit is contained in:
parent
f0978a9c47
commit
5fc1dc710b
@ -11,7 +11,7 @@ apache:
|
|||||||
confext: .conf
|
confext: .conf
|
||||||
logdir: /var/log/apache2
|
logdir: /var/log/apache2
|
||||||
wwwdir: /srv/apache2
|
wwwdir: /srv/apache2
|
||||||
|
|
||||||
# apache version (generally '2.2' or '2.4')
|
# apache version (generally '2.2' or '2.4')
|
||||||
version: '2.2'
|
version: '2.2'
|
||||||
|
|
||||||
@ -64,7 +64,7 @@ apache:
|
|||||||
# "default" is a special case; Adds ``/path/to/www/dir/example.com``
|
# "default" is a special case; Adds ``/path/to/www/dir/example.com``
|
||||||
# E.g.: /var/www/example.com
|
# E.g.: /var/www/example.com
|
||||||
default:
|
default:
|
||||||
Options: -Indexes FollowSymLinks
|
Options: -Indexes +FollowSymLinks
|
||||||
Order: allow,deny # For Apache < 2.4
|
Order: allow,deny # For Apache < 2.4
|
||||||
Allow: from all # For apache < 2.4
|
Allow: from all # For apache < 2.4
|
||||||
Require: all granted # For apache > 2.4.
|
Require: all granted # For apache > 2.4.
|
||||||
@ -79,7 +79,7 @@ apache:
|
|||||||
|
|
||||||
# if template is 'proxy.tmpl'
|
# if template is 'proxy.tmpl'
|
||||||
# ProxyPreserveHost: 'On'
|
# ProxyPreserveHost: 'On'
|
||||||
# ProxyRoute:
|
# ProxyRoute:
|
||||||
# my sample route:
|
# my sample route:
|
||||||
# ProxyPassSource: '/'
|
# ProxyPassSource: '/'
|
||||||
# ProxyPassTarget: 'http://www.example.net'
|
# ProxyPassTarget: 'http://www.example.net'
|
||||||
|
Loading…
Reference in New Issue
Block a user