2015-11-23 43 views

回答

0

您需要配置您的網絡服務器(例如Nginx)以將根指向您的文件夾。一個exmpale:

server { 
    location/{ 
      root .../test/; 
    } 
}