소스 검색

Define upstream.

master
Chris Smith 6 년 전
부모
커밋
3e94a35339
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      generate.py

+ 1
- 0
generate.py 파일 보기

@@ -35,6 +35,7 @@ while True:
35 35
     if os.path.isfile(certfile):
36 36
       if not up in services:
37 37
         services[up] = {
38
+          'upstream': up,
38 39
           'protocol': protocols[container] if container in protocols else 'http',
39 40
           'vhosts': domains[container],
40 41
           'hosts': [],

Loading…
취소
저장