Hi
I had this same issue and it was a problem with SE Linux being enabled. I was unable to browse to the original file getting a 403 from both apache and nginx. I ran the following command and could browse the file immediately.
setenforce 0
Here is the article that helped me -...