# check_nginx_log **Repository Path**: dd9394/check_nginx_log ## Basic Information - **Project Name**: check_nginx_log - **Description**: No description available - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # check_nginx_log a shell to check nginx accesslog and send it to email before use script , you must install ssmtp package and config it vi /etc/ssmtp/ssmtp.conf root=abc@yourdomain.com mailhub=smtp.yourdomain.com FromLineOverride=YES rewritedomain=yourdomain.com hostname=yourdomain.com AuthUser=username AuthPass=password