enable open file cache for main static root

This commit is contained in:
Daniel Micay 2021-04-26 19:27:18 -04:00
parent fb2e74d881
commit e7344aa837

View File

@ -117,6 +117,9 @@ http {
error_page 403 =404 /404;
error_page 404 /404;
open_file_cache max=2048 inactive=1d;
open_file_cache_valid 1d;
include snippets/security-headers.conf;
add_header Cross-Origin-Resource-Policy "same-origin" always;
gzip_static on;