Skip to content

Commit 778c764

Browse files
committed
remove unused negotiate endpoint
Signed-off-by: Eric Nemchik <[email protected]>
1 parent f02608e commit 778c764

File tree

4 files changed

+0
-40
lines changed

4 files changed

+0
-40
lines changed

bitwarden.subdomain.conf.sample

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,4 @@ server {
8686
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
8787

8888
}
89-
90-
location ~ (/bitwarden)?/notifications/hub/negotiate {
91-
include /config/nginx/proxy.conf;
92-
include /config/nginx/resolver.conf;
93-
set $upstream_app bitwarden;
94-
set $upstream_port 80;
95-
set $upstream_proto http;
96-
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
97-
98-
}
9989
}

bitwarden.subfolder.conf.sample

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,3 @@ location ~ (/bitwarden)?/notifications/hub {
7373

7474
}
7575

76-
location ~ (/bitwarden)?/notifications/hub/negotiate {
77-
include /config/nginx/proxy.conf;
78-
include /config/nginx/resolver.conf;
79-
set $upstream_app bitwarden;
80-
set $upstream_port 80;
81-
set $upstream_proto http;
82-
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
83-
84-
}
85-

vaultwarden.subdomain.conf.sample

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,4 @@ server {
8686
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
8787

8888
}
89-
90-
location ~ (/vaultwarden)?/notifications/hub/negotiate {
91-
include /config/nginx/proxy.conf;
92-
include /config/nginx/resolver.conf;
93-
set $upstream_app vaultwarden;
94-
set $upstream_port 80;
95-
set $upstream_proto http;
96-
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
97-
98-
}
9989
}

vaultwarden.subfolder.conf.sample

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,3 @@ location ~ (/vaultwarden)?/notifications/hub {
7373

7474
}
7575

76-
location ~ (/vaultwarden)?/notifications/hub/negotiate {
77-
include /config/nginx/proxy.conf;
78-
include /config/nginx/resolver.conf;
79-
set $upstream_app vaultwarden;
80-
set $upstream_port 80;
81-
set $upstream_proto http;
82-
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
83-
84-
}
85-

0 commit comments

Comments
 (0)