There was an error while loading. Please reload this page.
2 parents 8503c29 + 38916cf commit 5dcfc37Copy full SHA for 5dcfc37
1 file changed
nginx.conf
@@ -1,10 +1,5 @@
1
resolver 127.0.0.11 valid=30s ipv6=off;
2
3
-map $http_upgrade $connection_upgrade {
4
- default upgrade;
5
- '' close;
6
-}
7
-
8
server {
9
listen 80;
10
server_name _;
@@ -72,15 +67,6 @@ server {
72
67
proxy_redirect off;
73
68
}
74
69
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
84
70
location /kibana/ {
85
71
set $upstream http://kibana:5601;
86
proxy_pass $upstream;
0 commit comments