11 行
168 B
Plaintext
11 行
168 B
Plaintext
|
|
pid /tmp/xuqm-web-nginx.pid;
|
||
|
|
error_log stderr;
|
||
|
|
|
||
|
|
events {}
|
||
|
|
|
||
|
|
http {
|
||
|
|
include ../nginx/tenant.conf;
|
||
|
|
include ../nginx/ops.conf;
|
||
|
|
include ../nginx/default.conf;
|
||
|
|
}
|