ソースを参照

Merge pull request #219 from arthurlogilab/217-customlog

[apache/vhosts] fix CustomLog on standard template
master
Javier Bértoli 7年前
コミット
6de9dd885d
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加2行の削除
  1. +1
    -2
      apache/vhosts/standard.tmpl

+ 1
- 2
apache/vhosts/standard.tmpl ファイルの表示

@@ -53,8 +53,7 @@
{% if site.get('LogLevel') != False -%}LogLevel {{ vals.LogLevel }}{% endif %}
{% if site.get('ErrorLog') != False -%}ErrorLog {{ vals.ErrorLog }}{% endif %}
{% if site.get('LogFormat') != False -%}LogFormat {{ vals.LogFormat }}{% endif %}
{% if site.get('CustomLog') != False -%}LogFormat {{ vals.LogFormat }} {{ sitename }}
CustomLog {{ vals.CustomLog }} {{ sitename }}{% endif %}
{% if site.get('CustomLog') != False -%}CustomLog {{ vals.CustomLog }} {{ vals.LogFormat }}{% endif %}

{% if site.get('DocumentRoot') != False -%}DocumentRoot {{ vals.DocumentRoot }}{% endif %}
{% if site.get('VirtualDocumentRoot') -%}VirtualDocumentRoot {{ vals.VirtualDocumentRoot }}{% endif %}

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