public
Description: Config files to easily manage multiple Merb/Rails apps behind Nginx
Homepage:
Clone URL: git://github.com/glasner/conf-nginx.git
conf-nginx / logs.conf
100644 9 lines (7 sloc) 0.322 kb
1
2
3
4
5
6
7
8
9
log_format main '$remote_addr - $remote_user [$time_local] '
                '"$request" $status $body_bytes_sent "$http_referer" '
                '"$http_user_agent" "$http_x_forwarded_for"';
 
# main access log
access_log /www/logs/nginx/access.log main;
 
# main error log
error_log /www/logs/nginx/error.log notice;