File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 9191 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
9292 proxy_set_header Host $http_host ;
9393 proxy_redirect off;
94- set $upstream_graphql graphql;
94+ set $upstream_graphql graphql-engine ;
9595 proxy_pass http ://$upstream_graphql :8080 /;
9696 }
9797
@@ -102,7 +102,7 @@ http {
102102 proxy_set_header X-Real-IP $remote_addr ;
103103 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
104104 proxy_set_header Host $http_host ;
105- set $upstream_graphiql graphql-engine ;
105+ set $upstream_graphiql graphiql ;
106106 proxy_pass http ://$upstream_graphiql :80 /;
107107 }
108108
@@ -123,7 +123,7 @@ http {
123123 proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for ;
124124 proxy_set_header Host $http_host ;
125125 proxy_redirect off;
126- set $upstream_graphql graphql;
126+ set $upstream_graphql graphql-engine ;
127127 proxy_pass http ://$upstream_graphql :8080 /v1/graphql;
128128 }
129129
You can’t perform that action at this time.
0 commit comments