Skip to content

Commit

Permalink
Merge pull request #444 from getodk/next
Browse files Browse the repository at this point in the history
Release v2023.3.1
  • Loading branch information
matthew-white authored Jul 6, 2023
2 parents bdd0a2e + ae79fd8 commit 906addf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion enketo.dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/enketo/enketo-express:6.1.0
FROM ghcr.io/enketo/enketo-express:6.2.0

ENV ENKETO_SRC_DIR=/srv/src/enketo_express
WORKDIR ${ENKETO_SRC_DIR}
Expand Down
2 changes: 1 addition & 1 deletion files/nginx/odk.conf.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ server {
gzip_types text/plain text/css application/json application/x-javascript text/xml text/csv;

location /- {
proxy_pass http://enketo:8005/-;
proxy_pass http://enketo:8005;
proxy_redirect off;
proxy_set_header Host $host;

Expand Down

0 comments on commit 906addf

Please sign in to comment.