Browse Source

modified default; working

xiaoct 7 years ago
parent
commit
0715c01dee
1 changed files with 0 additions and 4 deletions
  1. 0 4
      default

+ 0 - 4
default

@@ -1,6 +1,3 @@
-worker_processes 1;
-event { worker_connections 1024 };
-http {
 server {
 	listen 80;
 	server_name 192.168.253.189;
@@ -10,4 +7,3 @@ server {
 	location / {
 	}
 }
-}