aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Ustushenko <yoreek@yahoo.com>2019-10-28 19:08:41 +0800
committerYuriy Ustushenko <yoreek@yahoo.com>2019-10-28 19:20:48 +0800
commit333dfa09db819b44501da80ecc32b1625de3e2d9 (patch)
tree5fb3ba02acae8fe664e61e313431f3a12246bdff /www-servers/nginx/files/nginx.confd
parentv1.10.1 and v1.11.3 (diff)
downloadyoreek-333dfa09db819b44501da80ecc32b1625de3e2d9.tar.gz
yoreek-333dfa09db819b44501da80ecc32b1625de3e2d9.tar.bz2
yoreek-333dfa09db819b44501da80ecc32b1625de3e2d9.zip
add v1.16.1, v1.17.3, v1.17.4, v1.17.5
Signed-off-by: Yuriy Ustushenko <yoreek@yahoo.com>
Diffstat (limited to 'www-servers/nginx/files/nginx.confd')
-rw-r--r--www-servers/nginx/files/nginx.confd32
1 files changed, 32 insertions, 0 deletions
diff --git a/www-servers/nginx/files/nginx.confd b/www-servers/nginx/files/nginx.confd
new file mode 100644
index 0000000..f4b8043
--- /dev/null
+++ b/www-servers/nginx/files/nginx.confd
@@ -0,0 +1,32 @@
+# /etc/conf.d/nginx
+
+# Configuration file
+#NGINX_CONFIGFILE="/etc/nginx/nginx.conf"
+
+# PID file
+# If you should ever change this, remember to update
+# "/etc/logrotate.d/nginx", too.
+#NGINX_PIDFILE="/run/nginx.pid"
+
+# User to run nginx as
+# If you should ever change this, make sure this user has
+# execution permission on any of your log directories
+# (/var/log/nginx per default) but do NOT forget other log directories
+# one of your vhost(s) maybe using or logging after logrotation will
+# be broken).
+#NGINX_USER="nginx"
+
+# Group to run nginx as
+# See the note above regarding NGINX_USER.
+#NGINX_GROUP="nginx"
+
+# You can use this configuration option to pass additional options to the
+# start-stop-daemon, see start-stop-daemon(8) for more details.
+# Per default we wait 1000ms after we have started the service to ensure
+# that the daemon is really up and running.
+#NGINX_SSDARGS="--wait 1000"
+
+# The termination timeout (start-stop-daemon parameter "retry") ensures
+# that the service will be terminated within a given time (60 + 5 seconds
+# per default) when you are stopping the service.
+#NGINX_TERMTIMEOUT="TERM/60/KILL/5"