diff --git a/nginx-conf.patch b/nginx-conf.patch index 1ee292c..4c5a9bb 100644 --- a/nginx-conf.patch +++ b/nginx-conf.patch @@ -84,7 +84,7 @@ server { - listen 80; - server_name localhost; -+ listen 80 default; ++ listen 80; + server_name _; #charset koi8-r; diff --git a/nginx.spec b/nginx.spec index 5b4be52..a9380f3 100644 --- a/nginx.spec +++ b/nginx.spec @@ -9,7 +9,7 @@ Name: nginx Version: 0.6.31 -Release: 1%{?dist} +Release: 3%{?dist} Summary: Robust, small and high performance http and reverse proxy server Group: System Environment/Daemons @@ -190,6 +190,10 @@ fi %changelog +* Mon May 26 2008 Jeremy Hinegardner - 0.6.31-3 +- init script fixes +- resolve 'listen 80 default' [#447873] + * Mon May 12 2008 Jeremy Hinegardner - 0.6.31-2 - update to 0.6.31