0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 04:10:24 +00:00

Fix incorrect type in cowboy_static manual

This commit is contained in:
Loïc Hoguin 2014-08-12 19:01:12 +02:00
parent 2928456ae8
commit ef0ec79322

View file

@ -11,8 +11,8 @@ by using the REST semantics provided by `cowboy_rest`.
| {file, string() | binary(), extra()}
| {priv_dir, atom(), string() | binary()}
| {priv_dir, atom(), string() | binary(), extra()}
| {dir, atom(), string() | binary()}
| {dir, atom(), string() | binary(), extra()}
| {dir, string() | binary()}
| {dir, string() | binary(), extra()}
Configuration for the static handler.