SOURCES: nginx-config.patch (NEW) - a patch

mis mis at pld-linux.org
Sun Feb 25 16:07:22 CET 2007


Author: mis                          Date: Sun Feb 25 15:07:22 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- a patch

---- Files affected:
SOURCES:
   nginx-config.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/nginx-config.patch
diff -u /dev/null SOURCES/nginx-config.patch:1.1
--- /dev/null	Sun Feb 25 16:07:22 2007
+++ SOURCES/nginx-config.patch	Sun Feb 25 16:07:17 2007
@@ -0,0 +1,18 @@
+--- conf/nginx.conf.orig	2007-02-25 15:51:47.000000000 +0100
++++ conf/nginx.conf	2007-02-25 15:52:40.000000000 +0100
+@@ -1,5 +1,5 @@
+ 
+-#user  nobody;
++user  nginx;
+ worker_processes  1;
+ 
+ #error_log  logs/error.log;
+@@ -15,7 +15,7 @@
+ 
+ 
+ http {
+-    include       conf/mime.types;
++    include       /etc/nginx/mime.types;
+     default_type  application/octet-stream;
+ 
+     #log_format  main  '$remote_addr - $remote_user [$time_local] $request '
================================================================


More information about the pld-cvs-commit mailing list