Skip to content

Instantly share code, notes, and snippets.

@ykzts
Created September 23, 2016 08:11
Show Gist options
  • Save ykzts/2522d48213d28886475cfeca89a8b2eb to your computer and use it in GitHub Desktop.
Save ykzts/2522d48213d28886475cfeca89a8b2eb to your computer and use it in GitHub Desktop.

構成図

                                      +-------------------+
                                      |                   |
                                      | Redis (port 6379) |
                                      |                   |
                                      +---------+---------+
                                                |
          +------------------------+------------+-----------+------------------------+
          |                        |                        |                        |
+---------+---------+    +---------+---------+    +---------+---------+    +---------+---------+
|                   |    |                   |    |                   |    |                   |
| Node (port 8080)  |    | Node (port 8081)  |    | Node (port 8082)  |    | Node (port 8083)  |
|                   |    |                   |    |                   |    |                   |
+---------+---------+    +---------+---------+    +---------+---------+    +---------+---------+
          |                        |                        |                        |
          +------------------------+------------+-----------+------------------------+
                                                |
                                      +---------+---------+
                                      |                   |
                                      | Nginx (port 10000)|
                                      |                   |
                                      +---------+---------+
                                                |
                                      +---------+---------+
                                      |                   |
                                      |   H2O (port 443)  |
                                      |                   |
                                      +-------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment