Browse Source

Created projects sites state diagram.

pull/26/head
jrtechs 5 years ago
parent
commit
d25d9da48a
2 changed files with 9 additions and 1 deletions
  1. +8
    -1
      README.md
  2. +1
    -0
      docs/projectsSites.svg

+ 8
- 1
README.md View File

@ -194,4 +194,11 @@ server {
proxy_cache_bypass $http_upgrade;
}
}
```
```
## 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)

+ 1
- 0
docs/projectsSites.svg
File diff suppressed because it is too large
View File


Loading…
Cancel
Save