summaryrefslogblamecommitdiffstats
path: root/nginx-conf/logging.conf
blob: d0e3d09ebbca3315053879578de172409614adf2 (plain) (tree)
1
2
3
4
5
6





                                                                          
log_format  ddsoc  '$remote_addr - $remote_user [$time_local] "$request" '
                   '$status $body_bytes_sent "$http_referer" '
                   '"$http_user_agent" "$http_x_forwarded_for"';

access_log /dev/stdout ddsoc;
error_log /dev/stderr info;