mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +02:00
Move octree server data directory to /web
This commit is contained in:
parent
58344416fd
commit
37cfac404e
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ OctreeServer::~OctreeServer() {
|
||||||
void OctreeServer::initHTTPManager(int port) {
|
void OctreeServer::initHTTPManager(int port) {
|
||||||
// setup the embedded web server
|
// setup the embedded web server
|
||||||
|
|
||||||
QString documentRoot = QString("%1/resources/web").arg(ServerPathUtils::getDataDirectory());
|
QString documentRoot = QString("%1/web").arg(ServerPathUtils::getDataDirectory());
|
||||||
|
|
||||||
// setup an httpManager with us as the request handler and the parent
|
// setup an httpManager with us as the request handler and the parent
|
||||||
_httpManager = new HTTPManager(QHostAddress::AnyIPv4, port, documentRoot, this, this);
|
_httpManager = new HTTPManager(QHostAddress::AnyIPv4, port, documentRoot, this, this);
|
||||||
|
|
Loading…
Reference in a new issue