17 lines
315 B
Plaintext
17 lines
315 B
Plaintext
server {
|
|
listen 443 ssl http2;
|
|
server_name irc.aninix.net;
|
|
|
|
include conf/sec.conf;
|
|
include conf/local.conf;
|
|
include conf/default.csp.conf;
|
|
include conf/letsencrypt.conf;
|
|
|
|
location /
|
|
{
|
|
root /usr/share/kiwiirc;
|
|
autoindex on;
|
|
autoindex_format html;
|
|
}
|
|
}
|