summaryrefslogtreecommitdiffstats
path: root/nginx-conf/logging.conf
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
committerMatthew Lemon <y@yulqen.org>2024-04-18 11:06:32 +0100
commit20560419614e22fbb58567cdb0b88b54caf679f4 (patch)
tree163df44f07907d865b363db3bc198287ebd3d25f /nginx-conf/logging.conf
parent435742cede199e3c85b5e2eb5a42ccbee4906a05 (diff)
Adds code from ded-go-core - no database
D2S test app code removed (nginx error). Adds all go code from `ded-go-core` using the basic Gov.UK UI for a test page for DED.
Diffstat (limited to '')
-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