mirror of
https://github.com/cytopia/devilbox.git
synced 2025-06-24 10:18:17 +00:00
REL-0.12 Add directories to globally configure web servers
This commit is contained in:
0
cfg/nginx-mainline/.keepme
Normal file
0
cfg/nginx-mainline/.keepme
Normal file
18
cfg/nginx-mainline/defaults.conf-example
Normal file
18
cfg/nginx-mainline/defaults.conf-example
Normal file
@ -0,0 +1,18 @@
|
||||
#
|
||||
# Nginx (mainline) 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;
|
Reference in New Issue
Block a user