remove socks before launching
This commit is contained in:
parent
4f32a8b953
commit
4a4174b7ab
1 changed files with 2 additions and 1 deletions
|
@ -580,7 +580,8 @@ nginxbeautifier -s 4 -r /data/nginx
|
|||
#find /data/nginx -type f -name '*.conf' -exec sed -i "/ma=86400, h3-29=\":443\";/d" {} \;
|
||||
#find /data/nginx -type f -name '*.conf' -exec sed -i "/^[[:space:]]*ma=86400';[[:space:]]*$/d" {} \;
|
||||
|
||||
rm -f /usr/local/nginx/logs/nginx.pid
|
||||
rm -vf /usr/local/nginx/logs/nginx.pid
|
||||
rm -vf /run/*.sock
|
||||
|
||||
chmod -R 770 /data/tls \
|
||||
/data/etc/npm \
|
||||
|
|
Loading…
Reference in a new issue