build(GIT): move helper scripts to own directory

This commit is contained in:
Asif Bacchus
2021-01-07 15:06:38 -07:00
parent d742bdf9ab
commit 7c0616afe1
12 changed files with 0 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
client_body_buffer_size 16k;
client_header_buffer_size 1k;
large_client_header_buffers 4 8k;
client_max_body_size 10M;
+3
View File
@@ -0,0 +1,3 @@
resolver
1.1.1.1
1.0.0.1;
+14
View File
@@ -0,0 +1,14 @@
gzip on;
gzip_vary on;
gzip_comp_level 4;
gzip_min_length 256;
gzip_proxied expired no-cache no-store private no_last_modified no_etag auth;
gzip_types application/atom+xml application/javascript application/json
application/ld+json application/manifest+json application/rss+xml
application/vnd.geo+json application/vnd.ms-fontobject
application/x-font-ttf application/x-web-app-manifest+json
application/xhtml+xml application/xml font/opentype image/bmp
image/svg+xml image/x-icon text/cache-manifest text/css text/plain
text/vcard text/vnd.rim.location.xloc text/vtt text/x-component
text/x-cross-domain-policy;
gzip_disable "MSIE [1-6]\.";
+9
View File
@@ -0,0 +1,9 @@
- Place all your configuration customization files in this directory
- feel free to edit the included recommended files
- files here override container settings
- Files here are placed in the HTTP configuration context
- ONLY files that end with '.conf' will be processed!
- if you want to keep a file for reference or disable it temporarily,
simply change the extension. I like using '.conf.disabled'.
- If you don't want to use this directory or these settings, you can bind-mount
any other directory you want to '/etc/nginx/config/'
+4
View File
@@ -0,0 +1,4 @@
sendfile on;
sendfile_max_chunk 1m;
tcp_nopush on;
tcp_nodelay on;
+8
View File
@@ -0,0 +1,8 @@
client_body_timeout 15s;
client_header_timeout 15s;
send_timeout 15s;
keepalive_timeout 65s;
reset_timedout_connection on;
proxy_connect_timeout 30s;
proxy_read_timeout 60s;
proxy_send_timeout 60s;