use default Linux backlog value

This commit is contained in:
Daniel Micay 2020-12-19 20:30:18 -05:00
parent e9d014a8ff
commit ba1c07ecce

View File

@ -62,8 +62,8 @@ http {
if_modified_since before;
server {
listen 80;
listen [::]:80;
listen 80 backlog=4096;
listen [::]:80 backlog=4096;
server_name www.grapheneos.org grapheneos.org www.grapheneos.app grapheneos.app www.vanadium.app vanadium.app;
root /var/empty;
@ -72,8 +72,8 @@ http {
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
listen 443 ssl http2 backlog=4096;
listen [::]:443 ssl http2 backlog=4096;
server_name www.grapheneos.org www.grapheneos.app grapheneos.app;
root /var/empty;