diff --git a/nginx-conf/site.conf b/nginx-conf/site.conf index 892bcfb..b0cdc30 100644 --- a/nginx-conf/site.conf +++ b/nginx-conf/site.conf @@ -22,7 +22,9 @@ server { } location / { - proxy_pass http://site:3000; + proxy_pass http://site:3000; + proxy_hide_header Cache-Control; + add_header Cache-Control "public,max-age=300,s-maxage=900"; } # Block Bad Bots