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,访问一个文件夹里面的全部数据,nginx 咋配置
目录1问题2实现1问题前端通过nginx,访问一个文件夹里面的全部数据,nginx咋配置2实现location/logs{alias/mnt/www/logs/;
autoindex
on;}
一写代码就开心
·
2024-02-03 04:34
前端
nginx
运维
记录 arm 开发板上 nginx 配置 http 服务注意事项
server_namelocalhost;#服务名称location/{root/home/imx6q/media;#项目根目录(需要修改nginx.conf的用户)indexindex.htmlindex.htm;#
autoindex
on
背 锅 侠
·
2024-02-01 04:36
nginx
http
运维
快来检查一下你的NGINX配置安全吗
http {
autoindex
off;
龙行天5
·
2024-01-25 17:17
linux
nginx
nginx
linux
dedecms模板中的使用loop读取文章前数字序号
织梦dedecms模板中的使用loop读取文章前数字序号,dede:loop标签下使用[field:globalname=
autoindex
/]方法。
小梦唠娱乐
·
2024-01-21 14:32
Nginx初体验 &http-server
端口转其他端口,修改配置文件(nginx.conf)server下的结点:listen:监听80端口server_name:域名proxy_pass:代理到哪个地址http{#开启文件目录列表显示功能
autoindex
on
BBP1994
·
2024-01-17 21:11
运维
Nginx常用内置模块, 实现目录索引+状态监控+IP访问控制+用户访问控制
实验目标:1.安装nginx2.配置nginx扩展配置文件,实现自定义网页根目录3.配置
autoindex
自动索引模块4.配置nginx状态监控模块5.配置nginx基于IP访问控制access模块6.
努力转型的IT小王
·
2024-01-16 22:37
Nginx
nginx
tcp/ip
网络
linux
运维
架构
Nginx常用模块
1.20,并且新加status模块)Nginx的状态模块auth_basic_user用户授权模块限制模块(limit)limit_reqlimit_connlimit_ratereferer模块案例
autoindex
不朽的守护!
·
2024-01-08 17:42
nginx
nginx
Nginx - location块中的alias和try_files重定向
nginx.conf片段:location/logo/general/{
autoindex
_localtimeon;alias/opt/config/;try_files/logo/logo.png/www
Saggitarxm
·
2024-01-06 13:28
Nginx
location
try_files
alias
nginx
Nginx 开启目录浏览功能
开启目录浏览1.没开启前的页面效果这是我的一个网站页面,没配置目录浏览功能前的效果2.开启目录浏览来到server配置文件下/etc/nginx/conf.d,然后编辑配置文件,保存之后查看语法是否正确
autoindex
on
Fly upward
·
2024-01-06 03:20
Ngnix
服务器
linux
nginx
Nginx服务器中设置禁止访问文件或目录的方法
autoindex
off;规则描述:如果访问NGINX下的一个web应用,如果输入是一个目录名,而且该目录下没有一个默认访问文件,那么Nginx会将该目录下的所有文件列出来,这种敏感信息泄露是严格禁止的
马良神笔
·
2023-12-31 18:59
服务器
nginx
运维
Nginx开启目录访问功能
configurationfile/etc/nginx/conf.d/server81.conf:server{listen81;server_namelocalhost;location/{root/;
autoindex
on
石兴稳
·
2023-12-30 01:01
nginx
java
服务器
目录遍历
Nginx(1.1.10)开启
autoindex
on配置里alias中的/home/wwwroot/paper/比location/paper后面多
Franchen
·
2023-12-24 07:36
Nginx模块
Nginx模块1.目录索引[root@web01module]#cat/etc/nginx/conf.d/
autoindex
.confserver{listen80;server_namemodule.oldboy.com
KKenny
·
2023-12-23 14:32
nginx配置若依框架vue打包项目(同时支持http和https)
该配置模版主要是若依框架前后端配置,若只是配置普通的vue项目,直接复制一下小模块即可#vue页面访问配置location/{root/www/wwwroot/www.xxx.com;#
autoindex
on
hexu_blog
·
2023-12-18 20:04
nginx
vue.js
运维
nginx的root和alias用法
root用法:location^~/test/{
autoindex
on;root/home/angel;}location^~/qw{alias/home/qw/;indexindex.htmlindex.htm
l386913
·
2023-11-28 17:24
nginx
linux
基础知识
nginx
运维
nginx动态文件服务器,Nginx配置图片服务器--动态缩略图
nginx/sites-available/default配置时,容易出错,所以最好分两步:第一步:server{listen9999;server_namelocalhost;location/imgs/{
autoindex
on
图灵的追随者
·
2023-11-21 17:03
nginx动态文件服务器
day37——Nginx的常用模块
Nginx常用模块1.nginx开启目录浏览提供下载功能默认情况下,网站返回index指定的主页,但如果该网站不存在主页,则将请求交给
autoindex
模块如果开启
autoindex
模块,则提供一个下载的页面
人气昂
·
2023-11-21 00:13
nginx访问其它FASTDFS服务器上的文件
.*)$/$1break;
autoindex
on;
代码为生的烨天星
·
2023-11-08 12:32
java
nginx
服务器
前端
fastdfs
java
nginx 打开目录预览功能
三个重要的指令
autoindex
on;在server或location段里添加上
autoindex
on;来启用目录流量
autoindex
_exact_sizeoff;默认为on,显示出文件的确切大小,单位是
rochestor
·
2023-11-04 10:45
通过Brew安装相关服务记录
error.lognotice;#error_loglogs/error.loginfo;#pidlogs/nginx.pid;events{worker_connections1024;}http{#开启目录浏览功能
autoindex
on
zhDoveLie
·
2023-10-31 15:36
Nginx搭建文件服务器
Nginx搭建文件服务器使用文件服务器可以进行归档一些资料和数据,可以使用nginx来快速的搭建一个简易的文件服务#显示目录,默认不开启
autoindex
on;#显示文件大小
autoindex
_exact_sizeon
拾光师
·
2023-10-31 11:52
nginx
程序人生
nginx 配置错误目录遍历漏洞
nginx是一款高性能的web服务器,使用非常广泛,其不仅经常被用作反向代理在nginx中开启
autoindex
,配置不规范而造成目录遍历漏洞配置如下:server{listen80;server_name
Lucifer_wei
·
2023-10-30 16:10
漏洞检测
nginx
安全
web安全
laravel和admin-lte的结合 npm模式搭建后台
server_namecrm.comcrm.cn;root"F:\phpstudy\PHPTutorial\WWW\crm7\public";location/{indexindex.htmlindex.htmindex.php;#
autoindex
on
小四儿_zhanglin
·
2023-10-29 08:14
技术心得
adminlte
laravel后台
apache文件名过长全显示问题
1.文件名过长问题通常情况下,文件名过长,打开index后,过长的文件名会最后会显示..1.1在centos中文件所谓位置etc/httpd/conf.d/httpd-
autoindex
.conf可通过
yinshuilan
·
2023-10-27 19:23
Linux
centos
linux
运维
【httpd】 Apache http服务器目录显示不全解决
文章目录1.文件名过长问题1.1在centos中文件所谓位置etc/httpd/conf.d/httpd-
autoindex
.conf1.2在配置文件httpd-
autoindex
.conf中的修改:1.3
Lucky_Turtle
·
2023-10-27 18:14
问题解决
apache
http
服务器
nginx配置download模块
nginx.conf配置location/download{alias/usr/local/webapp/download/;sendfileon;
autoindex
on;#开启目录文件列表
autoindex
_exact_sizeon
DeRoy
·
2023-10-20 14:51
nginx
流媒体
nginx vue windows
location/{
autoindex
on;roothtml/canadaweb;indexindex.htmlindex.htm;try_filesuri//index.html;}
心淡然如水
·
2023-10-20 00:29
Nginx配置服务器文件下载
location/download{alias/home/download/;sendfileon;
autoindex
on;#默认是不允许列出整个目录的
autoindex
_exact_sizeoff;#
于京京9909
·
2023-10-16 21:59
服务器
nginx
运维
Nginx课程大纲2
一、nginx开启目录浏览提供下载功能默认情况下如果该网站不存在主页,则会请求交给
autoindex
模块,如果开启
autoindex
模块,则提供一个下载的页面如果没有开启
autoindex
则会报错403
陌离_62d7
·
2023-10-14 16:45
nginx启用了自动目录列表功能的安全漏洞修复方法
一、前言最近被扫描到安全漏洞,说是nginx启用了自动目录列表功能,现象就是访问http://localhost/file就能看到服务器上的目录二、修复方法1.把nginx.conf中的
autoindex
on
追逐梦想永不停
·
2023-09-29 08:01
nginx
服务器
前端
Nginx配置Linux服务器图片访问路径
在此配置文件中添加配置server{listen80;server_namelocalhost;#添加下面的配置location/img{#映射的路径也就是地址后面所跟的路径alias/dev/img;#图片的存放路径
autoindex
小码农的
·
2023-09-17 20:46
nginx
Linux服务——nginx的配置及模块
的配置文件2、使用server语句块构建虚拟主机3、alias别名4、location语句二、nginx模块access模块验证模块自定义错误页面日志存放位置检测文件是否存在长连接设置ngx_http_
autoindex
_module
hei-tui
·
2023-09-03 17:39
linux
nginx
运维
Nginx配置
#前端server{listen18000;server_name192.168.254.150;location/{
autoindex
on;root/home/jiuzhi/online-student-frontend-pc
Gray area
·
2023-08-31 18:33
nginx
nginx
ModaHub魔搭社区:向量数据库Zilliz Cloud的
AUTOINDEX
教程
为了方便您创建索引,免去调节参数的麻烦,ZillizCloud使用
AUTOINDEX
的索引类型。
AUTOINDEX
是ZillizCloud独有的索引类型,可以帮助您获取最佳搜索性能
LCHub低代码社区
·
2023-08-31 09:53
《向量数据库指南》
数据库
算法
人工智能
向量数据库
AI-native
ModaHub
milvus
nginx配置静态资源允许跨域访问
''*';例:server{listen80;add_header'Access-Control-Allow-Origin''*';location/Roboto/{root/home/images;
autoindex
on
骑恐龙去钓鱼
·
2023-08-29 22:53
nginx
nginx添加配置示例
server_nameArchiveRepo;root/mnt/data/ostreeRepoAll/OstreeArchive/;location/{root/mnt/data/ostreeRepoAll/OstreeArchive/;
autoindex
on
路飞仙贝
·
2023-08-19 14:58
Nginx目录美化
在nginx的配置文件中加入以下内容(建议加在网站配置文件中)
autoindex
on;#开启目录浏览功能;
autoindex
_exact_sizeoff;#关闭详细文件大小统计,让文件大小显示MB,GB
传说中胖子
·
2023-08-19 11:15
nginx
nginx
服务器
前端
nginx文件服务器美化
autoindex
显示
来作为文件服务器的,前段时间公司也有这个需求,就研究了一下使用nginx来做文件服务器,参见前面两篇文章:容器中使用ngnix搭建支持上传下载的文件服务器容器中使用nginx并搭建sftp服务但是nginx原生的
autoindex
witton
·
2023-08-16 10:19
Linux
容器
nginx
nginx
运维
autoindex
美化
文件服
phpstudy配置laravel项目除了首页都是404
找到你的站点配置文件添加以下代码重启#
autoindex
on;if(!-e$request_filename){rewrite^(.*)$/index.php?s=/$1last;break;}
梦到韩大厨
·
2023-08-13 15:39
laravel
laravel
nginx文件共享、服务状态和location模块的配置介绍
一.文件共享功能1.清空html目录下文件并新建你要共享的文件2.修改nginx.conf文件,开启
autoindex
功能3.测试二.状态模块1.修改nginx.conf文件2.测试(1)使用刚才定义的
树下一少年
·
2023-08-11 13:46
Linux
#
nginx
nginx
服务器
linux
nginx搭建图片服务器
(gif|jpg|jpeg|png)${rootD:/install/nginx-1.21.1/images/;
autoindex
on;}3.启动nginx,访问http://localhost:8000
梦幻空花~
·
2023-08-02 20:24
js
nginx
nginx
服务器
运维
day-31 nginx 常用模块
1、nginx开启目录浏览提供下载功能默认情况下,网站返回index指定的主页,但如果该网站不存在主页,则将请求交给
autoindex
模块如果开启
autoindex
模块,则提供一个下载的页面,如果没有开启
布朗熊真可爱
·
2023-08-01 10:29
nginx 配置指定路径访问目录下所有文件
location/logs{alias/mnt/www/logs/;
autoindex
on;}
小小的木头人
·
2023-07-29 15:08
nginx
nginx
使用nginx当做FTP文件下载,nginx.conf配置
listen8888;server_namelocalhost;#注意这里我该了下访问域名charsetutf-8;rootC:\\Users\\dell\\Desktop\\22222222222;
autoindex
on
小徐敲java
·
2023-07-29 12:25
nginx
java
linux
nginx 访问静态图片
indexindex.htmlindex.htm;}//本地访问图片location/map/{aliasD:/A-Software/MapTileDownloader/map/mapabc/satellite/;
autoindex
on
小六路
·
2023-07-26 21:04
nginx
运维
服务器
使用nginx部署Fastadmin
s=/$1last;break;}#结束#
autoindex
on;}伪静态配置站点配置文件中需要加上
赵一舟
·
2023-07-24 11:50
nginx
运维
nginx搭建文件服务器
html;#Loadconfigurationfilesforthedefaultserverblock.include/etc/nginx/default.d/*.conf;location~/${
autoindex
on
王的星球
·
2023-07-17 18:50
Day37nginx常用模块
需要的服务器角色外网ip内网ip主机名webeth0:10.0.0.7eth1:172.16.1.7web01
autoindex
目录索引[root@web01~]#cat/etc/nginx/conf.d
a幕城
·
2023-07-16 11:41
Nginx常用模块
Nginx常用模块文章目录Nginx常用模块1.Nginx常用模块1.1.Nginx目录索引/下载模块1.1.1.配置
autoindex
语法1.1.2.
autoindex
配置实例1.1.3上传资源1.1.4
Jiangxl~
·
2023-07-13 15:16
nginx
运维
NGINX同时发布JMETER报告和禅道、SONAR
server_namelocalhost;#charsetkoi8-r;charsetutf-8;#access_loglogs/host.access.logmain;location/report{
autoindex
on
9016
·
2023-06-24 03:30
上一页
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
其他