12 lines
167 B
Plaintext
12 lines
167 B
Plaintext
server {
|
|
listen 8003;
|
|
listen [::]:8003;
|
|
include apps/ckan;
|
|
}
|
|
|
|
server {
|
|
listen 8403 ssl http2;
|
|
listen [::]:8403 ssl http2;
|
|
include apps/ckan;
|
|
}
|