File size: 209 Bytes
382c5da
 
c58067e
382c5da
 
 
ff86be7
382c5da
 
 
 
 
90f1b53
1
2
3
4
5
6
7
8
9
10
11
12
13
user  nginx;
worker_processes  1;

events {
    worker_connections  1024;
}

http {
    include       /etc/nginx/mime.types;
    default_type  application/octet-stream;

    include /etc/nginx/conf.d/*.conf;
}