+
95
-

nginx如何设置一个虚拟目录?

nginx如何设置一个虚拟目录?

网友回复

+
15
-
location /test/ {
      alias /home/www/test/;
}

我知道答案,我要回答