nginx问题集锦
Posted 我的博客
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx问题集锦相关的知识,希望对你有一定的参考价值。
1、配置访问指定路径的文件
以访问/mnt/data/logs下文件为例,修改nginx.conf配置,执行命令重新加载/usr/local/nginx/sbin/nginx -s reload
location /logs { root /mnt/data/; autoindex on; autoindex_exact_size off; autoindex_localtime on; }
以上是关于nginx问题集锦的主要内容,如果未能解决你的问题,请参考以下文章
nginx.conf 忽略了 nginx-ingress 配置映射片段