From d4aacfb10827917b29581914d3f64385dae201fc Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 7 Mar 2019 18:43:06 +0100 Subject: [PATCH] Fix Path --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index dd7559e..f89a679 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -22,7 +22,7 @@ location __PATH__ # on every applicaiton update the name of CSS and JS file is different, # so they can be cache infinitely (here: 30 days) # the root path MUST NOT be cached - if ($uri != '/__PATH__') + if ($uri != '__PATH__') { expires 30d; }