a m u n
New member
- Joined
- Jan 2, 2020
- Messages
- 1
Hi. ?
Recently I've upgraded from Apache to Nginx and I have two problems:
1. I can't install anything via WordPress admin because I have a permission issue.

I've tried to set up permission via FTP:
But doesn't work.
2. I have an error 404 Not Found (Nginx) on all permanent links, but It works when I disabled permanent links.

CentOS 8.1
A helping hand? Thanks! ?
Recently I've upgraded from Apache to Nginx and I have two problems:
1. I can't install anything via WordPress admin because I have a permission issue.

I've tried to set up permission via FTP:
- Directories: 755
- Files: 644
Code:
chown www-data /home/admin/domains/site.com/public_html
chgrp www-data /home/admin/domains/site.com/public_html
chmod g+w /home/admin/domains/site.com/public_html
But doesn't work.
2. I have an error 404 Not Found (Nginx) on all permanent links, but It works when I disabled permanent links.

CentOS 8.1
A helping hand? Thanks! ?
Last edited: