Skip to content

Commit

Permalink
fix nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
squi-ddy committed Mar 21, 2024
1 parent 71bc563 commit bf0a737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ server {
location /peerly {
proxy_pass http://peerly-frontend:3000;
}
location /peerly-api {
location /peerly-api/ {
proxy_pass http://peerly-backend:3001/;
}
location / {
Expand Down

0 comments on commit bf0a737

Please sign in to comment.