Merge "Add all missing specific devicemanagers"
authorHerbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Mon, 26 Oct 2020 17:15:03 +0000 (17:15 +0000)
committerGerrit Code Review <gerrit@onap.org>
Mon, 26 Oct 2020 17:15:03 +0000 (17:15 +0000)
Former-commit-id: c3499b3deb41ec4ba7e7b184b5ee9266e9d180f6

installation/sdnc-web/src/main/resources/http_site.conf
installation/sdnc-web/src/main/resources/https_site.conf

index 53356b4..ea6c33b 100644 (file)
@@ -72,11 +72,11 @@ server {
     location /  {
         try_files $uri $uri/ @backend;
     }
-    location ^/websocket$ {
+    location /websocket {
         proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT/websocket;
         proxy_http_version 1.1;
         proxy_set_header Upgrade $http_upgrade;
-            proxy_set_header Connection "upgrade";
+        proxy_set_header Connection "upgrade";
     }
     location @backend {
         proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT;
index da86272..5e61fec 100644 (file)
@@ -91,11 +91,11 @@ server {
     location /  {
         try_files $uri $uri/ @backend;
     }
-    location ^/websocket$ {
+    location /websocket {
         proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT/websocket;
         proxy_http_version 1.1;
         proxy_set_header Upgrade $http_upgrade;
-            proxy_set_header Connection "upgrade";
+        proxy_set_header Connection "upgrade";
     }
     location @backend {
         proxy_pass SDNRPROTOCOL://SDNRHOST:SDNRPORT;