|
@@ -78,7 +78,7 @@ int main(int argc, char *argv[])
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|
|
|
|
|
|
|
|
- App::srv->set_mount_point("/var/www/static", "/static");
|
|
|
|
|
|
|
+ App::srv->set_mount_point("/static", "/var/www/static");
|
|
|
|
|
|
|
|
auto host = App::DefaultHost;
|
|
auto host = App::DefaultHost;
|
|
|
auto port = App::DefaultPort;
|
|
auto port = App::DefaultPort;
|