宇宙主机交流论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

欧基零壹微头条IP归属甄别会员请立即修改密码
12
返回列表 发新帖
楼主: yongs

求一个h5ai的完整nginx配置文件

[复制链接]
 楼主| 发表于 2018-4-23 13:47:23 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
 楼主| 发表于 2018-4-23 13:49:32 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2018-4-23 13:49:39 | 显示全部楼层
yongs 发表于 2018-4-23 13:47
我的系统是ubuntu 16.04
apt 安装的nginx、musql、php
给一份完整的nginx配置文件呗 ...

centos系统,lnmp环境,我用的这个,可能还有其他问题,当时只是搭着尝试了一把,搭好了没怎么用还
  1. server
  2.     {
  3.         listen 80;
  4.         #listen [::]:80;
  5.         server_name www.xx.yy ;
  6.         index index.html index.htm index.php default.html default.htm default.php /_h5ai/public/index.php;
  7.         root  /home/wwwroot/www.xx.yy;

  8.         include other.conf;
  9.         #error_page   404   /404.html;

  10.         # Deny access to PHP files in specific directory
  11.         #location ~ /(wp-content|uploads|wp-includes|images)/.*\.php$ { deny all; }

  12.         include enable-php.conf;

  13.         location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  14.         {
  15.             expires      30d;
  16.         }

  17.         location ~ .*\.(js|css)?$
  18.         {
  19.             expires      12h;
  20.         }

  21.         location ~ /.well-known {
  22.             allow all;
  23.         }

  24.         location ~ /\.
  25.         {
  26.             deny all;
  27.         }

  28.         access_log  /home/wwwlogs/www.xx.yy.log;
  29.     }
复制代码
 楼主| 发表于 2018-4-23 13:50:42 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2018-4-23 13:50:44 | 显示全部楼层
yongs 发表于 2018-4-23 13:49
我现在用的是小米路由器
小米路由器如何直接下载nextcloud中的文件呀?

和百度网盘一样的,有绝对地址,

 楼主| 发表于 2018-4-23 13:51:47 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
发表于 2018-4-23 13:52:10 | 显示全部楼层
yongs 发表于 2018-4-23 13:50
我是独立安装的n、m、p
直接拿来好像不行。

应该都是一样的吧。。。就是跟前面大佬们说的一样,加了个/_h5ai/public/index.php;这句,其他都是默认的诶
发表于 2018-4-23 13:54:48 | 显示全部楼层
yongs 发表于 2018-4-23 13:51
怎么获取到绝对地址?

我以前试过是可以的,我现在环境删除了,不然早就和你讲了,哈哈

这几天我也要配置一个网盘,存一些ISO文件。还有图片

和你一样的需求,也要提供外面下载,因为ISO好多都是自己定制的,KVM上用的

今天没时间折腾了。。。。
 楼主| 发表于 2018-4-23 13:59:47 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|手机版|小黑屋|兜哪儿主机交流论坛

GMT+8, 2024-9-22 07:30 , Processed in 0.060412 second(s), 5 queries , Gzip On, MemCache On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

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