Server moved on a unix machine. [solved]

Look here if you're having trouble with BitShop
Post Reply
thoughtless
Posts: 19
Joined: Fri Apr 01, 2016 11:22 am

Server moved on a unix machine. [solved]

Post by thoughtless »

So i have moved my domain (which had cpanel and with a few clicks, all was installed) with the database to a new machine with ubuntu (wanted to learn how to manage the script by doing all by manual).
I have installed nginx with mysql, imported the old database with users and stuff.
But i am not sure what folders to chmod them.
chmod 777 pics (to add pictures)
But what if I want to generate a new RSA key?
Failed to apply settings!

Any ideeas?
thoughtless
Posts: 19
Joined: Fri Apr 01, 2016 11:22 am

Re: Server moved on a unix machine.

Post by thoughtless »

Code: Select all

chown -R www-data:www-data *
And now it seams to work.
Post Reply