浏览代码

nginx custom vhost config

master
父节点
当前提交
b6d216cd84
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. +4
    -0
      templates/vhost.conf.j2

+ 4
- 0
templates/vhost.conf.j2 查看文件

@@ -41,6 +41,10 @@ server {
root {{ vhost.root }};
{% endif %}

{% if vhost.custom is defined %}
{{ vhost.custom }}
{% endif %}

}

server {


正在加载...
取消
保存