summaryrefslogtreecommitdiffstats
path: root/src/lib/source/system/web/nginx-srv/run
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/source/system/web/nginx-srv/run')
-rw-r--r--src/lib/source/system/web/nginx-srv/run9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/source/system/web/nginx-srv/run b/src/lib/source/system/web/nginx-srv/run
new file mode 100644
index 0000000..6336aa7
--- /dev/null
+++ b/src/lib/source/system/web/nginx-srv/run
@@ -0,0 +1,9 @@
+#!@shebangdir@/execlineb -P
+
+# ISC license.
+# https://nginx.org/
+
+fdmove -c 2 1
+
+nginx
+ -g "daemon off;error_log stderr info;user nginx;"