mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-21 13:47:47 +00:00
17 lines
298 B
Plaintext
17 lines
298 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;
|
||
|
|
||
|
tcp_nopush on;
|
||
|
tcp_nodelay on;
|