17 lines
198 B
Text
17 lines
198 B
Text
include root-base.conf;
|
|
|
|
worker_processes 2;
|
|
|
|
user root nogroup;
|
|
|
|
daemon off;
|
|
|
|
http {
|
|
include http-base.conf;
|
|
|
|
server {
|
|
include server-base.conf;
|
|
|
|
listen 80 default;
|
|
}
|
|
}
|