Allow oauth2_proxy to listen on all interfaces

This commit is contained in:
2021-05-06 09:31:07 +02:00
parent dc660ed957
commit 75f6dfc467

View File

@ -13,3 +13,4 @@ email_domains = [
cookie_secret = "lVyySw_e0gb30CRU9nwGOA=="
reverse_proxy = "true"
http_address = "http://0.0.0.0:4180"