mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
boring_nginx: remove spdy from vhost sample
This commit is contained in:
parent
8c1cc7e4a8
commit
a21a6dc875
@ -5,7 +5,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 4430 ssl spdy http2;
|
||||
listen 4430 ssl http2;
|
||||
server_name <DOMAIN>;
|
||||
|
||||
ssl_certificate <CERTIFICATE_PATH>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user