Skip to content

Commit

Permalink
chore: nginx api route
Browse files Browse the repository at this point in the history
  • Loading branch information
ychung-mot committed Oct 30, 2024
1 parent 9ca3444 commit a2c0f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/nginx.local.conf
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ http {
}

location /api/ {
proxy_pass http://server:80;
proxy_pass http://server:8080;
proxy_http_version 1.1;

proxy_set_header HOST $host;
Expand Down

0 comments on commit a2c0f02

Please sign in to comment.