Question
Cannot log into WordPress on CentOS with nginx
I've just setup my web server with the following:
CentOS 6 64-bit
nginx 1.5.6
php 5.5
php-fpm
pagespeed
APC
Fail2Ban
MariaDB 5.5
WP-CLI
memcache
I've run into a weird issue. I installed the software using a custom-made bash script and it has installed without errors (after two weeks of tweaking!). I've created my first site on the server, but I'm not able to log into WordPress. Its like it tries to redirect or something but can't.
My nginx configs can be seen here:
https://github.com/slushman/slushhost
The site is here:
http://christopherjoel.com/
I'm sure this is something simple like I forgot permissions or something in nginx config, but I've been at this for weeks and I'd like a second pair of eyes on this. Can someone take a look and help me find the issue, please?
Add a comment
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.
×