{"id":22933636,"url":"https://github.com/nginx-modules/ngx_http_static_delete_module","last_synced_at":"2025-04-01T18:26:50.393Z","repository":{"id":15914947,"uuid":"18656638","full_name":"nginx-modules/ngx_http_static_delete_module","owner":"nginx-modules","description":"nginx module used to delete static file.","archived":false,"fork":false,"pushed_at":"2012-11-23T07:55:50.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T11:53:51.255Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nginx-modules.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-04-11T00:11:20.000Z","updated_at":"2022-04-14T13:38:16.000Z","dependencies_parsed_at":"2022-09-13T08:01:02.495Z","dependency_job_id":null,"html_url":"https://github.com/nginx-modules/ngx_http_static_delete_module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngx_http_static_delete_module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngx_http_static_delete_module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngx_http_static_delete_module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nginx-modules%2Fngx_http_static_delete_module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nginx-modules","download_url":"https://codeload.github.com/nginx-modules/ngx_http_static_delete_module/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246690430,"owners_count":20818323,"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-12-14T11:32:37.322Z","updated_at":"2025-04-01T18:26:50.367Z","avatar_url":"https://github.com/nginx-modules.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"ngx_http_static_delete\n--------------------------------------------------------------\n\nThe ngx_http_static_delete module is used to delete a file\nin `nginx`'s document root.\n\nSynopsis\n===========\n\n    location ~ /DELETE/(.*) {\n        allow           192.168.100.101;\n        deny            all;\n        root            /usr/local/nginx/html;\n        static_delete   /$1;\n    }\n    \n\nDiretives\n===========\n\n* syntax: static_delete $value\n* default: --\n* context: location\n\nThe value is the relative path of the static file to be deleted. It is \npossible to use a text, variables and their combination. It would be\nmapped to root directory to construct a absolute path, then try to \ndelete it. When deleted successfully, the response for the connection \nis 200. When '../' and './' in the path of file to be deleted, and '/'\nis the last character, the response would be 405. Otherwise, 404 returned.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fngx_http_static_delete_module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnginx-modules%2Fngx_http_static_delete_module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnginx-modules%2Fngx_http_static_delete_module/lists"}