################################################################################### #################### Webinoly Configuration file #################### ################################################################################### # Don't like our defaults? Every part of Webinoly is overrideable! # # # # You should NEVER modify this file if you are not sure about what you are doing. # # We have made a very detailed and extensive documentation just for you! # Please, read: https://webinoly.com/documentation/ # # # # 1 - Uncomment the variable (Remove the '#' at the beggining) # # 2 - Set your custom value (var:value) # # 3 - And then 'sudo webinoly -server-reset' to changes take effect. # # # # * Reset only one package is allowed: -server-reset=php (nginx,php,mysql) # # ** Operating System settings are loaded with Nginx. # ################################################################################### ############################ ##### Operating System ##### ############################ # Timezone # Values: https://www.php.net/manual/en/timezones.php # Default: # Same as: sudo webinoly -timezone ########################### #timezone:America/Mexico_City # Kernel Optimization # Values: boolean (true/false) # Default: true ########################### #kernel-optim:true # Percentage of RAM assigned to /run folder # Values: numeric int (10 < % < 70) # Default: 25 ########################### #run-folder-size:25 # Size of linux swap file # Values: numeric int (GB) # Default: (calculated based on your server resources) # Note: (server-reset with 'recalculate' is needed) ########################### #swap-mem:1 ########################### ##### NGINX ##### ########################### # Nginx Branch # Values: stable | mainline # Default: stable # Note: (set before installing, server-reset not needed) # Note: NEVER change this value here when Nginx package is already installed ########################### #nginx-ppa:stable # Maximum Upload file size # Values: numeric int (MB) # Default: 100 ########################### #max-mb-uploads:100 # Saved Email Address # Values: # Default: # Note: (server-reset not needed) # Note: Let's Encrypt uses this email to register your certs. # Note: Existing accounts won't be updated, in that case you better use the proper command shown below to update all your current certs. # Same as: sudo webinoly -email=user@example.com ########################### #mail:user@example.com # SFTP Access for www-data user # Values: boolean (true/false) # Default: false # Same as: sudo webinoly -login-www-data=on ########################### #sftp-www-data:false # FastCGI Cache # Values: