Commit c7b7ca1e by terryshi

update

1 parent 30dbb7e0
...@@ -23,6 +23,7 @@ port mapping ...@@ -23,6 +23,7 @@ port mapping
## nignx ## nignx
```
upstream your_domain_name { upstream your_domain_name {
server 127.0.0.1:port; server 127.0.0.1:port;
} }
...@@ -40,3 +41,4 @@ server ...@@ -40,3 +41,4 @@ server
} }
} }
```
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!