NGINX Cache

Published: 31 January 2021
on channel: Alexander Marcel
6,652
145

This video show the basic configuration of NGINX Caching.

I hope this video can help you, if you have some problems or have some other questions, please can ask me in the comment bellow.


NGINX Cache Configuration :

proxy_cache_path /tmp/cache keys_zone=mycache:10m levels=1:2 inactive=120s max_size=100m;

server {
listen 80;
server_name nginx.aws.com;

proxy_cache mycache;
proxy_cache_valid 30m;
add_header X-Proxy-Cache $upstream_cache_status;

location / {
proxy_pass http://172.31.45.5;
}

}


On this page of the site you can watch the video online NGINX Cache with a duration of hours minute second in good quality, which was uploaded by the user Alexander Marcel 31 January 2021, share the link with friends and acquaintances, this video has already been watched 6,652 times on youtube and it was liked by 145 viewers. Enjoy your viewing!