mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
nginx: add spdy to default conf
This commit is contained in:
parent
55f1ab625a
commit
02b19bf6b5
@ -5,7 +5,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 4430 ssl http2;
|
||||
listen 4430 ssl spdy http2;
|
||||
server_name <DOMAIN>;
|
||||
|
||||
ssl_certificate <CERTIFICATE_PATH>;
|
||||
|
@ -5,7 +5,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 4430 ssl http2;
|
||||
listen 4430 ssl spdy http2;
|
||||
server_name <DOMAIN>;
|
||||
|
||||
ssl_certificate <CERTIFICATE_PATH>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user