aboutsummaryrefslogtreecommitdiffstats
path: root/main/nginx/nginx.confd
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2019-10-26 15:13:53 +0200
committerJakub Jirutka <jakub@jirutka.cz>2019-10-26 15:29:08 +0200
commitdd9e8133ec016089ced98b76c155ba0efb0fc3a4 (patch)
tree3052bbb5833542e776124f49efa8f4c7a5158c6e /main/nginx/nginx.confd
parentbfa052576c924b32ecf65786443c11799236ebe2 (diff)
downloadaports-dd9e8133ec016089ced98b76c155ba0efb0fc3a4.tar.bz2
aports-dd9e8133ec016089ced98b76c155ba0efb0fc3a4.tar.xz
main/nginx: add subpkg with debug build of nginx
Resolves #9594
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"