aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx/nginx.confd
diff options
context:
space:
mode:
Diffstat (limited to 'main/nginx/nginx.confd')
-rw-r--r--main/nginx/nginx.confd6
1 files changed, 6 insertions, 0 deletions
diff --git a/main/nginx/nginx.confd b/main/nginx/nginx.confd
new file mode 100644
index 0000000000..dd9ddf5269
--- /dev/null
+++ b/main/nginx/nginx.confd
@@ -0,0 +1,6 @@
+# Configuration for /etc/init.d/nginx
+
+# The nginx binary to run. If you want to use debugging log, install package
+# "nginx-debug" and set this variable to "/usr/sbin/nginx-debug".
+# See http://nginx.org/en/docs/debugging_log.html for more information.
+#command="/usr/sbin/nginx"