An open API service indexing awesome lists of open source software.

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

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
```