Unverified Commit 850393e2 authored by William Tucker's avatar William Tucker Committed by GitHub
Browse files

Merge pull request #227 from ESGF/ansible-auth-config

Updated defaults to ensure dhparam file is created.
parents 5bb37056 a7df6f91
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ published_port_http: 80
published_port_https: 443

# Generates a Diffie-Helmet file for the server if enabled
generate_dhparam: false
generate_dhparam: true

# Settings for the proxy image
proxy_image_prefix: "{{ image_prefix }}"