Commit 3fe48f82 by John Jarvis

defaulting SSL to False

parent abe5acce
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
# Set global htaccess for nginx # Set global htaccess for nginx
NGINX_HTPASSWD_USER: !!null NGINX_HTPASSWD_USER: !!null
NGINX_HTPASSWD_PASS: !!null NGINX_HTPASSWD_PASS: !!null
NGINX_ENABLE_SSL: True NGINX_ENABLE_SSL: False
# Set these to real paths on your # Set these to real paths on your
# filesystem, otherwise nginx will # filesystem, otherwise nginx will
# use a self-signed snake-oil cert # use a self-signed snake-oil cert
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment