Skip to content

Commit 41c4856

Browse files
committed
fix: upstream not found
1 parent 64c3219 commit 41c4856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Resources/nginx/nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ http {
105105
proxy_set_header X-Real-IP $remote_addr;
106106
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
107107
proxy_set_header Host $http_host;
108-
set $upstream_graphiql graphiql_upstream;
109-
proxy_pass http://$upstream_graphiql/;
108+
set $upstream_graphiql graphiql;
109+
proxy_pass http://$upstream_graphiql:80/;
110110
}
111111

112112
location /graphql/v1beta {

0 commit comments

Comments
 (0)