Skip to content

Commit

Permalink
Further fix the backwards compatibility issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLTN committed May 31, 2018
1 parent 965aba9 commit b9258e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
server_name <%= domain.name %>;

ssl on;
ssl_certificate <%= domain.signed_cert_path %>;
ssl_certificate <%= domain.chained_cert_path %>;
ssl_certificate_key <%= domain.key_path %>;

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
Expand Down
2 changes: 1 addition & 1 deletion fs_overlay/etc/cont-init.d/00-welcome
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

echo '
========================================
HTTPS-PORTAL v1.2.8
HTTPS-PORTAL v1.2.9
========================================
'
2 changes: 1 addition & 1 deletion fs_overlay/var/lib/nginx-conf/default.ssl.conf.erb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ server {
server_name <%= domain.name %>;

ssl on;
ssl_certificate <%= domain.signed_cert_path %>;
ssl_certificate <%= domain.chained_cert_path %>;
ssl_certificate_key <%= domain.key_path %>;

ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
Expand Down

0 comments on commit b9258e5

Please sign in to comment.