Selaa lähdekoodia

Merge pull request #231 from ze42/directory_default

vhosts/standard: Directory_default to DocumentRoot
master
N 6 vuotta sitten
vanhempi
commit
8adcad3db8
No account linked to committer's email address
2 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. +1
    -1
      apache/vhosts/standard.tmpl
  2. +1
    -1
      pillar.example

+ 1
- 1
apache/vhosts/standard.tmpl Näytä tiedosto

@@ -28,7 +28,7 @@
'Timeout': site.get('Timeout'),
'LimitRequestFields': site.get('LimitRequestFields'),

'Directory_default': '{0}/{1}'.format(map.wwwdir, sitename),
'Directory_default': site.get('DocumentRoot', '{0}/{1}'.format(map.wwwdir, sitename)),
'Directory': {
'Options': '-Indexes +FollowSymLinks',
'Order': 'allow,deny',

+ 1
- 1
pillar.example Näytä tiedosto

@@ -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…
Peruuta
Tallenna