Skip to content

Commit

Permalink
Merge pull request #57 from opendatakit/cxlt/fix-nginx-init
Browse files Browse the repository at this point in the history
bug: new upstream nginx enables default automatically; don't.
  • Loading branch information
issa-tseng committed Feb 18, 2019
2 parents bcd031a + 7638eca commit bef73ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added files/nginx/default
Empty file.
1 change: 1 addition & 0 deletions nginx.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ COPY files/local/customssl/*.pem /etc/customssl/live/local/

COPY files/nginx/odk.conf.template /usr/share/nginx
COPY files/nginx/inflate_body.lua /usr/share/nginx
COPY files/nginx/default /etc/nginx/sites-enabled/
COPY --from=intermediate client/ /usr/share/nginx/html
COPY --from=intermediate /tmp/version.txt /usr/share/nginx/html/

0 comments on commit bef73ec

Please sign in to comment.