From 62b8d22feb3d28697c91d66ae4b96980e5947bb1 Mon Sep 17 00:00:00 2001 From: Michael Welch Date: Wed, 18 Dec 2024 15:00:36 -0600 Subject: [PATCH 1/2] Revert "test to see if nginx will read the conf file" This reverts commit d11a9fe59227fe5a2e5c0db88f88fed719ebd30f. --- .nginx.conf | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .nginx.conf diff --git a/.nginx.conf b/.nginx.conf deleted file mode 100644 index 1a1250e..0000000 --- a/.nginx.conf +++ /dev/null @@ -1,3 +0,0 @@ -location / { - index index.json index.html; -} From ba7899fe536c59fc3e3ecae48acf0b1a485dd6b8 Mon Sep 17 00:00:00 2001 From: Michael Welch Date: Wed, 18 Dec 2024 15:00:43 -0600 Subject: [PATCH 2/2] Revert "test using index.json as default json file for paths" This reverts commit a789f83d4e02a75670bf96293d5dea5a9b012acc. --- apiVersions/index.json => apiVersions | 0 apiVersions/10.0/index.json | 3 --- 2 files changed, 3 deletions(-) rename apiVersions/index.json => apiVersions (100%) delete mode 100644 apiVersions/10.0/index.json diff --git a/apiVersions/index.json b/apiVersions similarity index 100% rename from apiVersions/index.json rename to apiVersions diff --git a/apiVersions/10.0/index.json b/apiVersions/10.0/index.json deleted file mode 100644 index 3f56cc3..0000000 --- a/apiVersions/10.0/index.json +++ /dev/null @@ -1,3 +0,0 @@ -[ - "v1" -]