From 3883f59739256fa96ed9fa0f280af64f194a89ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Colombaro?= Date: Mon, 11 Feb 2019 19:11:21 +0100 Subject: [PATCH] Remove "duplicated" deferred These suggestions are more complicated to use than just commenting them out. Users may face an errored situation. Ref: a36387848f842bd518384e525501f511cc346f85 Fix #199 --- conf.d/templates/example.com.conf | 2 -- conf.d/templates/no-ssl.example.com.conf | 2 -- 2 files changed, 4 deletions(-) diff --git a/conf.d/templates/example.com.conf b/conf.d/templates/example.com.conf index 4b0dbf5..811c730 100644 --- a/conf.d/templates/example.com.conf +++ b/conf.d/templates/example.com.conf @@ -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; diff --git a/conf.d/templates/no-ssl.example.com.conf b/conf.d/templates/no-ssl.example.com.conf index e9fa62b..a31fcb4 100644 --- a/conf.d/templates/no-ssl.example.com.conf +++ b/conf.d/templates/no-ssl.example.com.conf @@ -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;