Fixed bugs in Gateway
[portal/nonrtric-controlpanel.git] / webapp-frontend / nginx.conf
index 164875c..3da6003 100644 (file)
@@ -4,11 +4,11 @@ http {
     include /etc/nginx/mime.types;
 
     upstream backend {
-        server  nonrtricgateway:9090;
+        server  nonrtric-gateway:9090;
     }
 
     server {
-        listen 7070;
+        listen 8080;
         server_name localhost;
         root /usr/share/nginx/html;
         index index.html;