{"id":22376105,"url":"https://github.com/stepankuzmin/docker-nginx-with-redis","last_synced_at":"2026-05-11T02:22:45.474Z","repository":{"id":145298305,"uuid":"110343639","full_name":"stepankuzmin/docker-nginx-with-redis","owner":"stepankuzmin","description":"Nginx Alpine with HTTP Redis","archived":false,"fork":false,"pushed_at":"2017-11-12T14:03:44.000Z","size":4,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-31T23:27:46.585Z","etag":null,"topics":["alpine","docker","nginx","redis"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"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/stepankuzmin.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},"funding":{"github":"stepankuzmin"}},"created_at":"2017-11-11T12:26:43.000Z","updated_at":"2024-04-01T12:58:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"e27fbe84-a4bc-4f2b-90a9-311ec46ae215","html_url":"https://github.com/stepankuzmin/docker-nginx-with-redis","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/stepankuzmin%2Fdocker-nginx-with-redis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepankuzmin%2Fdocker-nginx-with-redis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepankuzmin%2Fdocker-nginx-with-redis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepankuzmin%2Fdocker-nginx-with-redis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepankuzmin","download_url":"https://codeload.github.com/stepankuzmin/docker-nginx-with-redis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708994,"owners_count":20659626,"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":["alpine","docker","nginx","redis"],"created_at":"2024-12-04T21:41:26.188Z","updated_at":"2026-05-11T02:22:45.444Z","avatar_url":"https://github.com/stepankuzmin.png","language":null,"funding_links":["https://github.com/sponsors/stepankuzmin"],"categories":[],"sub_categories":[],"readme":"# Nginx Alpine with HTTP Redis\n\nThis repo contains latest official Docker image of [Nginx Alpine](https://hub.docker.com/_/nginx/) with [HTTP Redis](https://www.nginx.com/resources/wiki/modules/redis/) module compiled in.\n\nUsage:\n\n```shell\ndocker run -d -v ./nginx.conf:/etc/nginx/conf.d/default.conf:ro stepankuzmin/nginx-with-redis\n```\n\nExample configuration:\n\n```nginx\nserver {\n    location / {\n        set $redis_key $uri;\n\n        redis_pass     name:6379;\n        default_type   text/html;\n        error_page     404 = /fallback;\n    }\n\n    location = /fallback {\n        proxy_pass backend;\n    }\n}\n```\n\n**Note**: The backend should set the data in redis. The redis key is `/uri?args`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepankuzmin%2Fdocker-nginx-with-redis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepankuzmin%2Fdocker-nginx-with-redis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepankuzmin%2Fdocker-nginx-with-redis/lists"}