mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 05:43:08 +00:00
19 lines
341 B
Plaintext
19 lines
341 B
Plaintext
#
|
|
# Nginx (stable) configuration overwrites
|
|
#
|
|
# Make sure this file ends by *.conf, otherwise
|
|
# the configuration is not sourced by nginx.
|
|
#
|
|
# The below settings are just examples.
|
|
# Copy them, remove them or reset them.
|
|
#
|
|
|
|
charset utf-8;
|
|
|
|
send_timeout 60;
|
|
keepalive_timeout 10;
|
|
|
|
sendfile off;
|
|
tcp_nopush on;
|
|
tcp_nodelay on;
|