Allow oauth2_proxy to listen on all interfaces

This commit is contained in:
Lukáš Kucharczyk 2021-05-06 09:31:07 +02:00
parent dc660ed957
commit 75f6dfc467
No known key found for this signature in database
GPG Key ID: 65524498C0196B64
1 changed files with 1 additions and 0 deletions

View File

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