fuel-ccp-neutron/service/files/nginx-neutron-server.conf.j2

10 lines
259 B
Django/Jinja

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