久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

Laravel 5 如何全局設置 Cache-Control HTTP 標頭?

Laravel 5 how to set Cache-Control HTTP header globally?(Laravel 5 如何全局設置 Cache-Control HTTP 標頭?)
本文介紹了Laravel 5 如何全局設置 Cache-Control HTTP 標頭?的處理方法,對大家解決問題具有一定的參考價值,需要的朋友們下面隨著小編來一起學習吧!

問題描述

我的 Laravel 應用程序默認為每個站點返回 Cache-Control: no-cache, private HTTP 標頭.我該如何改變這種行為?

My Laravel application is returning Cache-Control: no-cache, private HTTP header by default for each site. How can I change this behaviour?

P.S.:這不是 PHP.ini 的問題,因為將 session.cache_limiter 更改為 empty/public 不會改變任何東西.

P.S.: It is not a PHP.ini problem, because changing session.cache_limiter to empty/public does not change anything.

推薦答案

Laravel 5.5 <

您可以為此擁有一個全局中間件.類似:

Laravel 5.5 <

You can have a global middleware for that. something like:

<?php

namespace AppHttpMiddleware;

use Closure;

class CacheControl
{
    public function handle($request, Closure $next)
    {
        $response = $next($request);

        $response->header('Cache-Control', 'no-cache, must-revalidate');
        // Or whatever you want it to be:
        // $response->header('Cache-Control', 'max-age=100');

        return $response;
    }
}

然后將其注冊為內核文件中的全局中間件:

then just register this as a global middleware in the Kernel file:

protected $middleware = [
    ....
    AppHttpMiddlewareCacheControl::class
];

這篇關于Laravel 5 如何全局設置 Cache-Control HTTP 標頭?的文章就介紹到這了,希望我們推薦的答案對大家有所幫助,也希望大家多多支持html5模板網!

【網站聲明】本站部分內容來源于互聯網,旨在幫助大家更快的解決問題,如果有圖片或者內容侵犯了您的權益,請聯系我們刪除處理,感謝您的支持!

相關文檔推薦

Magento products by categories(按類別劃分的 Magento 產品)
Resource interpreted as image but transferred with MIME type text/html - Magento(資源被解釋為圖像但使用 MIME 類型 text/html 傳輸 - Magento)
Is there an event for customer account registration in Magento?(Magento 中是否有客戶帳戶注冊事件?)
Magento addFieldToFilter: Two fields, match as OR, not AND(Magento addFieldToFilter:兩個字段,匹配為 OR,而不是 AND)
quot;Error 404 Not Foundquot; in Magento Admin Login Page(“未找到錯誤 404在 Magento 管理員登錄頁面)
Get Order Increment Id in Magento(在 Magento 中獲取訂單增量 ID)
主站蜘蛛池模板: 亚洲一区国产 | 视频在线亚洲 | 日韩一区二区黄色片 | 中文字幕av在线一二三区 | 亚洲精品久久久久久下一站 | 雨宫琴音一区二区在线 | 欧美激情a∨在线视频播放 成人免费共享视频 | 天堂网中文字幕在线观看 | 一区二区在线不卡 | 中文字幕在线观看第一页 | 国产日韩欧美二区 | 欧美大片一区二区 | 区一区二在线观看 | 中国一级大毛片 | 成人污污视频 | 欧美成年人网站 | 亚洲热在线视频 | 国产精品一二三区 | 日本久久一区 | 成人久久 | 亚洲国产成人精品女人久久久 | 久久中文字幕一区 | 日韩欧美中文字幕在线观看 | 欧美一区二区视频 | 伊人伊成久久人综合网站 | 欧美白人做受xxxx视频 | 特黄色一级毛片 | 91在线电影 | 精品久久久精品 | 日韩精品一区二区三区中文字幕 | 特黄色一级毛片 | 国产精品久久久久久久久久 | 久草精品视频 | 国产亚洲精品久久午夜玫瑰园 | 日韩av最新网址 | 青青草社区 | 91精品国产一区二区三区蜜臀 | 大象一区| 国产乱码精品1区2区3区 | 午夜精品久久久久久久久久久久久 | 久草视频在线播放 |