소스 검색

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 {


불러오는 중...
취소
저장