mirror of
https://github.com/bitwarden/server.git
synced 2025-06-30 07:36:14 -05:00
Fix typos in comments (#2876)
This commit is contained in:
@ -26,7 +26,7 @@ upstream identity_loadbalancer {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 33756; # The port clients will connect to for the Identiy, must be exposed via Docker
|
||||
listen 33756; # The port clients will connect to for the Identity, must be exposed via Docker
|
||||
location / {
|
||||
proxy_pass http://identity_loadbalancer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user