增加nginx安全性

This commit is contained in:
zhangkun9038@dingtalk.com 2024-04-24 09:11:52 +08:00
parent 82c526da30
commit 45c6f3e3cb

View File

@ -53,6 +53,8 @@ function extractHere() {
cp $workPath/$fileName .
unzip -oq $fileName
mv dist $projectName
chgrp $user $fileName
chown $user $fileName
echo "user: $user"
chgrp $user $projectName -R
chown $user $projectName -R