devilbox/cfg/nginx-stable/devilbox-custom.conf-example

17 lines
298 B
Plaintext
Raw Normal View History

#
# 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;