aboutsummaryrefslogtreecommitdiffstats
path: root/services/nginx/fs/sbin/cmd.bash
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-04 17:25:34 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-04 17:25:34 +0200
commitf87b35613f82e66b3854747ef6952dedc0674213 (patch)
tree0ae4244105e89a47d967a0ca1cab24c6f01e3819 /services/nginx/fs/sbin/cmd.bash
parent8511f9d5c5d37f66239b571cf2a2b19c97705edf (diff)
downloadnet_services-f87b35613f82e66b3854747ef6952dedc0674213.tar.gz
net_services-f87b35613f82e66b3854747ef6952dedc0674213.zip
misc: add git user setup, move TLS folder, nginx don't use cmd.bash
Diffstat (limited to 'services/nginx/fs/sbin/cmd.bash')
-rwxr-xr-xservices/nginx/fs/sbin/cmd.bash11
1 files changed, 0 insertions, 11 deletions
diff --git a/services/nginx/fs/sbin/cmd.bash b/services/nginx/fs/sbin/cmd.bash
deleted file mode 100755
index e024b4f..0000000
--- a/services/nginx/fs/sbin/cmd.bash
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/bash
-set -eu
-
-# Install sensitive data in tmpfs
-install --mode 400 /run/host_secrets/server.crt /run/secrets/server.crt
-install --mode 400 /run/host_secrets/server.key /run/secrets/server.key
-
-# We have to run the entrypoint again
-# Because if the first positional parameter is not "nginx" or "nginx-debug" the scripts in /docker-entrypoint.d are not ran.
-# https://github.com/nginx/docker-nginx/blob/master/stable/debian/docker-entrypoint.sh
-exec /docker-entrypoint.sh nginx -g "daemon off;"