Skip to content

Commit

Permalink
config: update to 2.4.0-rc5, try out 'redirect_to_exact: false'
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Jan 18, 2020
1 parent a6b7110 commit 64dfaff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

# Based on standard pywb fork
FROM webrecorder/pywb:2.4.0rc4
FROM webrecorder/pywb:2.4.0-rc5

USER root
WORKDIR /ukwa_pywb
Expand Down
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ proxy:


# redirect to exact url behavior
redirect_to_exact: true
redirect_to_exact: false

# enable memento
enable_memento: true
Expand Down

0 comments on commit 64dfaff

Please sign in to comment.