mirror of
https://github.com/bitwarden/server
synced 2025-12-06 00:03:34 +00: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