소스 검색

fixed: missing LogFormat

master
Alex Rosa 7 년 전
부모
커밋
0475eef4ad
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"'),


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

Loading…
취소
저장