From 148e00bd0cc8de04e0c4f2bb67b61533e69c9983 Mon Sep 17 00:00:00 2001 From: DarkCat09 Date: Thu, 31 Aug 2023 17:37:50 +0400 Subject: [PATCH] Refactor: config folder for init and nginx.conf --- nginx.conf => config/nginx.conf | 0 {init => config}/txtdot.init | 0 {init => config}/txtdot.service | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename nginx.conf => config/nginx.conf (100%) rename {init => config}/txtdot.init (100%) rename {init => config}/txtdot.service (100%) diff --git a/nginx.conf b/config/nginx.conf similarity index 100% rename from nginx.conf rename to config/nginx.conf diff --git a/init/txtdot.init b/config/txtdot.init similarity index 100% rename from init/txtdot.init rename to config/txtdot.init diff --git a/init/txtdot.service b/config/txtdot.service similarity index 100% rename from init/txtdot.service rename to config/txtdot.service