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
使用nginx部署Fastadmin
s=/$1last;break;}#结束#
autoindex
on;}如果没有配置的话,前后端分离的项目,会报CROS问题,原因是首先请求会报404错误,而
link2dream
·
2020-08-14 02:11
FastAdmin框架学习
apache配置虚拟主机(三种方式)
查看配置文件的根目录查看站点配置文件存放位置三种方式配置虚拟主机基于域名的虚拟主机基于端口的虚拟主机基于IP的虚拟主机查看apache的配置查找apache的配置文件[root@localhost~]#rpm-qchttpd/etc/httpd/conf.d/
autoindex
.conf
苏某想吃鱼
·
2020-08-13 22:58
web架构
nginx跨域代理/默认访问路径/代理接口传输图片/文件的大小限制
listen9002;server_namelocalhost;location/{root/myfiles/gitmaster/mobipromo.io/;//默认访问的路径,直接访问index.html
autoindex
on
CJQ的博客
·
2020-08-10 13:40
nginx
在Windows环境下搭建Nginx文件服务器(简单实用版)
download/nginx-1.9.15.zip2.解压缩3.修改配置文件nginx.conf,在server部分添加以下内容location/tools{aliasE:\Tools;allowall;
autoindex
on
JqueryBoand
·
2020-08-09 01:23
个人工作日志
起本地服务,让同事看
http-server**端口号也可以固定加个-p就行譬如:http-server-p8088参数说明:-p端口号(默认8080)-aIP地址(默认0.0.0.0)-d显示目录列表(默认'True')-i显示
autoIndex
欧阳筱苒
·
2020-08-08 22:23
CentOS 7 搭建 nginx 文件目录
nginx安装目录cd/data/server/redis/config/vimnginx.conf修改以下部分:location/{root/data/server/nginx/;#指定实际目录绝对路径;
autoindex
on
微风码
·
2020-08-08 19:26
nginx下 配置目录列表访问权限
server{listen80;server_name_;access_log/data/wwwlogs/access_nginx.logcombined;root/data/wwwroot/default/;
autoindex
on
DuTian11
·
2020-08-07 11:01
解决方案
nginx+rsync实现本地yum源以及公网yum源
实现本地yum源以及公网yum源1.nginx提供目录浏览功能2.从公网的仓库同步软件包至本地3.客户端配置本地yum仓库4.扩展nginx+rsync实现本地yum源以及公网yum源1.配置nginx的
autoindex
andy09_2014
·
2020-08-05 18:33
IIS 实现
autoindex
的简单方法 能够下载文件等.
之前使用nginx的
autoindex
on的参数能够实现了nginx的目录浏览查看文件但是那是linux上面的windows上面很多使用的其实是iis的居多然后看了下其实也不难就简单记录一下.安装IIS
济南小老虎
·
2020-08-04 17:00
MongoDB入门教程(三)之常用命令
一、Collection聚集集合1、创建一个聚集集合(table)db.createCollection(name,{capped:,
autoIndex
Id:,size:,max})name:集合的名字
尼古拉斯大树
·
2020-08-04 06:59
数据库
Apache Index目录中文乱码解决方法
来源地址:http://httpd.apache.org/docs/2.0/mod/mod_
autoindex
.htmlIndexOptionsDirectiveDescription:VariousconfigurationsettingsfordirectoryindexingSyntax
一直学下去
·
2020-07-30 08:27
Linux
nginx配置、反向代理缓存、负载均衡
一、nginx基本配置nginx开启文件目录浏览功能(web上显示目录)1location/{2root/data/www/file//指定实际目录绝对路径;3
autoindex
on;//开启目录浏览功能
weixin_34233618
·
2020-07-30 03:54
Nginx 静态页面POST 请求提示405 Not Allowed
server{listen80;server_nameadminhtml.com;indexindex.htmlindex.htmindex.php;root/home/wwwroot/adminhtml;
autoindex
on
diandu3502
·
2020-07-29 09:22
运维
git
前端框架
关于Centos7下Apache服务器php应用phpMyAdmin无法正常运行的问题
phpMyAdmin时突然无法打开了,打开主页显示空白,位于/etc/httpd/logs/error_log下面的apache的错误日志显示如下:[WedMar2114:10:47.8000342018][
autoindex
vansl
·
2020-07-29 06:07
linux
使用Nginx配置本地图片服务器
server_name192.168.2.21;root"E:/var/tmp/upload";error_page403/error.html;location=/error.html{return404;}
autoindex
off
码莎拉蒂
·
2020-07-29 02:39
后端
nginx实现目录索引
主要用到
autoindex
这个参数来开启,其配置如下:我是源码安装到了/data/sever/nginx编辑nginx配置文件vim/data/server/nginx/conf/nginx.confroot
chaodou5776
·
2020-07-15 21:45
Apache配置支持目录浏览
LoadModule
autoindex
_modulemodules/mod_
autoindex
.soLoadModuledir_modulemodules/mod_dir.so注意一定要拥有这两个模块,
zhuizhuziwo
·
2020-07-15 12:49
web
Nginx配置并显示磁盘目录文件列表
HTTPSserver#server{listen80;server_namexxx.xxx.com;#域名或者iplocation/{alias/usr/local/download/;#Nginx日志目录
autoindex
on
向着光亮的地方前行
·
2020-07-15 11:49
Linux
web 关于http://localhost无法访问的可能原因
/private/var/log/apache2/error_log中错误信息:[ThuFeb0422:30:52.5800992016][
autoindex
:error][pid253][client
worldzhy
·
2020-07-15 09:04
Apache
Nginx:作为静态资源服务器alias和root的区别
root的区别如使用rootserver{listen80;server_name192.168.10.48;location/api/eg/{root/opt/xcache/nginx/html/;
autoindex
on
八重樱_参上
·
2020-07-15 06:14
Nginx问题
nginx配置
usr/local/目录下新建upload文件配置nginx.conf文件listen80;server_namelocalhost;location/upload/{root/usr/local/;
autoindex
on
尘叶风凌
·
2020-07-15 00:04
个人笔记
nginx配置静态服务器
解决nginx环境部署项目,项目目录重定向到index.php,解决办法
listen80;server_nameapi.com;rootE:/phpstudy/WWW/yzk/public;location/{indexindex.htmlindex.htmindex.php;#
autoindex
on
lwaimj
·
2020-07-14 14:07
linux
nginx
php
Nginx mark
thislineisdefaultandimpliedserver_namelocalhost;rootrepo;location/{##auth_basic"Restricted";##auth_basic_user_filepass_file;
autoindex
把爱放下会走更远
·
2020-07-14 08:53
nginx文件服务器设置
1.在http模块下添加
autoindex
on;#显示目录
autoindex
_exact_sizeon;#显示文件大小
autoindex
_localtimeon;#显示文件时间2.设置server端口及文件目录路径
浮_雲
·
2020-07-13 10:17
linux
nginx 代理本地的html
#access_loglogs/host.access.logmain;location/{roothtml;##指向nginx安装目录下的html文件夹,看具体配置indexnoindex.htm;
autoindex
on
wuzhong
·
2020-07-13 06:22
linux
nginx
Nginx发布项目刷新 404 简单有效
更改nginx.conflocation/{roothtml;indexindex.htmlindex.htm;try_files$uri$uri//index.html;
autoindex
on;}docker
haixinjing
·
2020-07-13 05:36
nginx
使微信公众号网页授权审核通过域名,产生的nginx 配置访问静态文件,如txt、img等问题,笔记
1.错误示例location/MP_verify_fMqnKV8Yx7l6SWF6.txt{root/home/resouce/MP_verify_fMqnKV8Yx7l6SWF6.txt;
autoindex
on
Javacssjsp
·
2020-07-13 03:14
Linux
centos系统服务器
搭建
Nginx 反向代理配置及403出现原因
独角兽企业重金招聘Python工程师标准>>>//image.happy.com.confserver{//监听80端口listen80;//状态on,首页展现索引//状态off,首页403,不影响下层资源访问
autoindex
off
weixin_34072458
·
2020-07-12 23:12
nginx走过的坑
配置文件被修改后需要执行它)安装后进入Nginx安装目录下的conf文件夹新增一个vhost文件,建立一个conf文件image.imooc.com.conf文件下内容server{listen80;
autoindex
off
Tinkon91
·
2020-07-12 21:12
java
centos7 apache httpd 解决目录文件名中文乱码且文件名截断
修改页面默认语言编码打开编辑/etc/httpd/conf/httpd.conf#修改目录文件名不要被截断打开编辑/etc/httpd/conf.d/
autoindex
.conf,找到IndexOptionsFancyIndexingHTMLTableVersionSort
Mr_Vague
·
2020-07-11 12:11
nginx配置
server{listen9004;#less访问地址server_namelocalhost;indexindex.htmlindex.htmindex.php;
autoindex
on;ssion;limit_rate2000k
西安小哥
·
2020-07-10 21:54
nginx负载均衡配置,宕机自动切换
server{listen80;server_namexxx1.comxxx2.comlocalhost;root/opt/dist/;charsetUTF-8;
autoindex
off;access_log
shangdiyisi
·
2020-07-10 01:52
005.Nginx配置下载站点
一下载站点1.1下载站点配置语法:
autoindex
on|off;默认值:
autoindex
off;配置段:http,server,locationNginx默认不允许列出整个目录浏览,需要如下配置:1
木二
·
2020-07-09 08:00
005.Nginx配置下载站点
一下载站点1.1下载站点配置语法:
autoindex
on|off;默认值:
autoindex
off;配置段:http,server,locationNginx默认不允许列出整个目录浏览,需要如下配置:1
IT中国人
·
2020-07-09 08:00
nginx配置443端口
Nginx配置https证书server{listen80;server_namewww.mmm.com;
autoindex
on;#是否允许访问目录root/usr/local/nginx/html/mmest
weixin_30258901
·
2020-07-08 13:36
宝塔面板部署java代码的方式 以及设置FTP服务
需要先安装再写在用的什么版本就安装什么版本第二步1.添加配置ftp环境2.修改权限3.配置nginx使其能够指向ftp图片服务器这个地方什么域名就写什么.conf文件然后放在nginx导入的目录下即可server{listen80;
autoindex
off
qq_35674951
·
2020-07-07 22:51
window下phpstudy的nginx配置虚拟主机
server_nametest.com;#你的虚拟目录名称;rootD:/phpStudy/www/test.com;#"你要操作的目录路径";location/{indexindex.htmlindex.htmindex.php;#
autoindex
on
Frank看庐山
·
2020-07-07 19:16
PHP
tp5 thinkphp5 伪静态修改
s=$1last;break;}如下nginx配置location/{indexindex.htmlindex.htmindex.phpl.php;
autoindex
on;if(!
limingyue0312
·
2020-07-07 13:15
PHP
nginx
nginx + uwsgi
sites-enabled/uwsgi.site:server{listen8000;server_name127.0.0.1;location/static/{alias/root/SWE/static/;
autoindex
off
taojy123
·
2020-07-06 20:27
nginx 设置静态下载界面
docs.nginx.com/nginx/admin-guide/web-server/serving-static-content/下面贴一个配置文件:charsetUTF-8;##防止中文乱码location/{
autoindex
on
weixin_30376509
·
2020-07-05 20:42
charles 抓取抓包手机上的信息||基本使用转发到本地域名
server{listen80;server_namebaidu.com;root"E:\baidu/public";location/{indexindex.htmlindex.htmindex.php;#
autoindex
o
廖圣平
·
2020-07-02 16:24
nginx
抓包
charles
d
Configurationlocation^~/download/{alias/data/;charsetutf-8;
autoindex
on;
autoindex
_exact_sizeon;
autoindex
_localtimeon
hgd250
·
2020-07-02 02:45
linux
apache开启目录浏览模式
用于内网中的两台计算机之间传输文件1.分别再httpd.conf配置文件中搜素(73行左右的位置)2.在如下字段(在224行左右)3.在httpd.conf中添加以下行(458行左右)或者取消这段代码的注释4.在httpd-
autoindex
.conf
我是空白、
·
2020-07-01 19:50
备用方法
nodejs搭建静态文件服务器
apache的
autoindex
功能我非常喜欢,有时候想要分享一些文件给同学,但是又懒得用U盘复制,传网盘或者发邮件速度又太慢,而且学生党对于大文件传输网费非常昂贵。
nutbrain
·
2020-07-01 18:57
node
nginx启用浏览目录功能
如需此功能,打开nginx.conf文件或你要启用目录浏览虚拟主机的配置文件,在server或location段里添加上
autoindex
on;来启用目录浏览,下面会分情况进行说明。
Dexter_Wang
·
2020-07-01 09:50
Nginx
OpenResty配置文件服务器
openresty2.配置nginx.confserver{listen8888;server_name192.168.26.185;charsetutf-8;root/opt/file;location/{
autoindex
十年呵护
·
2020-06-30 21:49
OpenResty
nginx处理静态资源
前后端分离后,把前端页面放入nginx中,在nginx配置如下:location/vue/office/{aliashtml/vue/office/;indexindex.html;
autoindex
on
zxf_noimp
·
2020-06-30 20:36
nginx
Windows下nginx作为静态资源服务器测试
image/file/22.jpg#urlhttp://localhost/image/33.jpg对应文件E:/file/image/33.jpglocation/image/{rootE:/file/;
autoindex
on
NemoHero
·
2020-06-30 19:14
Nginx
Nginx 配置
server{listen80;server_name192.168.1.33;indexindex.htmlindex.htmindex.php;root/www;
autoindex
on;
autoindex
_exact_sizeoff
洞房花猪
·
2020-06-30 12:23
8、Linux下文件服务器搭建及原理讲解
我们创建一个文件conf文件sudovimimage.imooc.com.conf用我们此前说的配置文件sudocatimg.happymmall.com.confserver{listen80;
autoindex
off
xyphf_和派孔明
·
2020-06-30 04:01
Java环境配置
上一页
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
其他