clash新规则 新增CN2GIA节点
This commit is contained in:
@@ -19,6 +19,9 @@ sudo apt update
|
||||
sudo apt install -y nginx
|
||||
|
||||
mkdir -p /var/www/html/
|
||||
|
||||
# 上传文件
|
||||
|
||||
mv dist.zip /var/www/html/
|
||||
cd /var/www/html/
|
||||
unzip dist.zip
|
||||
@@ -26,6 +29,8 @@ chown -R www-data:www-data /var/www/html/
|
||||
chmod -R 755 /var/www/html/
|
||||
|
||||
|
||||
# nginx配置
|
||||
|
||||
systemctl restart nginx
|
||||
systemctl enable nginx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user