diff --git a/README.md b/README.md index 2ca504d..e83313a 100644 --- a/README.md +++ b/README.md @@ -194,4 +194,11 @@ server { proxy_cache_bypass $http_upgrade; } } -``` \ No newline at end of file +``` + +## Projects Sites +As I develope more projects I would like an easy way to add and host them on my website without having to create another subdomain and generate more ssl certs. I simply want the project site to be accessible under https://jrtechs.net/project_name. + +### State Diagrm of Plan + +![diagram](docs/projectsSites.svg) \ No newline at end of file diff --git a/docs/projectsSites.svg b/docs/projectsSites.svg new file mode 100644 index 0000000..b7a3f05 --- /dev/null +++ b/docs/projectsSites.svg @@ -0,0 +1 @@ + \ No newline at end of file