Unverified Commit b1135192 authored by watucker's avatar watucker Committed by GitHub
Browse files

Fixed bug causing the proxy container to fail in SSL mode

parent 8d9ea213
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,8 +7,8 @@ server {
    # Use the Docker embedded DNS server to allow us to resolve container names
    resolver 127.0.0.11 ipv6=off;

    ssl_certificate     {{ ssl_certificate_path }};
    ssl_certificate_key {{ ssl_private_key_path }};
    ssl_certificate     /etc/nginx/ssl/proxy.crt;
    ssl_certificate_key /etc/nginx/ssl/proxy.key;

    # SSL configuration from Mozilla SSL config generator
    # https://mozilla.github.io/server-side-tls/ssl-config-generator/