Skip to main content

nginx /tmp full

Comments

2 comments

  • 24x7server
    Hello, I think your /tmp disk inode was full and due to that you were getting the error. You can check disk inode through df -i command Also you can setup following cron to cleanup /tmp directory 0 */1 * * * /usr/sbin/tmpwatch -am 1 /tmp/nginx_client
    0
  • cPanelMichael
    Hello :) Yes, it sounds like the inode usage was at 100%. If this happens again, check with this command: df -i
    Thank you.
    0

Please sign in to leave a comment.