Skip to content

Commit

Permalink
fix nginx upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeh committed Oct 14, 2024
1 parent e465081 commit 2c39cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/source_bundle/proxy/conf.d/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ upstream client {
server client:3000;
}

upstream admin {
upstream administration {
server administration:1000;
}

Expand Down

0 comments on commit 2c39cba

Please sign in to comment.