Skip to content

Commit

Permalink
deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
iljavaleev committed Jul 18, 2024
1 parent 79a3f03 commit 2c7e8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppinfra/swag_nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ server {


location / {
proxy_pass http:/botcpp:8080/;
proxy_pass http://cppbot:8080/;
}

proxy_set_header Host $host;
Expand Down

0 comments on commit 2c7e8e2

Please sign in to comment.