mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Reverse proxy / load balancer configuration for local development (#2097)
* Add server reverse proxy configuration example for docker compose * Use n + 100 for Identity load balancer port
This commit is contained in:
@ -12,3 +12,8 @@ MYSQL_ROOT_PASSWORD=SET_A_PASSWORD_HERE_123
|
||||
# Complete using the values from the Manage SSO page in the web vault
|
||||
IDP_SP_ENTITY_ID=http://localhost:51822/saml2
|
||||
IDP_SP_ACS_URL=http://localhost:51822/saml2/yourOrgIdHere/Acs
|
||||
|
||||
# Optional reverse proxy configuration
|
||||
# Should match server listen ports in reverse-proxy.conf
|
||||
API_PROXY_PORT=4100
|
||||
IDENTITY_PROXY_PORT=33756
|
Reference in New Issue
Block a user