Skip to content

Commit 2e544e6

Browse files
committed
set Mozilla-Intermediate if ssl policy as default
1 parent 0d86250 commit 2e544e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/fresh-start.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,12 +1081,12 @@ DOCKER_HTTP=${ARG_DOCKER_HTTP:-"80"}
10811081
DOCKER_HTTPS=${ARG_DOCKER_HTTPS:-"443"}
10821082

10831083
#-----------------------------------------------------------------------
1084-
# SSL policy (set to Mozilla-Modern)
1084+
# SSL policy (set to Mozilla-Intermediate)
10851085
#
10861086
# Please read the options at the url below:
10871087
# https://github.com/nginx-proxy/nginx-proxy#how-ssl-support-works
10881088
#-----------------------------------------------------------------------
1089-
SSL_POLICY=${ARG_SSL_POLICY:-"Mozilla-Modern"}
1089+
SSL_POLICY=${ARG_SSL_POLICY:-"Mozilla-Intermediate"}
10901090

10911091
#-----------------------------------------------------------------------
10921092
# Start actions!

0 commit comments

Comments
 (0)