mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 01:10:12 +01:00
modern nginx has replaced spdy with http2
parent
b1c9f7d322
commit
859fe4f29b
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ server {
|
||||||
|
|
||||||
# HTTPS server
|
# HTTPS server
|
||||||
server {
|
server {
|
||||||
listen 443 ssl spdy; # we enable SPDY here
|
listen 443 ssl http2; # we enable HTTP/2 here (previously SPDY)
|
||||||
server_name example.com; # this domain must match Common Name (CN) in the SSL certificate
|
server_name example.com; # this domain must match Common Name (CN) in the SSL certificate
|
||||||
|
|
||||||
root html; # irrelevant
|
root html; # irrelevant
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue