全球主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

CeraNetworks网络延迟测速工具IP归属甄别会员请立即修改密码
123
返回列表 发新帖
楼主: imgod

[Windows VPS] 有偿请人帮忙搞定安装Yetishare 4.2破解版+插件,明盘

[复制链接]
发表于 2017-1-31 10:17:18 | 显示全部楼层
我也是lnmp 改成这样是可以用的
  1. server
  2.     {
  3.         listen 80;
  4.         #listen [::]:80;
  5.         server_name xxx.com;
  6.         index index.html index.htm index.php default.html default.htm default.php;
  7.         root  /home/wwwroot/xxx.com;
  8.         client_max_body_size 5G;
  9.         include none.conf;
  10.         #error_page   404   /404.html;
  11.         include enable-php.conf;
  12.         if (!-e $request_filename) {
  13.             rewrite ^/(.*) /index.php?_page_url=$1 last;
  14.         }
  15.         location /files/ {
  16.             internal;
  17.         }
  18.         location /core/logs/ {
  19.             deny all;
  20.         }
  21.         location ~* "/\.(htaccess|htpasswd)$" {
  22.             deny    all;
  23.             return  404;
  24.         }
  25.         location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  26.         {
  27.             expires      30d;
  28.         }
  29.         location ~ .*\.(js|css)?$
  30.         {
  31.             expires      12h;
  32.         }
  33.         location ~ /\.
  34.         {
  35.             deny all;
  36.         }
  37.         access_log off;
  38.     }
复制代码
发表于 2017-1-31 10:19:22 | 显示全部楼层
imgod 发表于 2017-1-31 09:53
刚测试了下文件上传,传过一个文件后,关闭上传完成提示框,再点上传,弹出的还是完成提示框,点最下方的 ...

是要点击哪里,才能继续上传。中文汉化的问题,才回歧义为点击长传多个文件,谷歌又不懂中文的博大精深。。至于链接指向问题也是谷歌自动翻译的时候破坏了原有的连接。。
测试用户:test_u1/123456ab
你可以去试试种子,可以添加但是下载应该很慢。
 楼主| 发表于 2017-1-31 14:10:51 | 显示全部楼层
本帖最后由 imgod 于 2017-1-31 14:15 编辑
贴吧 发表于 2017-1-31 10:17
我也是lnmp 改成这样是可以用的


谢谢,但是映射9000端口不用了吗?
 楼主| 发表于 2017-1-31 14:13:53 | 显示全部楼层
feixuenet 发表于 2017-1-31 10:19
是要点击哪里,才能继续上传。中文汉化的问题,才回歧义为点击长传多个文件,谷歌又不懂中文的博大精深。 ...

谢谢,传了一个视频文件,和一个种子,测试了下
种子确实很慢,找了一个热门种子,亲自在电脑上做种,服务器上下载仍然没有速度,用的是官方推荐的utserver吗?

视频文件在线播放貌似不能用
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|全球主机交流论坛

GMT+8, 2025-1-19 16:32 , Processed in 0.064266 second(s), 4 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表