Remove "duplicated" deferred
These suggestions are more complicated to use than just commenting them
out.
Users may face an errored situation.
Ref: a36387848f
Fix #199
This commit is contained in:
parent
a7b8831a12
commit
3883f59739
|
@ -26,8 +26,6 @@ server {
|
|||
server {
|
||||
# listen [::]:443 ssl http2 accept_filter=dataready; # for FreeBSD
|
||||
# listen 443 ssl http2 accept_filter=dataready; # for FreeBSD
|
||||
# listen [::]:443 ssl http2 deferred; # for Linux
|
||||
# listen 443 ssl http2 deferred; # for Linux
|
||||
listen [::]:443 ssl http2;
|
||||
listen 443 ssl http2;
|
||||
|
||||
|
|
|
@ -21,8 +21,6 @@ server {
|
|||
server {
|
||||
# listen [::]:80 accept_filter=httpready; # for FreeBSD
|
||||
# listen 80 accept_filter=httpready; # for FreeBSD
|
||||
# listen [::]:80 deferred; # for Linux
|
||||
# listen 80 deferred; # for Linux
|
||||
listen [::]:80;
|
||||
listen 80;
|
||||
|
||||
|
|
Loading…
Reference in New Issue