vm03
This commit is contained in:
parent
303b552451
commit
4a324b3a69
1 changed files with 18 additions and 1 deletions
|
|
@ -37,7 +37,24 @@
|
||||||
backends:
|
backends:
|
||||||
- 10.203.2.11:123
|
- 10.203.2.11:123
|
||||||
- 10.203.2.12:123
|
- 10.203.2.12:123
|
||||||
|
- stream: HTTPS_ssl_preread
|
||||||
|
listen_port: 443
|
||||||
|
type: ssl_preread
|
||||||
|
ssl_preread:
|
||||||
|
ssl_preread: true
|
||||||
|
proxy_protocol: true
|
||||||
|
server_names:
|
||||||
|
- ams.mrwho.ru: ocserv
|
||||||
|
default_target: https
|
||||||
|
upstreams:
|
||||||
|
- name: https
|
||||||
|
servers:
|
||||||
|
- 127.0.0.1:8443
|
||||||
|
- name: ocserv
|
||||||
|
servers:
|
||||||
|
- 127.0.0.1:9443
|
||||||
|
# proxy_timeout: 4s
|
||||||
|
# proxy_responses: 1
|
||||||
nginx_virthosts:
|
nginx_virthosts:
|
||||||
- virthost_name: git.mrwho.ru
|
- virthost_name: git.mrwho.ru
|
||||||
listen: "80"
|
listen: "80"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue