How to Configure Server-Level Cache on Nginx (basic example)

Поділитися
Вставка
  • Опубліковано 27 жов 2024

КОМЕНТАРІ • 90

  • @Dr_Dude
    @Dr_Dude 2 роки тому +2

    The best, shortest, most succinct illustrated explanation on how to setup nginx web cache proxy. Thank you!

    • @TonyTeachesTech
      @TonyTeachesTech  2 роки тому +1

      Glad it was helpful! That's what I was going for with this one :)

  • @davidsun9026
    @davidsun9026 2 роки тому +1

    Thanks. Sometimes I just get tired of having to read through a mountain of man pages to get started. Glad you posted this up

  • @tf1n
    @tf1n 2 роки тому +3

    Thank you, Tony! I was feeling ambiguity around the process of configuring Nginx for this, but you have reaffirmed how simple it can be from the Nginx documentation. This video helped me make huge gains for a system design project at a programming school. Blessings to you!

  • @vargasbj
    @vargasbj Рік тому +1

    Hello from Costa Rica. This is amazing. You explained so detailed and clear and straigforward. Huge thanks

  • @dubeayiokorie4546
    @dubeayiokorie4546 3 роки тому +7

    Great video my brother, keep up the clean work

  • @nomanjaved7741
    @nomanjaved7741 3 роки тому +1

    Your way of explanation is extra ordinary awesome.

  • @datajunkie3427
    @datajunkie3427 2 роки тому +3

    This tutorial is more than awesome! Thanks bud. What happens if the server at 8000 is dead, will the client still get a copy of the site since it's cached?

  • @marcioslsouza
    @marcioslsouza 2 роки тому +2

    Hey Tony! Great video explaining how the CDN words on NGINX. I would like to ask you how all this configuration would work in secure mode (SSL) port 443 rather than in port 80?

  • @LryuzakiLN
    @LryuzakiLN Рік тому +1

    Caching doesn't seem to work in Django projects, can you make a video on how to achieve it? I don't think you will be able to do it imo.

  • @IosifHamlatzis
    @IosifHamlatzis Рік тому

    thnx
    I was wondering since I have an nginx server (let's name it "haha") already running for HLS & DASH streaming and don't want to mess it up, is there a way to use another server for caching?
    So someone is watchign a live stream from "haha" can I have this stream also cached?

  • @ramguntha
    @ramguntha 3 роки тому +1

    Thanks for the informative video. Question(s): 1. Can this cache be used for Json data as well? How do we make sure that nginx does not get confused with the auth tokens that keep changing with every request? 2. When it comes to the static content that is living on the same physical box, how does the caching server make it faster?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      Caching will likely make it faster. Should work on json data too

  • @Kevinyo1538
    @Kevinyo1538 День тому

    Thanks for the great video!!

  • @NoCommunists
    @NoCommunists Рік тому

    Thanks for your tutorial, but I want to cache video for faster serving on my server, is it possible without using CDN ? (because it's kinda expensive)
    Is there any way to cache video like ready for serving for any visitor visit a video URL (.mp4 URL) that been already cached on server ?

  • @merkava1988
    @merkava1988 2 роки тому

    Will it be functional in caching like squid proxy?

  • @kimleansy929
    @kimleansy929 4 місяці тому

    bro I love you, thanks for this

  • @aniketshinde7716
    @aniketshinde7716 3 роки тому +1

    Hi Tony... video is very informative and covers basic caching. I have a query, while setting up the cache, you made the configuration to cache anything. So if I want to cache a specific image or web page, in that case how would I configure. Thanks in advance.

  • @PeterBatah
    @PeterBatah Рік тому

    Thank you so much for sharing your time and expertise with us Tony. Much appreciated. How would you apply this caching method to Nginx when it is being used as a reverse proxy for multiple sites. Eg. your YT video on multiple Wordpress sites. Have a good one!

  • @sheriffcrandy
    @sheriffcrandy Рік тому

    x-proxy-cache response header isn't showing in network tab in dev tools. My setup is nginx and gunicorn django web app.

  • @livetvuhddotcom4510
    @livetvuhddotcom4510 Рік тому

    Hi, your video is so easy to understand. I am new in nginx. I am trying to learn nginx by watching your video. I have an another question. Can you make any video for VOD Streaming Cache server? like, i want to make a cache server for mp4 file. also i want to know about cache file size? if main file size 1 gb then what will be the cache file size? Thanks.

  • @amalms6573
    @amalms6573 3 роки тому

    Hi Tony...
    Why do we need to change the website listening port?
    Can we do this without changing the website port?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      This is so the cache can communicate with the frontend. You can pick any ports you'd like

  • @motidana4883
    @motidana4883 3 роки тому +1

    very productive. thankyou for such great content. I have a small question. If I am looking to serve static content (js,css, png, gif, etc) and couple of REST API dynamic PHP calls as well, and say i have to serve these static assets at the same time to 20,000 concurrent users, will this approach to add cache server in front of a origin nginx server, will that be helpful, if so to what extent?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      This type of cache is only helpful for caching dynamic content that doesn't change too often. I don't see it helping much for static content

    • @motidana4883
      @motidana4883 3 роки тому +1

      ​@@TonyTeachesTech thanks for your reply so do you see any good technique to optimize static content delivery from with in Nginx or CDN is only way to go?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      @@motidana4883 Sorry, I'm not familiar with optimizing static content delivery in Nginx. I would need to do more research on this topic

  • @sanjayshorey4225
    @sanjayshorey4225 3 роки тому

    Hi Tony, nginx is serving old files instead of new updated files of my angular application. New features aren't visible. I checked in Network tab of chrome console. It shows old files instead of new files. Can you suggest a solution? I'm tired of finding solution and can't figure out what to do.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      I'm not sure why that's happening to you, sorry

  • @ErickJohnCuevas
    @ErickJohnCuevas 3 роки тому

    will it work in cloudflare dns? or localhost only? thank you Tony.

  • @chrisivonne3739
    @chrisivonne3739 3 роки тому

    Does this work for Bitnami NGINX? The var/cache/nginx folder doesn't get auto-created and manually doing so causes the directory to be unwritable resulting in the response header to be missing caching instructions.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      Hopefully Nick will be able to help you out :)

  • @waelsadek81
    @waelsadek81 Рік тому

    1:07 Isn't ETag used for caching ?

  • @JustinAvery
    @JustinAvery 3 роки тому

    Amazing, but none of my cache files are getting written and therefore I'm getting no cache hits.
    Any idea why? This is using a nginx proxy with proxy_pass, and using proxy_ssl_session_reuse (these are the only differences I can see)

  • @Maazwebsitetech
    @Maazwebsitetech 3 роки тому +1

    Hi! Im from morocco and i ask how to install nginex in centos 7 and in centos web panel
    Thanks for your informatiom

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      Hello, I'm not too familiar with CentOS. This tutorial should help you though www.digitalocean.com/community/tutorials/how-to-install-nginx-on-centos-7

    • @Maazwebsitetech
      @Maazwebsitetech 3 роки тому

      Thanks

    • @C00ltronix
      @C00ltronix 3 роки тому

      I think Centminmod can install a complete nginx stack on CentOS

  • @saeed.rahimi.manesh
    @saeed.rahimi.manesh 3 роки тому

    wowwwwww, awesome

  • @dineshgoyal092
    @dineshgoyal092 3 роки тому

    well explained!!

  • @anirudhya_g
    @anirudhya_g 3 роки тому

    can I use the same method to cache notion in my nginx server and use it offline

  • @cloudsystem3740
    @cloudsystem3740 3 роки тому

    thank you so much

  • @simplemindedperson
    @simplemindedperson 3 роки тому

    what if SSL has been applied to the original server? change the listened port number from 80 to 443?

  • @nomanjaved7741
    @nomanjaved7741 2 роки тому

    How I can set the cache on WordPress website that is pointing via domain.

    • @TonyTeachesTech
      @TonyTeachesTech  2 роки тому

      This video should help

    • @nomanjaved7741
      @nomanjaved7741 2 роки тому

      @@TonyTeachesTech I am not using reverse proxy server in my case.

    • @TonyTeachesTech
      @TonyTeachesTech  2 роки тому

      @@nomanjaved7741 Perhaps a plugin like W3 Total Cache will help you

    • @nomanjaved7741
      @nomanjaved7741 2 роки тому

      @@TonyTeachesTech How I can configure it.

    • @TonyTeachesTech
      @TonyTeachesTech  2 роки тому

      @@nomanjaved7741 Check this out ua-cam.com/video/I8vPI4XEQF8/v-deo.html

  • @nomanjaved6658
    @nomanjaved6658 3 роки тому

    where I can add 301 redirects after setting proxy server for caching.

  • @MemesOfMirzapur
    @MemesOfMirzapur 3 роки тому

    This method is not working with wordpress, like when I add a new post old cache should be deleted also in update.
    Could you please make a video on proper caching for WordPress in NGINX?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      Oh yes, we'd have to do a bit more than this basic example. I can look into this for a future video.

    • @C00ltronix
      @C00ltronix 3 роки тому

      With Wordpress you can user Redis or fastCGI at server level and then have a plugin to delete cache when needed. Or get a easy server stack such as Wordops, Centminmod etc. that makes it easy to setup and change stuff.

    • @armanism24
      @armanism24 3 роки тому

      @@C00ltronix Ofcourse I used this method earlier but I want to do it manually.

    • @C00ltronix
      @C00ltronix 3 роки тому

      @@armanism24 I think you can add a cron job, maybe?

    • @armanism24
      @armanism24 3 роки тому

      @@C00ltronix No, I believe for that we have to do scripting ( like - bash, python )

  • @RaviKumar-fx5dz
    @RaviKumar-fx5dz 3 роки тому

    Thanks a lot Toni bro. Can you pls how to configure lscache on openlitespeed server for non wordpress sites? Happy new year bro.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      You're welcome! Is this what you're referring to? openlitespeed.org/kb/openlitespeed-cache-module/
      -Tony

  • @armanism24
    @armanism24 3 роки тому

    please make a video on dynamic caching

  • @pradeeprajvanshi2435
    @pradeeprajvanshi2435 3 роки тому

    How can we use caching when we have user logged in sessions.

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      I'm not sure how to combine the concepts of sessions with server caching

  • @bashardlaleh2110
    @bashardlaleh2110 3 роки тому

    i wish you would explain all the caching parameters you wrote more clearly , thanks

  • @techwithshudarsan559
    @techwithshudarsan559 3 роки тому

    Perfect!!

  • @engchoontan8483
    @engchoontan8483 Рік тому

    The transparent-proxy and cache probably cannot work for "win11 file-manager" due to the sabotaged browers and other- OS.sss with advertising being number-1 and everything else (games) will only load after forced-advertising(duration, times) thus making advertising the owner of devices. If the video is down due to advertising-servers being cut-off due to internet tier-one exchanges in disagreement due to war or just women-meeting micro-managing... just boot into linux and use the browser for something else like internet-TV

    • @engchoontan8483
      @engchoontan8483 Рік тому

      China learnt to hack using the advertising due to the size-of payload possible and the bypass of security and the ... of permissions and the control of hardware and ... older-OS.sss should be in the bootloader-chainloader(list-sequence of defaults)

  • @vashthestampede3459
    @vashthestampede3459 3 роки тому

    how do you even install it?

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому +1

      You can install Nginx with the following command:
      sudo apt-get install nginx

    • @vashthestampede3459
      @vashthestampede3459 3 роки тому

      @@TonyTeachesTech Oh! I thought this was like a different NGINX module or something. Thanks for the response!

    • @vashthestampede3459
      @vashthestampede3459 3 роки тому

      @@TonyTeachesTech Just wanted to let you know I was able to set this up and I can continue my learning from there. Thanks for showing the basics. Very helpful!

    • @TonyTeachesTech
      @TonyTeachesTech  3 роки тому

      @@vashthestampede3459 Happy to hear that!

  • @whatthefunction9140
    @whatthefunction9140 2 місяці тому

    Hi tony