Remove problematic SSL_DIRECTIVES line
This commit is contained in:
parent
a67ca7b298
commit
01772517da
1 changed files with 0 additions and 2 deletions
|
@ -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 / {
|
||||
|
|
Loading…
Reference in a new issue