Skip to content

lalizita/nginx-cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Cache basics

Simple app to study about the basics for cache requests using NGINX. Common topics that is applied in this repo:

  • Reverse Proxy
  • Cache configurations
  • Bypass requests

Run project

This projects has a simple Golang app and a simple NGINX config.

docker-compose up

Test project

to make requests for NGINX app

curl -X GET 'http://localhost:8081'

About

Cache configuration for NGINX with Bypass

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published