From 849bfc7b41c0a84ee888282a025505ba0294d786 Mon Sep 17 00:00:00 2001 From: Renken Date: Sun, 24 Dec 2023 20:44:21 +0100 Subject: deploy: shione: setup nginx --- deploy/shione/nginx/create_nginx_user.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 deploy/shione/nginx/create_nginx_user.sh (limited to 'deploy/shione/nginx') diff --git a/deploy/shione/nginx/create_nginx_user.sh b/deploy/shione/nginx/create_nginx_user.sh new file mode 100644 index 0000000..8d5f13d --- /dev/null +++ b/deploy/shione/nginx/create_nginx_user.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +set -eu + +adduser --system --no-create-home --verbose --debug nginx -- cgit v1.2.3