This commit is contained in:
Simon Vieille 2019-11-08 13:41:51 +01:00
parent eea3d9e94a
commit 3fbbe02f28
Firmato da: deblan
ID Chiave GPG: 03383D15A1D31745
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni

Vedi File

@ -122,6 +122,10 @@ useradd -G "$SYSTEM_USER_GROUP" -s "$DEFAULT_SHELL" -m -p "$SYSTEM_USER_PASSWORD
chgrp www-data "$WEB_ROOT_PATH/$DOMAIN"
chmod 750 "$WEB_ROOT_PATH/$DOMAIN"
touch "$WEB_LOG_PATH/$DOMAIN.log"
chmod 640 "$WEB_LOG_PATH/$DOMAIN.log"
chgrp "$SYSTEM_USER_USERNAME" "$WEB_LOG_PATH/$DOMAIN.log"
#######################
# Make configurations #
#######################