typo in nginx.conf

This commit is contained in:
Sebastian Hugentobler 2016-08-16 15:05:11 +02:00
parent 7b09546c45
commit 429d81e8c1
No known key found for this signature in database
GPG Key ID: 7BBE74D3F626FC0F

View File

@ -23,9 +23,9 @@ http {
# List port
listen {{"{{"}}GIN_PORT{{"}}"}};
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;pu
ssl_certificate /etc/ssl/nginx/fullchain.pem;
ssl_certificate_key /etc/ssl/nginx/privkey.key;
ssl_certificate_key /etc/ssl/nginx/privkey.pem;
ssl_ciphers HIGH:!aNULL:!MD5;
keepalive_timeout 70;