1
0
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:
Jim Hays
2023-05-09 11:38:47 -04:00
committed by GitHub
parent 0bd0910c39
commit f9038472ce
12 changed files with 13 additions and 13 deletions

View File

@ -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;
}