From ada20327321e149666bf7833ca4b013ee1c7d36a Mon Sep 17 00:00:00 2001 From: Ara Sadoyan Date: Mon, 26 May 2025 18:30:42 +0200 Subject: [PATCH] http to https redirect cleanup --- etc/upstreams.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/upstreams.yaml b/etc/upstreams.yaml index ef75566..7afbe08 100644 --- a/etc/upstreams.yaml +++ b/etc/upstreams.yaml @@ -10,9 +10,9 @@ headers: authorization: type: "jwt" creds: "910517d9-f9a1-48de-8826-dbadacbd84af-cb6f830e-ab16-47ec-9d8f-0090de732774" -# name: "basic" +# type: "basic" # creds: "user:Passw0rd" -# name: "apikey" +# type: "apikey" # creds: "5ecbf799-1343-4e94-a9b5-e278af5cd313-56b45249-1839-4008-a450-a60dc76d2bae" consul: # If the provider is consul. Otherwise, ignored. servers: @@ -57,4 +57,4 @@ upstreams: - "127.0.0.1:8000" - "127.0.0.2:8000" - "127.0.0.3:8000" - - "127.0.0.4:8000" + - "127.0.0.4:8000" \ No newline at end of file