Skip to content

Commit

Permalink
Added SNI Routing tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
vfarcic committed Oct 3, 2017
1 parent 54852ea commit 5d8f4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.8 AS build
FROM golang:1.9 AS build
ADD . /src
WORKDIR /src
RUN go get -d -v -t
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ pages:
- Managing SSL Certificates: certs.md
- Blocking Requests: blocking.md
- Debugging: debugging.md
- Using SNI Routing: sni-routing.md
- Configuring Non-Swarm Services: non-swarm.md
- Configuration: config.md
- Usage: usage.md
Expand Down

0 comments on commit 5d8f4b7

Please sign in to comment.