9. Nginx 目录浏览功能(文件服务器)

9. Nginx 目录浏览功能(文件服务器)

server {
        listen       80;
        server_name  localhost;

        charset utf-8;

        #access_log  logs/host.access.log  main;

        location / {
            root   html;
            #index  index.html index.htm;	将 index 注释
            autoindex   on;		# 增加这行
        }
	.......
}
# 注意:修改完成后也需要将 html 目录下的 index.html 文件修改一个其他的名称,因为 nginx 默认访问 index.html
[root@nginx html]# ll -h
总用量 6.6M
-rw-r--r-- 1 root root  494 65 22:23 50x.html
drwxr-xr-x 2 root root   20 67 12:06 demo
-rw-r--r-- 1 root root  612 67 11:42 index.html.bak
drwxr-xr-x 2 root root   24 66 20:56 ip_ens33
drwxr-xr-x 2 root root   24 66 20:57 ip_ens37
drwxr-xr-x 2 root root   24 66 21:15 port_81
drwxr-xr-x 2 root root   24 66 21:15 port_82
drwxr-xr-x 2 root root   24 66 21:55 test1
drwxr-xr-x 2 root root   24 66 21:55 test2
-rw-r--r-- 1 root root 6.6M 66 22:34 test.html

在这里插入图片描述

在这里插入图片描述

 
 
 
 
 

  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值