Menu
Newbedev LogoNEWBEDEV Python Javascript Linux Cheat sheet
Newbedev LogoNEWBEDEV
  • Python 1
  • Javascript
  • Linux
  • Cheat sheet
  • Contact

Nginx proxy caching - how to check if it is working?

You can view headers with

  • the Firefox addon firebug
  • the Chrome debugging console
  • cURL (curl -I <address>)
  • ...

Tags:

Nginx

Http

Http Headers

Related

SSH: one authorized_keys for multiple service accounts How to create a never expiring password & user via net user through .bat file Why can host and nslookup resolve a name but dig cannot? yum update, how to make rpm package updateable Nginx https rewrite turns POST to GET Correct way to move kvm vm How can I install git on RHEL 6? How can I tell if Windows is running in Safe Mode? How to use "Instance Store Volumes" storage in Amazon EC2? HTTP/1.1 Status Codes 400 and 417, cannot choose which What is the right iptables rule to allow apt-get to download programs? How do I change the NGINX user?

Recent Posts

Pandas how to find column contains a certain value Recommended way to install multiple Python versions on Ubuntu 20.04 Build super fast web scraper with Python x100 than BeautifulSoup How to convert a SQL query result to a Pandas DataFrame in Python How to write a Pandas DataFrame to a .csv file in Python
© 2021 newbedevPrivacy Policy