enable open file cache for main static root
This commit is contained in:
parent
fb2e74d881
commit
e7344aa837
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user