update to 0.7.61

This commit is contained in:
jjh 2009-08-03 01:04:00 +00:00
parent fdc25de70b
commit 295723bfed
4 changed files with 28 additions and 26 deletions

View File

@ -1 +1 @@
nginx-0.6.36.tar.gz nginx-0.7.61.tar.gz

View File

@ -1,12 +1,13 @@
--- conf/nginx.conf.orig 2008-05-11 21:19:44.000000000 -0600 diff -up conf/nginx.conf.orig conf/nginx.conf
+++ conf/nginx.conf 2008-05-11 22:20:32.000000000 -0600 --- conf/nginx.conf.orig 2009-04-06 07:43:46.000000000 -0600
@@ -1,28 +1,59 @@ +++ conf/nginx.conf 2009-08-02 18:32:19.000000000 -0600
@@ -1,28 +1,58 @@
+####################################################################### +#######################################################################
+# +#
+# This is the main Nginx configuration file. +# This is the main Nginx configuration file.
+# +#
+# More information about the configuration options is available on +# More information about the configuration options is available on
+# * the English wiki - http://wiki.codemongers.com/Main +# * the English wiki - http://wiki.nginx.org/Main
+# * the Russian documentation - http://sysoev.ru/nginx/ +# * the Russian documentation - http://sysoev.ru/nginx/
+# +#
+####################################################################### +#######################################################################
@ -14,7 +15,7 @@
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
+# Main Module - directives that cover basic functionality +# Main Module - directives that cover basic functionality
+# +#
+# http://wiki.codemongers.com/NginxMainModule +# http://wiki.nginx.org/NginxHttpMainModule
+# +#
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
@ -28,19 +29,18 @@
+error_log /var/log/nginx/error.log; +error_log /var/log/nginx/error.log;
+#error_log /var/log/nginx/error.log notice; +#error_log /var/log/nginx/error.log notice;
+#error_log /var/log/nginx/error.log info; +#error_log /var/log/nginx/error.log info;
+
-#pid logs/nginx.pid;
+pid /var/run/nginx.pid; +pid /var/run/nginx.pid;
-#pid logs/nginx.pid;
+
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
+# Events Module +# Events Module
+# +#
+# http://wiki.codemongers.com/NginxEventsModule +# http://wiki.nginx.org/NginxHttpEventsModule
+# +#
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
+
events { events {
worker_connections 1024; worker_connections 1024;
} }
@ -49,7 +49,7 @@
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
+# HTTP Core Module +# HTTP Core Module
+# +#
+# http://wiki.codemongers.com/NginxHttpCoreModule +# http://wiki.nginx.org/NginxHttpCoreModule
+# +#
+#---------------------------------------------------------------------- +#----------------------------------------------------------------------
+ +
@ -58,11 +58,11 @@
+ include /etc/nginx/mime.types; + include /etc/nginx/mime.types;
default_type application/octet-stream; default_type application/octet-stream;
- #log_format main '$remote_addr - $remote_user [$time_local] $request ' - #log_format main '$remote_addr - $remote_user [$time_local] "$request" '
- # '"$status" $body_bytes_sent "$http_referer" ' - # '$status $body_bytes_sent "$http_referer" '
- # '"$http_user_agent" "$http_x_forwarded_for"'; - # '"$http_user_agent" "$http_x_forwarded_for"';
+ log_format main '$remote_addr - $remote_user [$time_local] $request ' + log_format main '$remote_addr - $remote_user [$time_local] "$request" '
+ '"$status" $body_bytes_sent "$http_referer" ' + '$status $body_bytes_sent "$http_referer" '
+ '"$http_user_agent" "$http_x_forwarded_for"'; + '"$http_user_agent" "$http_x_forwarded_for"';
- #access_log logs/access.log main; - #access_log logs/access.log main;
@ -70,7 +70,7 @@
sendfile on; sendfile on;
#tcp_nopush on; #tcp_nopush on;
@@ -31,27 +62,36 @@ @@ -31,27 +61,36 @@ http {
keepalive_timeout 65; keepalive_timeout 65;
#gzip on; #gzip on;
@ -82,9 +82,8 @@
+ # The default server + # The default server
+ # + #
server { server {
- listen 80; listen 80;
- server_name localhost; - server_name localhost;
+ listen 80;
+ server_name _; + server_name _;
#charset koi8-r; #charset koi8-r;
@ -112,7 +111,7 @@
} }
# proxy the PHP scripts to Apache listening on 127.0.0.1:80 # proxy the PHP scripts to Apache listening on 127.0.0.1:80
@@ -77,42 +117,4 @@ @@ -77,42 +116,4 @@ http {
# deny all; # deny all;
#} #}
} }

View File

@ -8,8 +8,8 @@
%define nginx_webroot %{nginx_datadir}/html %define nginx_webroot %{nginx_datadir}/html
Name: nginx Name: nginx
Version: 0.6.36 Version: 0.7.61
Release: 3%{?dist} Release: 1%{?dist}
Summary: Robust, small and high performance http and reverse proxy server Summary: Robust, small and high performance http and reverse proxy server
Group: System Environment/Daemons Group: System Environment/Daemons
@ -174,6 +174,9 @@ fi
%changelog %changelog
* Sun Aug 02 2009 Jeremy Hinegardner <jeremy at hinegardner dot org> - 0.7.61-1
- Update to new stable 0.7.61
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.36-3 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6.36-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

View File

@ -1 +1 @@
15cce6102a2efcf4d4acde9bb71ea6d3 nginx-0.6.36.tar.gz 6ebf89b9b00a3b82734e93c32da7df07 nginx-0.7.61.tar.gz