|
@@ -1 +1,21 @@
|
|
|
---
|
|
|
+nginx::user: 'nobody nobody'
|
|
|
+nginx::worker_processes: 1
|
|
|
+nginx::pid: 'logs/nginx.pid'
|
|
|
+
|
|
|
+nginx::worker_connections: 512
|
|
|
+
|
|
|
+nginx::sendfile: 'off'
|
|
|
+nginx::tcp_nopush: 'off'
|
|
|
+nginx::tcp_nodelay: 'on'
|
|
|
+nginx::keepalive_timeout: '75s'
|
|
|
+nginx::types_hash_max_size: 1024
|
|
|
+nginx::default_type: 'text/plain'
|
|
|
+
|
|
|
+nginx::ssl_protocols: ['TLSv1', 'TLSv1.1', 'TLSv1.2']
|
|
|
+nginx::ssl_prefer_server_ciphers: 'off'
|
|
|
+
|
|
|
+nginx::access_log: 'logs/access.log combined'
|
|
|
+nginx::error_log: 'logs/error.log error'
|
|
|
+
|
|
|
+nginx::gzip: 'off'
|