from server
parent
e431091ff0
commit
18f53c6046
@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<configuration>
|
||||||
|
<system.webServer>
|
||||||
|
<staticContent>
|
||||||
|
<clientCache cacheControlMode="UseMaxAge" cacheControlMaxAge="30.00:00:00" />
|
||||||
|
</staticContent>
|
||||||
|
</system.webServer>
|
||||||
|
</configuration>
|
@ -0,0 +1,13 @@
|
|||||||
|
fs.js:115
|
||||||
|
throw err;
|
||||||
|
^
|
||||||
|
|
||||||
|
Error: EPERM: operation not permitted, lstat 'C:\Users\lmr'
|
||||||
|
at Object.realpathSync (fs.js:1457:7)
|
||||||
|
at toRealPath (internal/modules/cjs/loader.js:202:13)
|
||||||
|
at Function.Module._findPath (internal/modules/cjs/loader.js:268:22)
|
||||||
|
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:578:25)
|
||||||
|
at Function.Module._load (internal/modules/cjs/loader.js:507:25)
|
||||||
|
at Function.Module.runMain (internal/modules/cjs/loader.js:742:12)
|
||||||
|
at startup (internal/bootstrap/node.js:283:19)
|
||||||
|
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
|
Loading…
Reference in New Issue