rDrama/nginx-serve-static.conf

7 lines
148 B
Plaintext
Raw Normal View History

2022-12-12 07:44:13 +00:00
include includes/headers;
2022-12-27 01:22:39 +00:00
add_header Content-Security-Policy "default-src 'none';";
2022-10-02 18:27:18 +00:00
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
directio 4m;