git
This commit is contained in:
parent
bffcfe7e9f
commit
f9e8f58d69
1 changed files with 0 additions and 21 deletions
|
|
@ -38,27 +38,6 @@
|
|||
backends:
|
||||
- 172.20.21.100:123
|
||||
|
||||
nginx_virthosts:
|
||||
- virthost_name: git.local.mrwho.ru
|
||||
listen: "80"
|
||||
server_name: git.mrwho.ru
|
||||
serveraliases: git.local.mrwho.ru
|
||||
# index: index.php
|
||||
# error_page: /path_to_error_page.html
|
||||
ssl_enabled: true
|
||||
ssl_only: true
|
||||
nginx_ssl_cert_file: '/etc/letsencrypt/live/mrwho.ru/fullchain.pem'
|
||||
nginx_ssl_cert_key: '/etc/letsencrypt/live/mrwho.ru/privkey.pem'
|
||||
# ssl_letsencrypt_certs: "{{ nginx_letsencrypt_managed }}"
|
||||
# root: "{{ nginx_webroot }}"
|
||||
server_tokens: "off"
|
||||
proxy_standard_setup: true
|
||||
proxy_additional_options:
|
||||
- proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=cache:30m max_size=250m;
|
||||
locations:
|
||||
- location: /
|
||||
target: "http://172.20.21.105:3000"
|
||||
|
||||
- virthost_name: portainer.local.mrwho.ru
|
||||
listen: "80"
|
||||
server_name: portainer.local.mrwho.ru
|
||||
|
|
|
|||
Loading…
Reference in a new issue