From 42e445ed87750f174562e8238bc5c1b172bd4bc3 Mon Sep 17 00:00:00 2001 From: Syrus Date: Thu, 6 Dec 2018 20:31:03 -0800 Subject: [PATCH] Added a Readme to the Nginx example --- examples/nginx/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/nginx/README.md diff --git a/examples/nginx/README.md b/examples/nginx/README.md new file mode 100644 index 000000000..51dec7d3d --- /dev/null +++ b/examples/nginx/README.md @@ -0,0 +1,12 @@ +# Run Nginx + +This example has Nginx compiled to WebAssembly using Emscripten. + +You can run it locally with: + +``` +wasmer run nginx.wasm -- -p . -c nginx.conf +``` + +And you will have a webserver running in: +http://localhost:8080/