]> git.pld-linux.org Git - packages/nginx.git/blob - nginx-config.patch
- %dir html and perms for favicon.ico
[packages/nginx.git] / nginx-config.patch
1 --- conf/nginx.conf.orig        2007-02-25 15:51:47.000000000 +0100
2 +++ conf/nginx.conf     2007-02-25 15:52:40.000000000 +0100
3 @@ -1,5 +1,5 @@
4  
5 -#user  nobody;
6 +user  nginx;
7  worker_processes  1;
8  
9  #error_log  logs/error.log;
10 @@ -15,7 +15,7 @@
11  
12  
13  http {
14 -    include       conf/mime.types;
15 +    include       /etc/nginx/mime.types;
16      default_type  application/octet-stream;
17  
18      #log_format  main  '$remote_addr - $remote_user [$time_local] $request '
This page took 0.058638 seconds and 3 git commands to generate.