Compare commits

..

2 commits

Author SHA1 Message Date
d999ec059e Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 2m0s
2024-10-30 15:41:56 +09:00
d30a074199 Move test static file to "example_static_dir/" 2024-10-30 15:41:07 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -35,9 +35,9 @@ Without this, the project will fail to build.
# Run it with the example config.
# Note that the example config was designed such that it must be referred
# to from its parent directory.
./c_simple_http --config=example_config/example.config
./c_simple_http --config=example_config/example.config --enable-static-dir=example_static_dir
# If built with cmake:
./buildDebug/c_simple_http --config=example_config/example.config
./buildDebug/c_simple_http --config=example_config/example.config --enable-static-dir=example_static_dir
# If port is not specified, the server picks a random port.
# This program should print which TCP port it is listening on.

View file

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB