运维网's Archiver
论坛
›
nginx
› nginx虚拟目录alias与root
cxin
发表于 2018-11-11 10:28:28
nginx虚拟目录alias与root
location ~ ^/awstats/ { alias/home/awstats/;
indexindex.html;
access_log off;
error_log off;
charset gb2312;
}
页:
[1]
查看完整版本:
nginx虚拟目录alias与root