07-23-c
This commit is contained in:
14
jackyzha0-quartz-85086/hosting-general.md
Normal file
14
jackyzha0-quartz-85086/hosting-general.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Hosting General
|
||||
|
||||
```mermaid
|
||||
flowchart TD
|
||||
dns(DNS)
|
||||
port(Port forward)
|
||||
proxy(Proxy)
|
||||
cert(Certification)
|
||||
app(Application)
|
||||
dns --> port
|
||||
port --> proxy
|
||||
proxy --> cert
|
||||
proxy --> app
|
||||
```
|
Reference in New Issue
Block a user