{"id":13697670,"url":"https://github.com/nginx-clojure/nginx-access-plus","last_synced_at":"2025-06-18T09:34:54.483Z","repository":{"id":136468841,"uuid":"39293650","full_name":"nginx-clojure/nginx-access-plus","owner":"nginx-clojure","description":"nginx module allows limiting access to certain  http request methods and client addresses.","archived":false,"fork":false,"pushed_at":"2024-08-10T08:04:20.000Z","size":6,"stargazers_count":13,"open_issues_count":0,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-30T12:25:13.125Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nginx-clojure.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2015-07-18T09:40:03.000Z","updated_at":"2025-05-19T11:01:52.000Z","dependencies_parsed_at":"2024-11-11T20:01:59.487Z","dependency_job_id":null,"html_url":"https://github.com/nginx-clojure/nginx-access-plus","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/nginx-clojure/nginx-access-plus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-clojure%2Fnginx-access-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-clojure%2Fnginx-access-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-clojure%2Fnginx-access-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-clojure%2Fnginx-access-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nginx-clojure","download_url":"https://codeload.github.com/nginx-clojure/nginx-access-plus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-clojure%2Fnginx-access-plus/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260527624,"owners_count":23022799,"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","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":[],"created_at":"2024-08-02T18:01:01.375Z","updated_at":"2025-06-18T09:34:49.468Z","avatar_url":"https://github.com/nginx-clojure.png","language":"C","readme":"Nginx-Access-Plus\n=============\n\nNginx-Access-Plus is a [Nginx](http://nginx.org/) module allows limiting access to certain http request methods and client addresses.\n\n\nInstallation\n=================\n\n```shell\n#If nginx source is checked out from hg, please replace ./configure with auto/configure\n$./configure \\\n    --add-module=nginx-access-plus/src/c\n$ make\n$ make install\n```\n\n\nUser Guide\n=================\n\nOnly Allow GET and HEAD Requests\n-----------------\n\n```nginx\nlocation / {\n    allow_method all get|head;\n    deny_method  all all;\n}\n```\n\nAll GET|HEAD Requests But Deny All POST|DELETE Requests Except for 192.168.1.*\n-----------------\n\n```nginx\nlocation / {\n    allow_method all get|head;\n    allow_method 192.168.1.0/24 post|delete;\n    deny_method  all all;\n}\n```\n\nDeny POST|PUT|DELETE Requests from 192.168.1.*\n-----------------\n\n```nginx\nlocation / {\n    deny_method  192.168.1.0/24 post|put|delete;\n}\n```\n\nLicense\n=================\nCopyright © 2015 Zhang, Yuexiang (xfeep) and released under the BSD 3-Clause license.\n\n","funding_links":[],"categories":["Third Modules","Third Party Modules"],"sub_categories":["C Modules"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-clojure%2Fnginx-access-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnginx-clojure%2Fnginx-access-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-clojure%2Fnginx-access-plus/lists"}