https://github.com/aldor007/nginx-user-cache-poc
PoC of caching by user segment in nginx
https://github.com/aldor007/nginx-user-cache-poc
cache go lua nginx poc
Last synced: about 2 months ago
JSON representation
PoC of caching by user segment in nginx
- Host: GitHub
- URL: https://github.com/aldor007/nginx-user-cache-poc
- Owner: aldor007
- Created: 2018-09-12T17:07:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T08:36:08.000Z (almost 8 years ago)
- Last Synced: 2025-03-29T10:27:51.346Z (about 1 year ago)
- Topics: cache, go, lua, nginx, poc
- Language: Lua
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx cache by user PoC
Blog post https://mkaciuba.com/blog/2018/09/caching-pages-with-a-login-form
## What in?
Nginx configuration with Golang backend that prove you can cache in some cases user depend content (logged / not logged in )
Credentials - admin: admin
## Run
```
docker-compose build
docker-compose up
browser http://localhost:8000
```