mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
@ -11,7 +11,7 @@
|
||||
#define MAX_REQUEST_SIZE 1500
|
||||
#define MAX_RESPONSE_SIZE 1500
|
||||
// 网页根目录
|
||||
#define WEB_ROOT "/wwwroot/First-WebPage-On-DragonOS"
|
||||
#define WEB_ROOT "/var/www/html/"
|
||||
#define EXIT_CODE 1
|
||||
#define min(a, b) ((a) < (b) ? (a) : (b))
|
||||
|
||||
|
Reference in New Issue
Block a user