From a5ec7e391872d28a4ebddf3938c5f8a546f64565 Mon Sep 17 00:00:00 2001 From: jjh Date: Mon, 12 May 2008 05:11:36 +0000 Subject: [PATCH] add sysconfig file --- nginx.sysconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nginx.sysconfig diff --git a/nginx.sysconfig b/nginx.sysconfig new file mode 100644 index 0000000..8ba359b --- /dev/null +++ b/nginx.sysconfig @@ -0,0 +1,4 @@ +# Configuration file for the nginx service + +# set this to the location of the nginx configuration file +NGINX_CONF_FILE=/etc/nginx/nginx.conf