You also should move your non static files outside "www" since that's the path you want for the "static files". var express = require('express'); var path = ...
確定! 回上一頁