service-provider-template/host_vars/tnt-daemon/nginx.yml

22 lines
559 B
YAML
Raw Normal View History

---
nginx_packages_intall: false
nginx_server_name_hash: 64
nginx_proxy_read_timeout: 1200
nginx_proxy_send_timeout: 1200
nginx_proxy_connection_timeout: 75
nginx_sites:
2024-07-11 18:40:41 +00:00
- name: tnt-console
url: tnt-console.realitynetwork.store
upstream: http://localhost:8080
template: basic-proxy
ssl: true
2024-07-11 18:40:41 +00:00
- name: tnt-daemon
url: tnt-daemon.realitynetwork.store
upstream: http://localhost:9473
configs:
2024-06-06 23:03:16 +00:00
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.realitynetwork.store permanent
template: websocket-proxy
ssl: true