Added a Readme to the Nginx example

This commit is contained in:
Syrus 2018-12-06 20:31:03 -08:00
parent 5ae023d4d4
commit 42e445ed87

12
examples/nginx/README.md Normal file
View File

@ -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/