From e7dd335e53256c08a9880f2c827e329d2e28a643 Mon Sep 17 00:00:00 2001 From: rad168 <86744795+rad168@users.noreply.github.com> Date: Thu, 28 Aug 2025 05:00:08 +0800 Subject: [PATCH] Update nginx.conf --- mytv/alpine/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mytv/alpine/nginx.conf b/mytv/alpine/nginx.conf index 275258c..06b75c0 100644 --- a/mytv/alpine/nginx.conf +++ b/mytv/alpine/nginx.conf @@ -20,7 +20,7 @@ http { types_hash_max_size 2048; # 缓存路径配置 - proxy_cache_path /tmp/nginx_cache levels=1:2 keys_zone=my_cache:10m max_size=100m inactive=24h use_temp_path=off; + proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=my_cache:10m max_size=100m inactive=24h use_temp_path=off; # 日志格式 log_format main '$remote_addr - $remote_user [$time_local] "$request" '