From bf1ca8bcb9a773bc208b83cd9e7527e960db3985 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Fri, 2 Oct 2020 19:27:04 +0200 Subject: [PATCH] [fix] Chromium net::ERR_HTTP2_PROTOCOL_ERROR 200 --- conf/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 4feb38f..cd91a43 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -13,8 +13,8 @@ location __PATH__/ { client_max_body_size __MAX_FILE_SIZE__M; if ($request_uri ~* ^/(img|css|font|js)/) { - more_set_headers Expires "Thu, 31 Dec 2037 23:55:55 GMT"; - more_set_headers Cache-Control "public, max-age=315360000"; + #more_set_headers Expires "Thu, 31 Dec 2037 23:55:55 GMT"; + #more_set_headers Cache-Control "public, max-age=315360000"; } proxy_pass http://127.0.0.1:__PORT____PATH__;