The guide followed was here: https://www.digitalocean.com/community/articles/how-to-configure-nginx-as-a-front-end-proxy-for-apache
I've setup everything and modified some other stuff to my liking, however as stated by another user, a fresh Wordpress install gives a redirect loop error on the index page. The dashboard works fine. To get around that error, I had to add remove_filter('template_redirect', 'redirect_canonical'); to the theme's functions.php file.
Now I try to enable friendly urls with the .htaccess and it doesn;t work, it just reloads the same page no matter what I click. Is there something I'm missing?
My Nginx server block: https://paste8.com/KPMSQwXN
My Apache vhost: https://paste8.com/q6BwHube
Any help is appreciated.
These answers are provided by our Community. If you find them useful, show some love by clicking the heart.
If you run into issues leave a comment, or add your own answer to help others.
×