Skip to content

Commit

Permalink
CDN in a Box: Origin fixes (#5388)
Browse files Browse the repository at this point in the history
* Enable multiSiteOrigin

* Install route command that has -6 option, unlike busybox
  • Loading branch information
zrhoffman authored Jan 11, 2021
1 parent 7a3506a commit 849999f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions infrastructure/cdn-in-a-box/origin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
FROM alpine:latest

RUN apk add --no-cache \
net-tools \
lighttpd \
bash \
curl \
Expand All @@ -31,6 +32,8 @@ RUN apk add --no-cache \
gettext \
jq

RUN rm /sbin/route

RUN rm /etc/lighttpd/lighttpd.conf
RUN rm -rf /var/www/localhost/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ipv6RoutingEnabled": true,
"logsEnabled": true,
"longDesc": "Apachecon North America 2018",
"multiSiteOrigin": false,
"multiSiteOrigin": true,
"missLat": 42.0,
"missLong": -88.0,
"qstringIgnore": 0,
Expand Down

0 comments on commit 849999f

Please sign in to comment.