saitti/docs/hosting/index.md

23 lines
404 B
Markdown
Raw Normal View History

2025-01-28 11:08:26 +02:00
# Hosting
!!! info
Yeah not much here lol
1. Install Debian
2. Install [Hestia](https://hestiacp.com)
3. Profit (like, literally)
2025-02-03 01:46:13 +02:00
## Troubling
### MySQL server has gone away
You probably have too low limits. Faced this with HestiaCP and NextCloud.
Add a new file:
``` cfg title="/etc/mysql/conf.d/mysqld.cnf"
[mysqld]
wait_timeout = 28800
interactive_timeout = 28800
max_allowed_packet = 128M
```