11 lines
144 B
Text
11 lines
144 B
Text
include root-base.conf;
|
|
|
|
http {
|
|
include http-base.conf;
|
|
|
|
server {
|
|
include server-base.conf;
|
|
|
|
listen 80 default;
|
|
}
|
|
}
|