summaryrefslogtreecommitdiffstats
path: root/etc/nginx.conf
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2015-09-16 13:23:44 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2015-09-16 13:23:44 (GMT)
commitee41383f6108ac841e1b253322b623034849a524 (patch)
tree58b841e1047752d9e4aa1945fd0a7a4715b86664 /etc/nginx.conf
parentfffa2d3d3a2bbf9525bfdee170d2d2ea49545f49 (diff)
downloadsite-ee41383f6108ac841e1b253322b623034849a524.tar.gz
Use custom DH parameters and limit TLS ciphers
Diffstat (limited to 'etc/nginx.conf')
-rw-r--r--etc/nginx.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/nginx.conf b/etc/nginx.conf
index 431092a..ee815d3 100644
--- a/etc/nginx.conf
+++ b/etc/nginx.conf
@@ -10,6 +10,12 @@
10# 10#
11 11
12# 12#
13# TLS configuration.
14#
15ssl_ciphers HIGH:!aNULL:!MD5:!3DES:!SSLv2:@STRENGTH;
16ssl_dhparam /home/plugins/etc/ssl/dh-parameters.pem;
17
18#
13# Server definition for <https://www.monitoring-plugins.org/>. 19# Server definition for <https://www.monitoring-plugins.org/>.
14# 20#
15server { 21server {