12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
server {
|
|
listen 8006;
|
|
listen [::]:8006;
|
|
include apps/cts;
|
|
}
|
|
|
|
server {
|
|
listen 8406 ssl http2;
|
|
listen [::]:8406 ssl http2;
|
|
include apps/cts;
|
|
}
|