Hi @Tibike8519
how did you solve this?
Beste regards,
Ole
Hi,
I think you would change the port and not the ip, right? (http://ip:59032)
I think you can change the port in /opt/tinycp/etc/tinycp.conf
Hi,
Lxd is not native available at Debian. Only via snap raft.io.
So if you want to install und manage Lxd via tinycp, you have to go with Ubuntu and drop Debian.
put somthing like this in your demain settings > custom config:
Redirect / https://domain.tdl
or work with mod rwrite in a .htaccess file in your domain root folder:
RewriteEngine on
RewriteCond %{HTTP_HOST} ^example.com [NC,OR]
RewriteCond %{HTTP_HOST} ^www.example.com [NC]
RewriteRule ^(.*)$ http://example.net/$1 [L,R=301,NC]
.net is the destination domain
hi Wojtek,
i have added a between the Path and the jobs, but I get no mail from cron
MAILTO="my@email.de"
Put in Apache or Nginx syntax (depend on what webserver you use).
For me it works fine,
But there is no reelase date for this.
There is no need for SSL on TinyCP.
TinyCP has it's own security layer.
Of you upload via file explorer you have to change the owner to www-data.
1. As far as I know the dns settings should not be on same server.
2. Is planed but no ETA.
3. Not needed, tinycp has its own security layer.
Du you have still this problem?
Can you share a link to a webite with this problem?
I have multiple instances of WP running by myself on tinycp without any problems.
I suggest to start to analyse debug logs from wordpress.
https://wordpress.org/support/article/debugging-in-wordpress/