Hi,
I moved to X server from Y and i backuped my user from Y to X with all configs and /home/ (domains etc.) it all works except one thing - I couldn't edit files through FileZilla - 553 permissions error....
I thought maybe there's something wrong with owner and I did command
but then CSS and JS stopped working on my website... (403 error) then I did
but still nothing (with css and js)...
It only repaired that I can edit files through FileZilla..... but then I go to
and did
now it works (css/js and edit files)... but I don't know what I messed up and how to repair it? On server Y it everything was working without problems... I feel I did it wrong on server X and for example every new update of Nginx kill my nginx.conf and I have to again write there "user root;" - what to do?! Help
I moved to X server from Y and i backuped my user from Y to X with all configs and /home/ (domains etc.) it all works except one thing - I couldn't edit files through FileZilla - 553 permissions error....
I thought maybe there's something wrong with owner and I did command
Code:
chown -R userX:groupX /home/userX/domains/
Code:
chmod 755 -R /home/userX/domains/domain.com/public_html
It only repaired that I can edit files through FileZilla..... but then I go to
Code:
/etc/nginx/nginx.conf
Code:
user root;