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;