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的配置
原文:https://www.cnblogs.com/xiaodebing/p/9389928.html