在nginx配置文件中加入
if ($document_uri !~ ‘jzq‘)
{
rewrite ^/(.*)$ http://www.jzq.pub/abc/$1 permanent;
}
Mkdir /data/www/abc
时间: 2024-10-13 08:41:42
在nginx配置文件中加入
if ($document_uri !~ ‘jzq‘)
{
rewrite ^/(.*)$ http://www.jzq.pub/abc/$1 permanent;
}
Mkdir /data/www/abc