mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
boring_nginx: remove spdy from vhost sample
This commit is contained in:
@ -5,7 +5,7 @@ server {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 4430 ssl spdy http2;
|
||||
listen 4430 ssl http2;
|
||||
server_name <DOMAIN>;
|
||||
|
||||
ssl_certificate <CERTIFICATE_PATH>;
|
||||
|
Reference in New Issue
Block a user