rDrama/nginx-serve-static.conf

6 lines
90 B
Plaintext
Raw Normal View History

2022-12-12 07:44:13 +00:00
include includes/headers;
2022-10-02 18:27:18 +00:00
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
directio 4m;