git
This commit is contained in:
parent
b4d2ceb989
commit
bffcfe7e9f
1 changed files with 15 additions and 0 deletions
|
|
@ -105,6 +105,21 @@
|
|||
locations:
|
||||
- location: /
|
||||
target: "http://172.20.21.201:10002"
|
||||
|
||||
- virthost_name: git.local.mrwho.ru
|
||||
server_name: git.local.mrwho.ru
|
||||
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'
|
||||
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.201:10003"
|
||||
|
||||
###### Firewalld configuration ######
|
||||
firewall:
|
||||
# - previous: replaced # flush previous rules
|
||||
|
|
|
|||
Loading…
Reference in a new issue