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:
Léo Colombaro 2019-02-11 19:11:21 +01:00
parent a7b8831a12
commit 3883f59739
No known key found for this signature in database
GPG Key ID: 687B480A6D4F735F
2 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;