From 0a4678726cb3ea7e6939e5b46581a8b6e774d6aa Mon Sep 17 00:00:00 2001
From: bax1489 <fabian.gallenkamp@uni-hamburg.de>
Date: Wed, 31 Jul 2019 11:29:53 +0200
Subject: [PATCH] minor hints

---
 templates/nginx.conf.j2 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/nginx.conf.j2 b/templates/nginx.conf.j2
index 379e19c..ecd6b9c 100644
--- a/templates/nginx.conf.j2
+++ b/templates/nginx.conf.j2
@@ -29,10 +29,10 @@ http {
 
 	##
 	# SSL Settings
+	# keep an eye on: https://cipherli.st/ and https://www.ssllabs.com/ssltest/analyze.html?d={{ otree_domain }}
 	##
-
 	ssl_dhparam /etc/nginx/dhparam.pem; 
-	# assumes command: openssl dhparam -out /etc/nginx/dhparam.pem 4096
+	# assumes command executed: openssl dhparam -out /etc/nginx/dhparam.pem 4096
 	
 	ssl_protocols TLSv1.3 TLSv1.2 TLSv1.1 TLSv1;
 	
-- 
GitLab