Home > Backend Development > PHP Tutorial > nginx fastcgi_cache

nginx fastcgi_cache

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-07-28 08:25:45
Original
1218 people have browsed it

Reference

http://www.cnxct.com/several-reminder-in-nginx-fastcgi_cache-and-php-session_cache_limiter

http://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_cache

fastcgi_cache_path /data/files/game/nginxCache/content levels=1:2 keys_z inactive=1d max_size=1G;
fastcgi_temp_path /data/files/game/nginxCache/temp;
fastcgi_cache_key "$scheme$request_method$host$request_uri$is_args$args";
fastcgi_cache_use_stale error timeout invalid_header http_500;
#nocache
fastcgi_ignore_headers "Cache-Control" "Expires" "Set-Cookie";
Copy after login
rrree

The above has introduced nginx fastcgi_cache, including the relevant content. I hope it will be helpful to friends who are interested in PHP tutorials.

Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
nginx does not generate cache files
From 1970-01-01 08:00:00
0
0
0
Create different keys for query cache in Laravel
From 1970-01-01 08:00:00
0
0
0
Clear nginx file cache
From 1970-01-01 08:00:00
0
0
0
How to refresh cache in Laravel?
From 1970-01-01 08:00:00
0
0
0
How to set up cache in nginx settings
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template