Loïc Hoguin f39c001c03 Rename cowboy_http_static to cowboy_static 12 лет назад
..
priv 86f9f481c8 Add a simple Static File Server example 12 лет назад
src f39c001c03 Rename cowboy_http_static to cowboy_static 12 лет назад
README.md 86f9f481c8 Add a simple Static File Server example 12 лет назад
rebar.config 86f9f481c8 Add a simple Static File Server example 12 лет назад
start.sh 86f9f481c8 Add a simple Static File Server example 12 лет назад

README.md

Cowboy Static Files Server

To compile this example you need rebar in your PATH.

Type the following command:

$ rebar get-deps compile

You can then start the Erlang node with the following command:

./start.sh

Cowboy will serve all the files you put in the priv/ directory. You can replace the filename given in the example URL with the one of a file you added to this directory to receive that file.