diff options
Diffstat (limited to 'cache_static_content')
| -rw-r--r-- | cache_static_content | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cache_static_content b/cache_static_content new file mode 100644 index 0000000..bf3bfe6 --- /dev/null +++ b/cache_static_content @@ -0,0 +1,3 @@ +location ~* \.(jpe?g|png|gif|css|js)$ { + expires 170h; +} |
