File tree 3 files changed +105
-106
lines changed
3 files changed +105
-106
lines changed Original file line number Diff line number Diff line change 1
1
2
2
#user nobody;
3
- worker_processes 1 ;
3
+ worker_processes 1 ;
4
4
5
5
#error_log logs/error.log;
6
6
#error_log logs/error.log notice;
7
7
#error_log logs/error.log info;
8
8
9
9
#pid logs/nginx.pid;
10
-
11
-
12
10
events {
13
- worker_connections 1024 ;
11
+ worker_connections 1024 ;
14
12
}
15
13
16
14
17
15
http {
18
- include mime.types;
19
- default_type application/octet-stream;
16
+ include mime.types;
17
+ default_type application/octet-stream;
20
18
21
19
#log_format main '$remote_addr - $remote_user [$time_local] "$request" '
22
20
# '$status $body_bytes_sent "$http_referer" '
23
21
# '"$http_user_agent" "$http_x_forwarded_for"';
24
22
25
23
#access_log logs/access.log main;
26
-
27
- sendfile on ;
24
+ sendfile on ;
28
25
#tcp_nopush on;
29
26
30
27
#keepalive_timeout 0;
31
- keepalive_timeout 65 ;
28
+ keepalive_timeout 65 ;
32
29
client_max_body_size 100m ;
33
30
server_names_hash_max_size 512 ;
34
31
server_names_hash_bucket_size 1024 ;
35
32
36
33
#gzip on;
37
-
34
+
38
35
include pixiv.conf;
39
36
}
You can’t perform that action at this time.
0 commit comments