22 lines
584 B
Plaintext
22 lines
584 B
Plaintext
|
---
|
||
|
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: {{ org_id }}-console
|
||
|
url: {{ org_id }}-console.{{ full_domain }}
|
||
|
upstream: http://localhost:8080
|
||
|
template: basic-proxy
|
||
|
ssl: true
|
||
|
|
||
|
- name: {{ org_id }}-daemon
|
||
|
url: {{ org_id }}-daemon.{{ full_domain }}
|
||
|
upstream: http://localhost:9473
|
||
|
configs:
|
||
|
- rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.{{full_domain}} permanent
|
||
|
template: websocket-proxy
|
||
|
ssl: true
|