summaryrefslogtreecommitdiffstats
path: root/nginx-conf/logging.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx-conf/logging.conf')
-rw-r--r--nginx-conf/logging.conf6
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