mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Implement nginx spdy support
This commit is contained in:
@@ -37,11 +37,13 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen [::]:443 ssl;
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl spdy;
|
||||
listen 443 ssl spdy;
|
||||
server_name $hostname;
|
||||
$SSL_DIRECTIVES
|
||||
|
||||
keepalive_timeout 70;
|
||||
add_header Alternate-Protocol 443:npn-spdy/2;
|
||||
|
||||
location / {
|
||||
proxy_pass http://$APP;
|
||||
|
||||
Reference in New Issue
Block a user