Skip to content

Commit

Permalink
Added a Readme to the Nginx example
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Dec 7, 2018
1 parent 5ae023d commit 42e445e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/nginx/README.md
Original file line number Diff line number Diff line change
@@ -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/

0 comments on commit 42e445e

Please sign in to comment.