6 lines
95 B
Plaintext
6 lines
95 B
Plaintext
server {
|
|
listen 127.0.0.1:8004;
|
|
listen [::1]:8004;
|
|
include apps/ckan-datapusher;
|
|
}
|