deploy: shione: setup nginx
This commit is contained in:
parent
88092e1f96
commit
849bfc7b41
1 changed files with 5 additions and 0 deletions
5
deploy/shione/nginx/create_nginx_user.sh
Normal file
5
deploy/shione/nginx/create_nginx_user.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
set -eu
|
||||||
|
|
||||||
|
adduser --system --no-create-home --verbose --debug nginx
|
Loading…
Reference in a new issue