Home
last modified time | relevance | path

Searched refs:WEB_ROOT (Results 1 – 1 of 1) sorted by relevance

/DragonOS/user/apps/http_server/
H A Dmain.c14 #define WEB_ROOT "/var/www/html/" macro
152 sprintf(path, "%s%s%s", WEB_ROOT, url, DEFAULT_PAGE); in handle_request()
156 sprintf(path, "%s%s", WEB_ROOT, url); in handle_request()