This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
salt
/
nginx-formula
원본 프로젝트 :
ExternalMirrors/nginx-formula
보기
1
좋아요
0
포크
0
코드
릴리즈
0
Activity
소스 검색
Move includes to the top of nginx.conf
susefix
Benjamin Neff
7 년 전
부모
15a1291495
커밋
5d67b09594
No account linked to committer's email address
1개의 변경된 파일
과
4개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
+4
-0
nginx/ng/files/nginx.conf
+ 4
- 0
nginx/ng/files/nginx.conf
파일 보기
@@ -32,6 +32,10 @@
#
# This file is managed by Salt.
{% if 'include' in config.keys() %}
{{ nginx_block(config.pop('include'), 'include') }}
{%- endif -%}
{% for key, value in config.items() %}
{{ nginx_block(value, key) }}
{%- endfor -%}
Write
Preview
Loading…
취소
저장