diff --git a/tmpl/nginx-nebula.conf b/tmpl/nginx-nebula.conf index 10e9cd5..fe3bc7d 100644 --- a/tmpl/nginx-nebula.conf +++ b/tmpl/nginx-nebula.conf @@ -1,7 +1,6 @@ #### OpenNebula Sunstone upstream upstream sunstone { - server 127.0.0.1:%%port_sunstone; -# server %%adresse_ip_eth0:%%port_sunstone; + server %%adresse_ip_eth0:%%port_sunstone; } #### cloudserver.org HTTP virtual host diff --git a/tmpl/sunstone-server.conf b/tmpl/sunstone-server.conf index bba3ce3..afb2dbe 100644 --- a/tmpl/sunstone-server.conf +++ b/tmpl/sunstone-server.conf @@ -28,8 +28,8 @@ # Server Configuration # -:host: 127.0.0.1 -#:host: %%ip_sunstone +#:host: 127.0.0.1 +:host: %%ip_sunstone :port: %%port_sunstone # Place where to store sessions, this value can be memory or memcache