# ornet **Repository Path**: kissthink/ornet ## Basic Information - **Project Name**: ornet - **Description**: 创建一个生态系统,包括很多私有项目实现 - **Primary Language**: Go - **License**: MPL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2017-08-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #ornet cmdset is a remote command manager. ngxfmd: nginx file manager server. ngxfmd description: configuration example: [ngxfmd] error_log = true access_log=true fastcgi_listen_addr = ":11000" http_listen_addr = ":11001" [files] store_path = "/data/store" upload_type = 2 request_pool_size = 1000 [sandbox] lua_filename = "/root/myopensrc/ornet/anyd/src/service/sandbox/examples/test.lua" ngxfmd default support fastcgi and http interfaces, so fastcgi_listen_addr and http_listen_addr should be configured; files module used to download and upload files, store_path speicify upload store path, and upload_type means upload type, 1 means upload directly, 2 means use multi-part form way, request_pool_size means the max concurrent http request at the same time. sandbox module is used to support lua module to process http request, reference the blog:http://my.oschina.net/shawnChen/blog/380061 more questions? , please mail to cxwshawn@yeah.net;