mirror of https://github.com/fafhrd91/actix-web
The path "/.well-known", can be handy to use with Let's Encrypt, due to the requirements of https://tools.ietf.org/html/rfc8555 which inherits that name from https://tools.ietf.org/html/rfc5785 This commit removes the restriction that prevents actix-files::Files from serving files from paths that contain a segment that starts with a leading '.' |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| CHANGES.md | ||
| Cargo.toml | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
README.md
Static files support for actix web

Documentation & community resources
- User Guide
- API Documentation
- Chat on gitter
- Cargo package: actix-files
- Minimum supported Rust version: 1.33 or later