IRC Update for KiwiIRC 1.7

This commit is contained in:
2025-10-21 13:52:25 -05:00
parent 333a987dac
commit c7f88d988b
9 changed files with 108 additions and 333 deletions

View File

@@ -3,15 +3,14 @@ server {
server_name irc.aninix.net;
include conf/sec.conf;
include conf/local.conf;
include conf/default.csp.conf;
include conf/letsencrypt.conf;
location /
{
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:7778;
root /usr/share/kiwiirc;
autoindex on;
autoindex_format html;
}
}