From baace938f0d334497a943daf216e69968140a58c Mon Sep 17 00:00:00 2001 From: vala Date: Fri, 10 May 2019 16:35:22 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c29766..deda262 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ -# auto-nginx +## auto-nginx - for setting up a simple nginx config for further tweaking -auto-nginx - for setting up a simple nginx config for further tweaking \ No newline at end of file +this is a work under construction. i have yet to finish this, but it is a simple start for someone who have never created a script longer than 4 lines before. + +project plan: +* actually learn to hack together something that looks like a bash scripts +* +* hopefully have a finished configuration in the end + +what this is supposed to do when it is finished: +* create a simple nginx reverse-proxy configuration, ready for deployment +* be able to run certbot and add ssl encryption to the reverse-proxy +* support arguments to the command, for setup +* optionally: harden the configuration to secure your precious server