{"id":30932616,"url":"https://github.com/teddysun/openresty","last_synced_at":"2025-09-10T13:42:07.934Z","repository":{"id":313025800,"uuid":"1049718008","full_name":"teddysun/openresty","owner":"teddysun","description":"High Performance Web Platform Based on Nginx and LuaJIT","archived":false,"fork":false,"pushed_at":"2025-09-03T12:04:49.000Z","size":480,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-03T14:17:28.602Z","etag":null,"topics":["nginx","openresty","openresty-lua"],"latest_commit_sha":null,"homepage":"https://openresty.org/en/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teddysun.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":"COPYRIGHT","agents":null,"dco":null,"cla":null}},"created_at":"2025-09-03T11:52:12.000Z","updated_at":"2025-09-03T13:06:47.000Z","dependencies_parsed_at":"2025-09-03T14:27:43.949Z","dependency_job_id":null,"html_url":"https://github.com/teddysun/openresty","commit_stats":null,"previous_names":["teddysun/openresty"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/teddysun/openresty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fopenresty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fopenresty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fopenresty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fopenresty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teddysun","download_url":"https://codeload.github.com/teddysun/openresty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teddysun%2Fopenresty/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274471258,"owners_count":25291613,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-10T02:00:12.551Z","response_time":83,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nginx","openresty","openresty-lua"],"created_at":"2025-09-10T13:42:06.047Z","updated_at":"2025-09-10T13:42:07.923Z","avatar_url":"https://github.com/teddysun.png","language":"C","readme":"Name\n====\n\nOpenResty - Turning Nginx into a Full-Fledged Scriptable Web Platform\n\nTable of Contents\n=================\n\n* [Name](#name)\n* [Description](#description)\n    * [For Users](#for-users)\n    * [For Bundle Maintainers](#for-bundle-maintainers)\n* [Additional Features](#additional-features)\n    * [resolv.conf parsing](#resolvconf-parsing)\n* [Mailing List](#mailing-list)\n* [Report Bugs](#report-bugs)\n* [Copyright \u0026 License](#copyright--license)\n\nDescription\n===========\n\nOpenResty is a full-fledged web application server by bundling the standard nginx core,\nlots of 3rd-party nginx modules, as well as most of their external dependencies.\n\nThis bundle is maintained by Yichun Zhang (agentzh).\n\nBecause most of the nginx modules are developed by the bundle maintainers, it can ensure\nthat all these modules are played well together.\n\nThe bundled software components are copyrighted by the respective copyright holders.\n\nThe homepage for this project is on [openresty.org](https://openresty.org/).\n\nFor Users\n---------\n\nVisit the [download page](https://openresty.org/en/download.html) on the `openresty.org` web site\nto download the latest bundle tarball, and\nfollow the installation instructions in the [installation page](https://openresty.org/en/installation.html).\n\nFor Bundle Maintainers\n----------------------\n\nThe bundle's source is at the following git repository:\n\nhttps://github.com/openresty/openresty\n\nTo reproduce the bundle tarball, just do\n\n```bash\nmake\n```\n\nat the top of the bundle source tree.\n\nPlease note that you may need to install some extra dependencies, like `perl`, `dos2unix`, and `mercurial`.\nOn Fedora 22, for example, installing the dependencies\nis as simple as running the following commands:\n\n```bash\nsudo dnf install perl dos2unix mercurial\n```\n\n[Back to TOC](#table-of-contents)\n\nAdditional Features\n===================\n\nIn additional to the standard nginx core features, this bundle also supports the following:\n\n[Back to TOC](#table-of-contents)\n\nresolv.conf parsing\n--------------------\n\n**syntax:** *resolver address ... [valid=time] [ipv6=on|off] [local=on|off|path]*\n\n**default:** *-*\n\n**context:** *http, stream, server, location*\n\nSimilar to the [`resolver` directive](https://nginx.org/en/docs/http/ngx_http_core_module.html#resolver)\nin standard nginx core with additional support for parsing additional resolvers from the `resolv.conf` file\nformat.\n\nWhen `local=on`, the standard path of `/etc/resolv.conf` will be used. You may also specify arbitrary\npath to be used for parsing, for example: `local=/tmp/test.conf`.\n\nWhen `local=off`, parsing will be disabled (this is the default).\n\nThis feature is not available on Windows platforms.\n\n[Back to TOC](#table-of-contents)\n\nMailing List\n============\n\nYou're very welcome to join the English OpenResty mailing list hosted on Google Groups:\n\nhttps://groups.google.com/group/openresty-en\n\nThe Chinese mailing list is here:\n\nhttps://groups.google.com/group/openresty\n\n[Back to TOC](#table-of-contents)\n\nReport Bugs\n===========\n\nYou're very welcome to report issues on GitHub:\n\nhttps://github.com/openresty/openresty/issues\n\n[Back to TOC](#table-of-contents)\n\nCopyright \u0026 License\n===================\n\nThe bundle itself is licensed under the 2-clause BSD license.\n\nCopyright (c) 2011-2019, Yichun \"agentzh\" Zhang (章亦春) \u003cagentzh@gmail.com\u003e, OpenResty Inc.\n\nThis module is licensed under the terms of the BSD license.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are\nmet:\n\n* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS\nIS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED\nTO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A\nPARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nHOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED\nTO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR\nPROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF\nLIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING\nNEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS\nSOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n[Back to TOC](#table-of-contents)\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddysun%2Fopenresty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteddysun%2Fopenresty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteddysun%2Fopenresty/lists"}