12 lines
173 B
Plaintext
12 lines
173 B
Plaintext
server {
|
|
listen 8010;
|
|
listen [::]:8010;
|
|
include apps/seeddms;
|
|
}
|
|
|
|
server {
|
|
listen 8410 ssl http2;
|
|
listen [::]:8410 ssl http2;
|
|
include apps/seeddms;
|
|
}
|