diff --git a/nginx.conf b/nginx.conf index 029fb69..55189ba 100644 --- a/nginx.conf +++ b/nginx.conf @@ -4,6 +4,11 @@ server { #access_log /var/log/nginx/host.access.log main; + location /static { + root /usr/share/nginx/html; + expires max; + } + location /signatures { root /usr/share/nginx/html; expires 30d;