ソースを参照

Merge pull request #202 from alexfrosa/master

fixed: missing LogFormat
master
Niels Abspoel 7年前
コミット
c86760ee4c
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      apache/vhosts/minimal.tmpl

+ 2
- 0
apache/vhosts/minimal.tmpl ファイルの表示

@@ -13,6 +13,8 @@
'LogLevel': site.get('LogLevel', 'warn'),
'ErrorLog': site.get('ErrorLog', '{0}/{1}-error.log'.format(map.logdir, sitename)),
'CustomLog': site.get('CustomLog', '{0}/{1}-access.log'.format(map.logdir, sitename)),
'LogFormat': site.get('LogFormat', '"%h %l %u %t \\\"%r\\\" %>s %b"'),


'DocumentRoot': site.get('DocumentRoot', '{0}/{1}'.format(map.wwwdir, sitename))
} -%}

読み込み中…
キャンセル
保存