Skip to content
Snippets Groups Projects
Commit f0035e1e authored by Alexey Golubev's avatar Alexey Golubev Committed by GitHub
Browse files

Removed spdy support

parent 7db1f72d
No related branches found
No related tags found
No related merge requests found
......@@ -25,8 +25,8 @@ server {
## HTTPS host
server {
listen 0.0.0.0:443 ssl spdy;
listen [::]:443 ssl spdy default_server;
listen 0.0.0.0:443 ssl;
listen [::]:443 ssl default_server;
server_tokens off;
root /usr/share/nginx/html;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment