mirror of
https://github.com/bitwarden/server.git
synced 2025-07-02 16:42:50 -05:00
Remove Business Portal (#1614)
This commit is contained in:
@ -162,15 +162,6 @@ server {
|
||||
proxy_pass http://admin:5000;
|
||||
{{#if Ssl}}
|
||||
include /etc/nginx/security-headers-ssl.conf;
|
||||
{{/if}}
|
||||
include /etc/nginx/security-headers.conf;
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
}
|
||||
|
||||
location /portal {
|
||||
proxy_pass http://portal:5000;
|
||||
{{#if Ssl}}
|
||||
include /etc/nginx/security-headers-ssl.conf;
|
||||
{{/if}}
|
||||
include /etc/nginx/security-headers.conf;
|
||||
add_header X-Frame-Options SAMEORIGIN;
|
||||
|
Reference in New Issue
Block a user