diff options
author | John Estabrook <jestabro@vyos.io> | 2021-08-06 14:55:55 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2021-08-06 14:55:55 -0500 |
commit | 56467e9967d9bb3c5588bb76493a71868e177a10 (patch) | |
tree | 22196f7442102df1c92a76eac5ff5a8441038bcc /data | |
parent | 158d6f2141d5b7c8a0b234d7b4089dd5174c592b (diff) | |
download | vyos-1x-56467e9967d9bb3c5588bb76493a71868e177a10.tar.gz vyos-1x-56467e9967d9bb3c5588bb76493a71868e177a10.zip |
Revert "http-api: T2768: example using GraphQL for high-level config operations"
This reverts commit a2b959c50c96698da173b9c4720369a51442cc5c.
Diffstat (limited to 'data')
-rw-r--r-- | data/templates/https/nginx.default.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
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; |