Webサーバー サイトの管理
nginx Webサーバー
proxy_cache キャッシュのファイル名とパス
nginx Webサーバー
proxy_cache キャッシュのファイル名とパス
nginx の proxy_cache を次のように設定しています。
proxy_cache_path /var/cache/nginx/arakan60 levels=2:2 keys_zone=arakan60:30m inactive=2h max_size=768m;
proxy_cache_key "$scheme$proxy_host$request_uri";
この場合、どのようなキャッシュファイル名が生成されるでしょうか?
以下に、プロキシキャッシュのパスとディレクトリ構造についての調査結果をまとめた。