From 8e04e8e62a5e8ab251fb1269ac18a84e1ce5a8e3 Mon Sep 17 00:00:00 2001 From: Jamie Nguyen Date: Sun, 4 Mar 2012 20:14:50 +0000 Subject: [PATCH] Revert "Fix pid path in nginx.conf" This reverts commit a6548afc97d2af6aba5218cc1c54226ab58efdf4. --- nginx.conf | 2 +- nginx.spec | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/nginx.conf b/nginx.conf index 6116a14..dc8091c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -22,7 +22,7 @@ error_log /var/log/nginx/error.log; #error_log /var/log/nginx/error.log notice; #error_log /var/log/nginx/error.log info; -pid /run/nginx.pid; +pid /var/run/nginx.pid; #---------------------------------------------------------------------- diff --git a/nginx.spec b/nginx.spec index 623c809..68a7438 100644 --- a/nginx.spec +++ b/nginx.spec @@ -10,7 +10,7 @@ Name: nginx Epoch: 1 Version: 1.0.12 -Release: 4%{?dist} +Release: 3%{?dist} Summary: A high performance web server and reverse proxy server Group: System Environment/Daemons @@ -212,9 +212,6 @@ fi %changelog -* Sun Mar 04 2012 Jamie Nguyen 1:1.0.12-4 -- change pid path in nginx.conf to match systemd service file - * Sun Mar 04 2012 Jamie Nguyen 1:1.0.12-3 - fix %%pre scriptlet