[Cppcms-users] document root
Brought to you by:
artyom-beilis
|
From: mawan s. <ma...@gm...> - 2016-01-15 09:51:17
|
Dear All
I run cppcms as fastcgi in apache. So, where is shoud put media file like
css, js, others? are these files folow document root of apache or still
like as independent web server?
This is my configuration
"file_server" : {
"enable" : true,
"listing" : true,
"document_root" : "../",
//"document_root" : "/var/www",
"alias" : [
{ "url" : "/media" , "path" : "/opt/app/bin/ncrmdata/media" },
],
},
Apache document root in
/opt/local/apache2
Thanks
Mawan
|