2024-09-19 05:37:13 +00:00
|
|
|
---
|
|
|
|
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-09-19 06:59:13 +00:00
|
|
|
- name: {{ org_id }}-console
|
|
|
|
url: {{ org_id }}-console.{{ dns_domain }}.com
|
2024-09-19 05:37:13 +00:00
|
|
|
upstream: http://localhost:8080
|
|
|
|
template: basic-proxy
|
|
|
|
ssl: true
|
|
|
|
|
2024-09-19 06:59:13 +00:00
|
|
|
- name: {{ org_id }}-daemon
|
|
|
|
url: {{ org_id }}-daemon.{{ dns_domain }}.com
|
2024-09-19 05:37:13 +00:00
|
|
|
upstream: http://localhost:9473
|
|
|
|
configs:
|
2024-09-19 06:59:13 +00:00
|
|
|
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.{{dns_domain}}.com permanent
|
2024-09-19 05:37:13 +00:00
|
|
|
template: websocket-proxy
|
2024-09-19 06:59:13 +00:00
|
|
|
ssl: true
|