diff --git a/modules/Nginx-1.26/ospanel_data/default/templates/nginx.conf b/modules/Nginx-1.26/ospanel_data/default/templates/nginx.conf index 484d6b2dc..5d3575733 100644 --- a/modules/Nginx-1.26/ospanel_data/default/templates/nginx.conf +++ b/modules/Nginx-1.26/ospanel_data/default/templates/nginx.conf @@ -68,17 +68,16 @@ map $http_upgrade $connection_upgrade { map $sent_http_content_type $expires { default 1d; ~*application/atom\+xml 1h; - ~*application/rdf\+xml 1h; ~*application/rss\+xml 1h; ~*application/json epoch; ~*application/ld\+json epoch; ~*application/schema\+json epoch; ~*application/geo\+json epoch; ~*application/xml epoch; - ~*text/calendar epoch; + ~*application/manifest\+json epoch; + ~*application/x-web-app-manifest\+json epoch; + ~*text/cache-manifest epoch; ~*text/html epoch; - ~*text/plain epoch; - ~*text/markdown epoch; } map $sent_http_content_type $x_frame_options {