Skip to content

Commit fdd1238

Browse files
Update nginx.conf.template
1 parent 22cc78a commit fdd1238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/flutter_web_python/nginx.conf.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ server {
1010
}
1111

1212
location /api/ {
13-
proxy_pass http://backend:5000;
13+
proxy_pass http://localhost:5000;
1414
proxy_set_header Host $host;
1515
proxy_set_header X-Real-IP $remote_addr;
1616
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)