Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork98
Comparing changes
Open a pull request
base repository:static-web-server/static-web-server
Uh oh!
There was an error while loading.Please reload this page.
base:v2.33.1
head repository:static-web-server/static-web-server
Uh oh!
There was an error while loading.Please reload this page.
compare:v2.34.0
- 12commits
- 43files changed
- 5contributors
Commits on Nov 7, 2024
docs: mention truenas scale deprecation (#486)
* Update docker.mdRemove deprecated Truenas/Truecharts installation notes.* Update download-and-install.mdRemove deprecated Truenas/Truecharts installation notes.* Update download-and-install.template.mdRemove deprecated Truenas/Truecharts installation notes.* refactor: mention TrueCharts as a helm charts alternative---------Co-authored-by: Jose Quintana <1700322+joseluisq@users.noreply.github.com>
Commits on Nov 11, 2024
feat: better x-forwarded-for handling (#495)
Adds a `log-forwarded-for` option to control if the X-Forwarded-Forheader information should be logged.Also includes a `trusted-proxies`option to optionally specify from which IPs to accept this header.Existing uses of log-remote-address will stop logging forwarded-forIPs after this change.
Commits on Nov 28, 2024
refactor: prevent single wildcards from matching path separators for …
…URL Redirects (#501)* Enable literal_separator for redirectsThis ensures that * does not match the path separator.* Fix tests* Update documentationBREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
Merge pull request#502from static-web-server/update-dependencies-28…
…-10-2024Update dependencies 28.10.2024
Commits on Nov 29, 2024
chore: update Alpine (3.19.4) and Debian (12.8) Docker images (#505)
* chore: update Debian Docker images to 12.8* chore: update Alpine Docker images to 3.19.4
Commits on Dec 1, 2024
docs: improve docs configuration and fix anchor links (#504)
* Fix anchor links in documentation* Move strict to mkdocs config* add mkdocs to CI---------Co-authored-by: Jose Quintana <1700322+joseluisq@users.noreply.github.com>
Commits on Dec 2, 2024
refactor: prevent single wildcards from matching path separators for …
…URL Rewrites (#506)* refactor: prevent single wildcards from matching path separators for URL Rewrites* Fix log output in documentationBREAKING CHANGE: Up to version 2.33.1 the wildcard `*` was matching the path separator. For example, `/{*}/{*}/` matched `/assets/images/logo/`. In later versions, the default has changed such that `*` does not match the path separator. In contrast, double wildcard (`**`) can match also a path separator.
Commits on Dec 3, 2024
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v2.33.1...v2.34.0
Uh oh!
There was an error while loading.Please reload this page.