History: Special configurations with Virtualmin
Preview of version: 8
How to install WikiSuite documents a typical installation. But your needs can differ.
As of 2021-01-01, this page is still early draft.
The goal is to document (or even better point to documentation) about
- Change server-wide settings via CLI
- Change server-wide settings via GUI
- Overriding settings for one site via CLI
- Overriding settings for one site via text file (like .user.ini)
- Overriding settings for one site via GUI
How to override for a specific site?
.user.ini
Create a file names .user.ini and put it in your Tiki directory (and wait a few minutes)
Copy to clipboard
post_max_size = 1000M memory_limit = 4000M upload_max_filesize = 1000M display_errors = On error_reporting = E_ALL
Display error messages
To do: document way to override for whole server. Ex.: a dev server could have always at on, or per site.
Virtualmin -> Services -> PHP-FPM Configuration -> Error Logging -> Display error messages
Change PHP version