Skip to content

Commit

Permalink
fix: upstream not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Naramsim committed Jan 23, 2025
1 parent 64c3219 commit 41c4856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Resources/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ http {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
set $upstream_graphiql graphiql_upstream;
proxy_pass http://$upstream_graphiql/;
set $upstream_graphiql graphiql;
proxy_pass http://$upstream_graphiql:80/;
}

location /graphql/v1beta {
Expand Down

0 comments on commit 41c4856

Please sign in to comment.