nginx常用模块(目录索引模块 访问限制模块)
https://www.cnblogs.com/chenlifan/p/13556123.html
接上
1.目录索引模块

[root@web02 /etc/nginx/conf.d]# vim test.conf server { listen 80; server_name www.test.com; location / { root /code; index index.html; } location /download { root /code; index index.html; autoindex on; } }









[root@web02 ]# vim /etc/nginx/conf.d/test.conf
autoindex_exact_size off;

[root@web02 ~]#systemctl restart nginx




2.访问控制模块




本文来自博客园,作者:六月OvO,转载请注明原文链接:https://www.cnblogs.com/chenlifan/p/13556594.html

浙公网安备 33010602011771号