Initial
This commit is contained in:
12
install/rpm/templates/web/nginx/hosting.sh
Executable file
12
install/rpm/templates/web/nginx/hosting.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
# Changing public_html permission
|
||||
|
||||
user="$1"
|
||||
domain="$2"
|
||||
ip="$3"
|
||||
home_dir="$4"
|
||||
docroot="$5"
|
||||
|
||||
chmod 755 "$docroot"
|
||||
|
||||
exit 0
|
||||
Reference in New Issue
Block a user