nginx暴露目录文件

Posted xiaodebing

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx暴露目录文件相关的知识,希望对你有一定的参考价值。


location /test/ { alias /usr/share/nginx/html/
; } location /apk_download { alias /usr/share/nginx/html/; include mime.types; default_type application/octet-stream; autoindex on; autoindex_exact_size off; autoindex_localtime on; }

以上为openresty的配置


以上是关于nginx暴露目录文件的主要内容,如果未能解决你的问题,请参考以下文章

Nginx——Nginx启动报错Job for nginx.service failed because the control process exited with error code(代码片段

Nginx的配置

在Tomcat的安装目录下conf目录下的server.xml文件中增加一个xml代码片段,该代码片段中每个属性的含义与用途

Nginx设置访问服务器某个目录

nginx.conf 忽略了 nginx-ingress 配置映射片段

Nginx配置文件详细介绍