Adding connfig create files
This commit is contained in:
15
scripts/nginx_template.conf
Normal file
15
scripts/nginx_template.conf
Normal file
@@ -0,0 +1,15 @@
|
||||
daemon off;
|
||||
worker_processes 1;
|
||||
error_log stderr debug;
|
||||
events {
|
||||
worker_connections 1024;
|
||||
}
|
||||
|
||||
http {
|
||||
include mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
access_log /dev/stdout;
|
||||
sendfile on;
|
||||
keepalive_timeout 65;
|
||||
|
Reference in New Issue
Block a user