From 15012de91a1b8183ea59f93eb35cc0a3f8e6a434 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Apr 2022 16:04:40 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 0d7db65..b6d82eb 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,11 +9,6 @@ server_name __DOMAIN__ __SANDBOX_DOMAIN__; - - # https://cipherli.st/ - ssl_ciphers EECDH+AESGCM:EDH+AESGCM; - ssl_ecdh_curve secp384r1; # Requires nginx >= 1.1.0 - add_header Strict-Transport-Security "max-age=31536000; includeSubDomains" always; add_header X-XSS-Protection "1; mode=block"; add_header X-Content-Type-Options nosniff;