mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-07 08:26:53 +08:00
更新 nginx.conf
This commit is contained in:
+4
-4
@@ -33,10 +33,10 @@ http {
|
|||||||
index index.html;
|
index index.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /assets {
|
location /assets {
|
||||||
expires 7d;
|
expires 7d;
|
||||||
add_header Cache-Control "public";
|
add_header Cache-Control "public";
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/v1/site/icon/ {
|
location /api/v1/site/icon/ {
|
||||||
# 站点图标缓存
|
# 站点图标缓存
|
||||||
|
|||||||
Reference in New Issue
Block a user