diff options
| author | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-04 17:25:34 +0200 |
|---|---|---|
| committer | Thomas Vanbesien <tvanbesi@proton.me> | 2026-06-04 17:25:34 +0200 |
| commit | f87b35613f82e66b3854747ef6952dedc0674213 (patch) | |
| tree | 0ae4244105e89a47d967a0ca1cab24c6f01e3819 /services/nginx/fs/sbin/cmd.bash | |
| parent | 8511f9d5c5d37f66239b571cf2a2b19c97705edf (diff) | |
| download | net_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-x | services/nginx/fs/sbin/cmd.bash | 11 |
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;" |
