We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64c3219 commit 41c4856Copy full SHA for 41c4856
Resources/nginx/nginx.conf
@@ -105,8 +105,8 @@ http {
105
proxy_set_header X-Real-IP $remote_addr;
106
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
107
proxy_set_header Host $http_host;
108
- set $upstream_graphiql graphiql_upstream;
109
- proxy_pass http://$upstream_graphiql/;
+ set $upstream_graphiql graphiql;
+ proxy_pass http://$upstream_graphiql:80/;
110
}
111
112
location /graphql/v1beta {
0 commit comments