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

10 lines
223 B
Django/Jinja

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