# check_nginx_log **Repository Path**: d9394/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**: 1 - **Forks**: 0 - **Created**: 2020-09-04 - **Last Updated**: 2021-03-29 ## 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