JS paths, you could get around this with an nginx location wildcard, added to the server block: location ~* \.(js|css)$ { root /path/to/your/node/root; ...
確定! 回上一頁