python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Kubernetes - Nginx cached content is getting deleted when stored in AWS EFS volume
I am using the official Nginx image with modified config to cache origin responses. The configuration below is includeed in the http block inside the /etc/nginx/nginx.conf (The main config file for Ng...
Feras Maali
Votes: 0
Answers: 0
Nginx FastCGI Cache Key Not working when using original URL
I have question about Nginx Cache
This my Nginx Config
fastcgi_cache_path /var/cache/nginx levels=1:2 keys_zone=fpmcache:100m max_size=70g inactive=3d use_temp_path=off;
server {
listen 80;
...
Haris Rafiq
Votes: 0
Answers: 1
Nginx server cannot cache the contents of a webpage
I am new to nginx and I am trying to cache my website.
I have a website A that redirects the user to the website B if there is no cache stored.
Ideally, the website A should show the "old" v...
John Doyle
Votes: 0
Answers: 0