Re: [Cppcms-users] Dispatcher and URL Mapping
Brought to you by:
artyom-beilis
|
From: Saikumar G. <sai...@gm...> - 2013-04-15 04:06:00
|
Also, I have included the fileserver in the config.js
"file_server" : {
"enable": true,
"document_root" : ".",
"alias" : [
{ "url" : "/images" , "path" : "/home/admin/dev/images" },
{ "url" : "/css" , "path" : "/home/admin/dev/css" }
]
}
|