nginx配置目录索引
server { listen 80; root /mnt/share; location / { autoindex on; #自动显示目录 autoindex_exact_size off;
...Read more...
数人世相逢,百年欢笑.
server { listen 80; root /mnt/share; location / { autoindex on; #自动显示目录 autoindex_exact_size off;
...Read more...
nginx 目录加密 与apache的访问需要密码一样 1、nginx配置 在需要加密的路径配置中,加入两句 location / { auth_basic "Password ple
...Read more...
本次说的是ubuntu安装lemp ubuntu安装lamp,非常简单,一条命令 sudo apt-get install lamp-server^ #然后在安装过程中输入数据库密码即可 下面安
...Read more...
## nginx #### web服务 worker_processes 4; #几核
...Read more...