mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
minor changes
This commit is contained in:
parent
c6ed3cf774
commit
2c2d0c5515
1 changed files with 10 additions and 13 deletions
23
server.js
23
server.js
|
|
@ -9,17 +9,17 @@ var CloudServer = {
|
|||
* exist
|
||||
*/
|
||||
Config : {
|
||||
"cache" : {"allowed" : true},
|
||||
"minification" : {
|
||||
"js" : false,
|
||||
"css" : false,
|
||||
"html" : true,
|
||||
"img" : false
|
||||
cache : {allowed : true},
|
||||
minification : {
|
||||
js : false,
|
||||
css : false,
|
||||
html : true,
|
||||
img : false
|
||||
},
|
||||
"server" : true,
|
||||
"logs" : false,
|
||||
"port" : 31337,
|
||||
"ip" : '127.0.0.1'
|
||||
server : true,
|
||||
logs : false,
|
||||
port : 31337,
|
||||
ip : '127.0.0.1'
|
||||
},
|
||||
|
||||
/* функция, которая генерирует заголовки
|
||||
|
|
@ -60,9 +60,6 @@ var CloudServer = {
|
|||
LIBDIRSERVER : './lib/server'
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
var DirPath = '/';
|
||||
/* модуль для работы с путями*/
|
||||
var Path = require('path');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue