about summary refs log tree commit homepage
diff options
context:
space:
mode:
-rw-r--r--examples/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nginx.conf b/examples/nginx.conf
index d42ade8..70d1851 100644
--- a/examples/nginx.conf
+++ b/examples/nginx.conf
@@ -83,9 +83,9 @@ http {
   }
 
   server {
+    # enable one of the following if you're on Linux or FreeBSD
     # listen 80 default deferred; # for Linux
     # listen 80 default accept_filter=httpready; # for FreeBSD
-    listen 80 default;
 
     client_max_body_size 4G;
     server_name _;