Skip to content

Commit 3449501

Browse files
author
kusuri12
committed
chore: update proxy pass of nginx
1 parent 93a916b commit 3449501

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ server {
33
server_name _;
44

55
location / {
6-
proxy_pass http://localhost:8000;
6+
proxy_pass http://hear_ai_container:8000;
77
proxy_set_header Host $host;
88
proxy_set_header X-Real-IP $remote_addr;
99
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

0 commit comments

Comments
 (0)