REL-0.12 Add directories to globally configure web servers

This commit is contained in:
cytopia
2017-09-26 19:39:38 +02:00
parent 769b34c3e6
commit 9752af1363
10 changed files with 95 additions and 0 deletions

View File

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