跳过正文

群辉释放80/443端口

··72 字·1 分钟
目录

群辉释放80/443端口,并将端口设置为8880/8443
#

1
2
3
4
5
6
# 切换到root用户 
sudo -i
cd /usr/syno/share/nginx
cp server.mustache server.mustache.bak # 备份原文件 
sed -i "s/80/8880/g" server.mustache DSM.mustache WWWService.mustache 
sed -i "s/443/8443/g" server.mustache DSM.mustache WWWService.mustache

`