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; }