This commit is contained in:
mrwho 2026-07-15 23:40:02 +03:00
parent bffcfe7e9f
commit f9e8f58d69

View file

@ -38,27 +38,6 @@
backends: backends:
- 172.20.21.100:123 - 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 - virthost_name: portainer.local.mrwho.ru
listen: "80" listen: "80"
server_name: portainer.local.mrwho.ru server_name: portainer.local.mrwho.ru