From 75f6dfc4670a2a2aaa72d8cb1f1a26ce2f28fca9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Kucharczyk?= Date: Thu, 6 May 2021 09:31:07 +0200 Subject: [PATCH] Allow oauth2_proxy to listen on all interfaces --- roles/oauth2proxy/templates/oauth2-proxy.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/oauth2proxy/templates/oauth2-proxy.cfg b/roles/oauth2proxy/templates/oauth2-proxy.cfg index 0c64826..1557f3c 100644 --- a/roles/oauth2proxy/templates/oauth2-proxy.cfg +++ b/roles/oauth2proxy/templates/oauth2-proxy.cfg @@ -13,3 +13,4 @@ email_domains = [ cookie_secret = "lVyySw_e0gb30CRU9nwGOA==" reverse_proxy = "true" +http_address = "http://0.0.0.0:4180"