Files
Kapisi/roles/WebServer/files/conf.d/Yggdrasil/irc.conf

17 lines
315 B
Plaintext
Raw Normal View History

2022-07-02 10:24:10 -05:00
server {
listen 443 ssl http2;
server_name irc.aninix.net;
include conf/sec.conf;
2025-10-21 13:52:25 -05:00
include conf/local.conf;
include conf/default.csp.conf;
include conf/letsencrypt.conf;
2022-07-02 10:24:10 -05:00
location /
{
2025-10-21 13:52:25 -05:00
root /usr/share/kiwiirc;
autoindex on;
autoindex_format html;
2022-07-02 10:24:10 -05:00
}
}