浏览代码

Merge pull request #146 from rhertzog/fix-vhost

Do not force usage of apache.config in apache.vhosts.standard
tags/v0.37.4
Nitin Madhok 8 年前
父节点
当前提交
adc80edd39
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. +0
    -1
      apache/vhosts/standard.sls

+ 0
- 1
apache/vhosts/standard.sls 查看文件

@@ -2,7 +2,6 @@

include:
- apache
- apache.config

{% for id, site in salt['pillar.get']('apache:sites', {}).items() %}
{% set documentroot = site.get('DocumentRoot', '{0}/{1}'.format(apache.wwwdir, id)) %}

正在加载...
取消
保存