Actually we need proxying

This commit is contained in:
Luke Murphy 2020-03-29 13:05:06 +02:00
parent 115b528cd8
commit 341b603ccd
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 2 additions and 0 deletions

View File

@ -51,3 +51,4 @@
DOKKU_LETSENCRYPT_EMAIL: "{{ autonomic_admin_mail }}"
KEYCLOAK_PASSWORD: "{{ autonomic_admin_pass }}"
KEYCLOAK_USER: "{{ autonomic_admin_user }}"
PROXY_ADDRESS_FORWARDING: "{{ proxy_address_forwarding }}"

View File

@ -2,3 +2,4 @@
autonomic_admin_mail: helo@autonomic.zone
autonomic_admin_user: autonomic
http_port: "8080"
proxy_address_forwarding: "true"