This website requires JavaScript.
Explore
Help
Register
Sign In
carpathianflorist
/
MarseyWorld
forked from
MarseyWorld/MarseyWorld
Watch
1
Star
0
Fork
You've already forked MarseyWorld
0
Code
Pull Requests
Activity
6fba254510
MarseyWorld
/
nginx-serve-static.conf
6 lines
90 B
Plaintext
Raw
Normal View
History
Unescape
Escape
nginx changes
2022-12-12 07:44:13 +00:00
include includes/headers;
Serve static user content with nginx.
2022-10-02 18:27:18 +00:00
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
directio 4m;