Skip to content

Commit 5dcfc37

Browse files
authored
Merge pull request #1 from protegeproject/fix/308-remove-wsapps
2 parents 8503c29 + 38916cf commit 5dcfc37

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

nginx.conf

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
resolver 127.0.0.11 valid=30s ipv6=off;
22

3-
map $http_upgrade $connection_upgrade {
4-
default upgrade;
5-
'' close;
6-
}
7-
83
server {
94
listen 80;
105
server_name _;
@@ -72,15 +67,6 @@ server {
7267
proxy_redirect off;
7368
}
7469

75-
location /wsapps {
76-
set $upstream http://webprotege-gwt-api-gateway:7777;
77-
proxy_pass $upstream;
78-
proxy_http_version 1.1;
79-
proxy_set_header Upgrade $http_upgrade;
80-
proxy_set_header Connection "Upgrade";
81-
proxy_set_header Host $host;
82-
}
83-
8470
location /kibana/ {
8571
set $upstream http://kibana:5601;
8672
proxy_pass $upstream;

0 commit comments

Comments
 (0)