From ce5180fbc09dc400b20d5946751106d80820dcbe Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 30 Jun 2026 11:06:09 +0300 Subject: conf: add text/css and image/x-icon content types style.css was served with an empty Content-Type (httpd.contenttypes had no 'css' entry), so browsers refused to apply the stylesheet and the page rendered unstyled. Add css->text/css and ico->image/x-icon. --- ychat/etc/ychat.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ychat/etc/ychat.conf b/ychat/etc/ychat.conf index c62d885..698f5cb 100644 --- a/ychat/etc/ychat.conf +++ b/ychat/etc/ychat.conf @@ -754,6 +754,12 @@ + + -- cgit v1.2.3