Main public logs
From KlavoWiki
Jump to navigationJump to search
Combined display of all available logs of KlavoWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 03:43, 28 April 2026 David talk contribs created page iRedAdmin Custom (Created page with "To install my iRedMail Custom Administration Pages <pre>vi /etc/nginx/sites-available/00-default-ssl.conf</pre> Add the following line before any other includes. <pre> include /etc/nginx/templates/iredadmin-custom.tmpl;</pre> <pre>vi /etc/nginx/templates/iredadmin-custom.tmpl</pre> <pre> location ^~ /iredadmin/custom/ { alias /var/www/iredadmin-custom/; index index.php; # Ensure we handle the PHP files correctly within this specific alias location ~...")