From 47e79acf425d161ffb4c194378f0cd9a6095ea5f Mon Sep 17 00:00:00 2001 From: nineven Date: Tue, 12 May 2020 22:43:12 +0800 Subject: [PATCH] fix a bug --- fir_ser/uwsgi.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/fir_ser/uwsgi.conf b/fir_ser/uwsgi.conf index d6d3849..361587d 100644 --- a/fir_ser/uwsgi.conf +++ b/fir_ser/uwsgi.conf @@ -33,3 +33,6 @@ enable-threads = true # 后台运行,并输出日志 daemonize = ./flyapp.log + +# 为了让阿里云cdn可以缓存数据 +del-header=cache-control \ No newline at end of file