fuel-ccp-horizon/service/files/servers.conf.j2

10 lines
227 B
Django/Jinja

server {
listen {{ network_topology["private"]["address"] }}:{{ horizon.port.cont }} ssl;
include common/ssl.conf;
location / {
proxy_pass http://horizon;
include common/proxy-headers.conf;
}
}