service-provider-template/host_vars/lcn-daemon/nginx.yml
zramsay 1ac0416038 latest working template with single control node (#3)
Co-authored-by: zramsay <zach@bluecollarcoding.ca>
Co-authored-by: Your Name <you@example.com>
Reviewed-on: #3
2024-07-30 12:40:30 +00:00

22 lines
532 B
YAML

---
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:
- name: lcn-console
url: lcn-console.laconic.com
upstream: http://localhost:8080
template: basic-proxy
ssl: true
- name: lcn-daemon
url: lcn-daemon.laconic.com
upstream: http://localhost:9473
configs:
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.laconic.com permanent
template: websocket-proxy
ssl: true