index : static-web-server.git

ascending towards madness

author Jose Quintana <joseluisquintana20@gmail.com> 2019-12-25 23:02:18.0 +00:00:00
committer Jose Quintana <joseluisquintana20@gmail.com> 2019-12-25 23:03:31.0 +00:00:00
commit
de639c462f7eeae3f2d262cac5a624b9a2c97bd5 [patch]
tree
316fa92f1ec664434c7d1c1c2969212ff779f7dc
parent
464c376a2a22a375301fa9b5b0c02ac44a6f7a1a
download
de639c462f7eeae3f2d262cac5a624b9a2c97bd5.tar.gz

docs: minor tweaks



Diff

 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 292d65d..a562371 100644
--- a/README.md
+++ b/README.md
@@ -9,12 +9,12 @@
- Built with [Rust]https://rust-lang.org which is focused on [safety, speed, and concurrency]https://kornel.ski/rust-c-speed.
- Memory safety and reduced overhead of CPU and RAM resources.
- Blazing fast static files-serving thanks to [Rust Iron]https://github.com/iron/iron.
- Suitable for small [GNU/Linux Docker containers]https://hub.docker.com/r/joseluisq/static-web-server. It's a fully __1.4MB__ static binary thanks to [Rust and Musl libc]https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html.
- Suitable for small [GNU/Linux Docker containers]https://hub.docker.com/r/joseluisq/static-web-server. It's a fully __1.8MB__ static binary thanks to [Rust and Musl libc]https://doc.rust-lang.org/edition-guide/rust-2018/platform-and-target-support/musl-support-for-fully-static-binaries.html.
- Gzip compression by default.
- Cache control headers included.
- Configurable via environment variables or CLI arguments.
- Lightweight logging support.
- Scratch and [latest Alpine Linux]https://hub.docker.com/_/alpine Docker images available.
- [Scratch]https://hub.docker.com/_/scratch and [latest Alpine Linux]https://hub.docker.com/_/alpine Docker images available.

## Missing features

@@ -70,7 +70,7 @@ services:
    environment:
        - SERVER_NAME=my-server
        - SERVER_HOST=127.0.0.1
        - SERVER_PORT=8080
        - SERVER_PORT=80
        - SERVER_ROOT=/html
        - SERVER_ASSETS=./assets
    volumes: