diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-10-23 17:08:09 +0200 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-10-23 17:08:09 +0200 |
commit | 62ea78e3030802e81dd739fc4c45e6a10faddb36 (patch) | |
tree | 66205ac7fa8290e1d6eda1d4c94e57f4f78c1dd1 /src/conf_mode/https.py | |
parent | d9ee0b95d1020b6d5412dd011ebb1ef7f6ef3fc7 (diff) | |
parent | 3f8884587ab1291c13f633b079058879241ac3c1 (diff) | |
download | vyos-1x-62ea78e3030802e81dd739fc4c45e6a10faddb36.tar.gz vyos-1x-62ea78e3030802e81dd739fc4c45e6a10faddb36.zip |
Merge branch 'current' of https://github.com/vyos/vyos-1x into current
Diffstat (limited to 'src/conf_mode/https.py')
-rwxr-xr-x | src/conf_mode/https.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf_mode/https.py b/src/conf_mode/https.py index f948063e9..233c815bc 100755 --- a/src/conf_mode/https.py +++ b/src/conf_mode/https.py @@ -67,7 +67,7 @@ server { {% endif %} # proxy settings for HTTP API, if enabled; 503, if not - location ~ /(retrieve|configure) { + location ~ /(retrieve|configure|config-file|image) { {% if api %} proxy_pass http://localhost:{{ api.port }}; proxy_buffering off; |