Remove problematic SSL_DIRECTIVES line

This commit is contained in:
Daoud Clarke 2022-06-19 11:23:01 +01:00
parent a67ca7b298
commit 01772517da

View file

@ -11,8 +11,6 @@ server {
listen [::]:443 ssl spdy;
listen 443 ssl spdy;
server_name $SSL_SERVER_NAME;
$SSL_DIRECTIVES
keepalive_timeout 70;
add_header Alternate-Protocol 443:npn-spdy/2;
location / {