From 20560419614e22fbb58567cdb0b88b54caf679f4 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Thu, 18 Apr 2024 11:06:32 +0100 Subject: 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. --- nginx-conf/nginx-cfg/default.conf | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 nginx-conf/nginx-cfg/default.conf (limited to 'nginx-conf/nginx-cfg') diff --git a/nginx-conf/nginx-cfg/default.conf b/nginx-conf/nginx-cfg/default.conf deleted file mode 100644 index d5a49f6..0000000 --- a/nginx-conf/nginx-cfg/default.conf +++ /dev/null @@ -1,6 +0,0 @@ -server { - listen 8080; - server_name localhost2; - root /opt/app-root/src; - index index2.html; -} -- cgit v1.2.3