Hello, anyone use wordpress with nginx under php-fpm with ispconfig, i have installed the wordpress but when try to login ti go in time out. Best regards.
Yes, I run several wordpess sites on nginx, works without problems. Check the error.log of the website.
@adrenalinic Put this: Code: location / { try_files $uri $uri/ /index.php?$args; } # Add trailing slash to */wp-admin requests. rewrite /wp-admin$ $scheme://$host$uri/ permanent; location ~* \.(jpg|jpeg|png|gif|css|js|ico)$ { expires max; log_not_found off; } Here:
Hello! I see your post only now.. Your code works very very nice! Thanks you very much! I will offer a beer somewhere! - Have a nice summer!