diff options
Diffstat (limited to '')
-rw-r--r-- | nginx-conf/logging.conf | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/nginx-conf/logging.conf b/nginx-conf/logging.conf deleted file mode 100644 index 35057de..0000000 --- a/nginx-conf/logging.conf +++ /dev/null @@ -1,6 +0,0 @@ -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;
\ No newline at end of file |