Anyone has setup ngnix only as reverse proxy & Apache's the main server driving the project files and ngix just by default picking up everything alone *including the custom error pages too* that were created by Apache let's for example on 404 HTTP state.
For me only the custom error pages that Apache throws are not picked by nginx everything else is working normal. Any idea?
I like the abstraction & performance nginx provides but if it is not able to handle a dynamic 404 page, I won't need it. So anyone know how to get the setup working?
I just changed Apaches pot to 8080, nginx runs on 80