From 56467e9967d9bb3c5588bb76493a71868e177a10 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 6 Aug 2021 14:55:55 -0500 Subject: Revert "http-api: T2768: example using GraphQL for high-level config operations" This reverts commit a2b959c50c96698da173b9c4720369a51442cc5c. --- data/templates/https/nginx.default.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/templates/https/nginx.default.tmpl b/data/templates/https/nginx.default.tmpl index b40ddcc74..5459fe98d 100644 --- a/data/templates/https/nginx.default.tmpl +++ b/data/templates/https/nginx.default.tmpl @@ -41,7 +41,7 @@ server { {% endif %} # proxy settings for HTTP API, if enabled; 503, if not - location ~ /(retrieve|configure|config-file|image|generate|show|docs|openapi.json|redoc|graphql) { + location ~ /(retrieve|configure|config-file|image|generate|show|docs|openapi.json|redoc) { {% if server.api %} proxy_pass http://localhost:{{ server.api.port }}; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; -- cgit v1.2.3