Dash:
[t2-trunk.git] / package / network / nginx / 200-config.patch
blobf35009576aae852e844094a651641e652e8e3615
1 --- a/conf/nginx.conf
2 +++ b/conf/nginx.conf
3 @@ -1,5 +1,5 @@
5 -#user nobody;
6 +user nobody nogroup;
7 worker_processes 1;
9 #error_log logs/error.log;
10 @@ -16,7 +16,7 @@ events {
12 http {
13 include mime.types;
14 - default_type application/octet-stream;
15 + #default_type application/octet-stream;
17 #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
18 # '$status $body_bytes_sent "$http_referer" '