E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Autoindex
Centos7.5下通过nginx搭建文件服务器
autoindex
on;
autoindex
_
武晓兵
·
2020-06-29 21:25
工具使用
测试管理
phpstudy nginx去掉index.php
server_namelocalhost;root"D:/phpstudy/PHPTutorial/WWW";location/{indexindex.htmlindex.htmindex.phpl.php;
autoindex
on
M 天
·
2020-06-29 11:10
YII2
用nginx搭建简单的文件下载服务器
server_namelocalhost;#服务名charsetutf-8;#避免中文乱码rootE:\Download\java;#显示的根索引目录,注意这里要改成你自己的,目录要存在location/{
autoindex
on
ducode
·
2020-06-28 10:04
使用nginx搭建简单的文件服务器
##listenforipv4;thislineisdefaultandimpliedserver_nameXXX.XXX.XXX;##主机名或者域名root/file/http;location/{
autoindex
on
学_徒
·
2020-06-26 22:58
nginx
开启Nginx的目录文件列表功能
ngx_http_
autoindex
_module此模块用于自动生成目录列表,ngx_http_
autoindex
_module只在ngx_http_index_module模块未找到索引文件时发出请求
搬砖-搬搬搬
·
2020-06-26 22:23
nginx
Nginx 搭建文件服务器
修改nginx.conf文件,添加配置和server:
autoindex
on;
autoindex
_exact_sizeon;
autoindex
_localtimeon;server{listen8080
Ensk
·
2020-06-26 19:52
Nginx
Openresty学习(五):nginx作为文件服务器使用
配置nginx文件服务器,支持文件上传和下载功能官网参考资料:http://nginx.org/en/docs/http/ngx_http_
autoindex
_module.htmllocation/{
szkbsgy
·
2020-06-26 17:39
Nginx&Redis&Lua
nginx
文件服务器
下载
上传
在Windows环境下搭建Nginx文件服务器(简单实用版)
nginx.org/download/nginx-1.9.15.zip解压缩修改配置文件nginx.conf,在server部分添加以下内容location/tools{aliasE:\Tools;allowall;
autoindex
on
铁猴
·
2020-06-26 15:16
Others
Nginx配置隐藏index.php和PATH_INFO支持
server_namemyblog.com;root"D:/phpStudy2/WWW/myblog/public";location/{indexindex.htmlindex.htmindex.php;#
autoindex
on
輘酆
·
2020-06-25 00:12
nginx
nginx开发(二)配置mp4文件在线播放
1:第一步先开打nginx的文件夹遍历功能vi/usr/local/nginx/conf/nginx.conf#编辑配置文件,在http{下面添加以下内容:
autoindex
on;#开启nginx目录浏览功能
muwesky
·
2020-06-24 16:25
ngnix
nginx服务器,访问时显示目录,不直接显示index.php
一、效果二、解决方案修改网站配置文件,添加如下代码:
autoindex
on;
autoindex
_exact_sizeoff;
autoindex
_localtimeon;修改后的网站配置文件如下:server
m_nanle_xiaobudiu
·
2020-06-24 13:46
PHP
Nginx
nginx图片服务器配置与反向代理配置
(gif|jpg|jpeg|png|bmp|swf)${rootC:/test;#默认的图片路径,只要后缀是以上的都会到这个路径下搜索}##方案二location/img{rootC:/test;
autoindex
on
郭敬仰
·
2020-06-23 22:48
杂谈
nginx简单文件服务器配置
access_log/var/log/nginx/host.access.logmain;location/media{root/opt/media;sendfileon;tcp_nodelayon;
autoindex
on
guoqianqian5812
·
2020-06-23 11:33
nginx
Nginx浏览目录配置及美化
服务器使用Nginx,而Nginx提供了相应的ngx_http_
autoindex
_module模块,该模块提供了我们想要的功能。
旋转的钢笔
·
2020-06-22 14:57
linux
phpstudy8下thinkphp5.0能访问首页,解决记录
windowsphpstudy8.0(nginx1.15.11);情况:除首页外,其他页面都404notfound;原因:伪静态没配置好解决方案:在phpstudy8设置里面vhosts.conf编辑对应网站的配置文件在
autoindex
off
ManNiaoQinFen
·
2020-06-22 01:58
nginx简单静态分离
srvsetwp/{#windows图片存放地址localhost:80/srvsetwp/rootD:/images/wpcache/;#访问地址#proxy_temp_path/srvsetwp/#开启访问
autoindex
on
Inside_Tang
·
2020-06-21 22:52
中间件
Linux centos7下 Nginx静态资源服务器搭建
root:指定静态资源目录,
autoindex
on:打开目录浏览功能。
weixin_42475367
·
2020-06-21 12:57
Nginx
nginx 配置文件下载
windows格式server{listen82;server_namelocalhost;root"D:/testfile/";location/{indexindex.phpindex.html;
autoindex
on
Mysticbinary
·
2020-04-26 23:00
【wampserver】【转】WampServer localhost 图标不显示解决办法
原文链接在安装目录中找到\wamp\bin\apache\Apache2.2.17\conf\extra\httpd-
autoindex
.conf打开进行修改,将一下Alias/icons/“C:/Dev
ytlm
·
2020-04-10 16:25
nginx 文件服务器配置
access_loglogs/host.access.logmain;location/{#roothtml;#indexindex.htmlindex.htm;alias"d:/1.1.Software/";
autoindex
on
乔伊斯
·
2020-03-29 13:09
基于docker搭建nginx文件服务器的方法步骤
server_namelocalhost;charsetutf-8;location/files{#在docker内nginx的目录alias/home/files;expires1d;allowall;
autoindex
on
作草分茶
·
2020-03-27 09:19
nginx pathinfo配置
代码如下:location/{indexindex.htmlindex.htmindex.phpl.php;
autoindex
off;if(!
衡阿大
·
2020-03-16 20:37
DedeCMS自增函数
autoindex
/itemindex用法全解析
DedeCMS建站的过程中,首页或者列表页的模版会涉及到调用栏目或者子栏目的问题,在调用栏目的时候会在第一个栏目链接中加特别的属性,这里就要用到DedeCMS自带的自增函数[field:globalname=
autoindex
阿修哥
·
2020-03-14 15:08
MongoDB的增删改查基本命令
下面是创建mydb数据库的截图:创建集合命令:>db.createCollection(name,{capped:,
autoIndex
Id:,size:,max})相关参数说明:name:集合的名字capped
ChainZhang
·
2020-03-13 17:32
终于可以使用root和alias命令来搞定nginx的虚拟目录了
我不想不
autoindex
配置到http层面而不是server层面,否则可控制的就太少了.2.已经在http层面设置全局自动显示列表文件。上述问题的解决方式是指定不存在的index文件。
五大RobertWu伍洋
·
2020-03-10 20:08
一文读懂之nginx
介绍1.4nginx的安装1.5nginx的工作模型1.6nginx参数详解1.6.1工作模式与连接上限1.6.2开启零拷贝1.6.3keepalive_timeout1.6.4是否启用压缩1.6.5
autoindex
1.6.6location
吴成伟0122
·
2020-03-09 21:01
BigData
一文读懂系列
Nginx
Nginx rewrite
.*)host$1permanent;即:server{listen80;server_nametest.beeae.com;
autoindex
on;sendfileon;tcp_nopushon;set
SkTj
·
2020-02-27 01:59
nginx搭建一个文件管理系统, wget命令下载一个文件夹
locationserver{root/usr/share/nginx/html;indexindex.htmlindex.htm;server_name127.0.0.1;location/files{
autoindex
on
clever哲思
·
2020-02-26 11:19
http-server
3:安装:image.png4:配置:image.png标红的位置说明:5:参数说明:-p端口号(默认8080)-aIP地址(默认0.0.0.0)-d显示目录列表(默认'True')-i显示
autoIndex
麦壳儿UIandFE2
·
2020-02-24 10:03
Nginx作为文件服务器
charsetkoi8-r;#ccess_loglogs/host.access.logmain;charsetutf-8;#避免中文乱码rootE:/FTP_ROOT;#存放文件的目录location/{
autoindex
on
Esc_df7c
·
2020-02-22 12:19
http-server
nodeJs.参考链接https://www.npmjs.com/package/http-server-p端口号(默认8080)-aIP地址(默认0.0.0.0)-d显示目录列表(默认'True')-i显示
autoIndex
楚阿吉
·
2020-02-21 01:30
nginx作为下载站点的简单配置
indexindex.html;location/mystatus{stub_statuson;access_logoff;}location/down{root/soft/package/src;#开启目录索引
autoindex
on
心距离_f3d9
·
2020-02-19 07:59
Linux运维day39_二阶段_nginx常用模块
1.nginx开启目录浏览提供下载功能默认情况下,网站返回index指定的主页,但如果该网站不存在主页,则将请求交给
autoindex
模块如果开启
autoindex
模块,则提供一个下载的页面,如果没有开启
矮寨坡的M3
·
2020-02-12 03:57
树莓派使用nginx 文件服务器
nginxsudoapt-getinstallnginx使用apt-get很快的安装成功修改配置在文件/etc/nginx/sites-available/default中增加下面三行#Defaultserverconfiguration#
autoindex
on
lyleyang
·
2020-02-12 00:13
使用docker搭建nginx文件服务器
server_namelocalhost;charsetutf-8;location/files{#在docker内nginx的目录alias/home/files;expires1d;allowall;
autoindex
on
作草分茶
·
2020-02-11 15:13
nginx配置网站的二级目录项目伪静态
试着配置了一下nginx的重写规则,让www.xxx.com/shuicao/成为新项目的根目录,如下:location/{indexindex.htmlindex.htmindex.phpl.php;
autoindex
off
misaka去年夏天
·
2020-02-11 12:57
如何让nginx显示文件夹目录
显示文件夹目录1.如何让nginx显示文件夹目录vi/etc/nginx/conf.d/default.conf添加如下内容:location/{root/data/www/file//指定实际目录绝对路径;
autoindex
on
Rick_Ji
·
2020-02-09 15:15
mongodb基本操作
db.dropDatabase()3、插入数据db.yu.insert({"name":"xxx"})插入一些文档时会自动创建集合4、创建集合db.createCollection("mycol",{capped:true,
autoIndex
Id
余头
·
2020-02-07 13:17
nginx配置虚拟域名
hosts192.168.0.101tomcat.paolu.com保存退出创建nginx的配置服务进入nginx/conf目录下新建vhost文件创建tomcat.paolu.com.conf文件,内部输入server{listen80;
autoindex
off
Rocherster
·
2020-02-07 02:58
nginx常用模块(一)
Syntax:
autoindex
on|off;Default:
autoindex
off;Context:http,server,location#
autoindex
常用参数
autoindex
_exact_sizeoff
小明的天下会
·
2020-02-06 21:00
nignx 基本模块
nginx-v#查看版本nginx-V#查看编译选项nginx-t#检查配置文件语法,加-c可指定配置文件nginx-sreload#重新载入配置文件,不重启2.开启目录列表在http{}段添加以下代码
autoindex
on
wx5a98a78793203
·
2020-01-20 14:54
nginx
基本模块
web
Nginx日志时间错误(Linux)
表示服务器时区无误,若不对,修改方法如下:cp/usr/share/zoneinfo/Asia/Hong_Kong/etc/localtime2,在nginx的配置文件的server层,添加一行配置,保存退出
autoindex
_localtimeon
谢耳朵_X
·
2020-01-08 17:54
nginx配置、反向代理缓存、负载均衡
一、nginx基本配置nginx开启文件目录浏览功能(web上显示目录)1location/{2root/data/www/file//指定实际目录绝对路径;3
autoindex
on;//开启目录浏览功能
Java大生
·
2020-01-08 05:12
手撕:nginx配置目录访问&用户名密码控制
背景项目上需要一些共享目录让外地同事可以网页访问对应的文件,且受权限控制;现有环境:centosnginx你可以了解到以下内容:配置nginx开启目录访问并配置nginx用户名和密码进行权限控制1/2列出目录列表
autoindex
on
杨晶磊
·
2020-01-04 03:04
CentOS 7使用nginx+rsync搭建yum同步源服务器
安装配置nginx>yuminstallnginx>cd/etc/nginx/conf.d/>vimnginc.conf`server{listen*:80;server_namelocalhost;
autoindex
on
张龙象
·
2019-12-28 21:37
Nginx模块
例子
autoindex
on;开启目录索引
autoindex
_
合衬-nfsnobody.com
·
2019-12-24 10:00
wamp3.0实现目录浏览
希望也可以帮助到你们(最近使用的是3.0.6的版本感觉更好用)安装简单配置网上教程蛮多的,自寻找到httpd.conf(一般目录wamp64\bin\apache\apache2.4.17\conf)1>将mod_
autoindex
.so
追风lf
·
2019-12-23 01:31
nginx开启网站目录浏览功能
一、开启全站目录浏览功能编辑nginx.conf,在http下面添加以下内容:
autoindex
on;#开启目录文件列表
autoindex
_exact_sizeon;#显示出文件的确切大小,单位是bytes
autoindex
_localtimeon
远洪
·
2019-12-19 10:00
Nginx 常用模块
Nginx常用模块1.ngx_http_
autoindex
_module#ngx_http_
autoindex
_module模块处理以斜杠字符('/')结尾的请求,并生成一个目录列表。
IMSCZ
·
2019-12-16 18:00
nginx配置TP3.2 pathinfo模式
s=$1last;break;}#
autoindex
on;}location~\.
还是做个大叔好啊
·
2019-12-15 17:39
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他