apdc 大佬有话说 :
大佬们。VPS怎么搞HTTP下载啊!!
rclone挂载的谷歌云盘。
小鸡,装了v2+tls 443占用了
我的操作;
vi /etc/nginx/conf.d/gd.conf
server {
listen 80;
server_name35.220.35.220;
autoindex on;
autoindex_exact_size off;
autoindex_localtime on; 开启目录浏览。方便看文件!
location /temp { #二级目录
root /root/gddown;#gclone映射的谷歌云盘
index index.html;
}
}
systemctl restart nginx 保存设置重启,没有效果;
后来又试了直接在默认的/usr/share/nginx/html/index.html 创建快捷方式,也不行。。
求大佬啊帮助啊,取不回本地了。!!
chr 大佬有话说 :
可以试试
python3 -m http.server