mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 00:00:49 +00:00
Added a Readme to the Nginx example
This commit is contained in:
parent
5ae023d4d4
commit
42e445ed87
12
examples/nginx/README.md
Normal file
12
examples/nginx/README.md
Normal 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/
|
Loading…
x
Reference in New Issue
Block a user