Advertisement
Guest User

Untitled

a guest
Feb 5th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Important for Nginx Users
  2.  
  3. You will not see a file `/var/log/php5/error.log` or not any error being logged in that file. Errors in your PHP scripts for a site will go into `error_log` specified for that site in its nginx config. Most likely: `/var/www/example.com/logs/error.log` file If you haven't specified any error_log path for your site, then PHP errors will go to Nginx's default error_log. Most likely `/var/log/nginx/error.log` file) You can find more details here <https://easyengine.io/tutorials/debugging-nginx-configuration/> about debugging with Nginx.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement