wasmer/examples/nginx
2019-02-26 20:17:48 +08:00
..
html Improved index page 2018-12-06 20:36:19 -08:00
logs Make nginx work on Linux 2019-01-17 18:53:19 +01:00
.gitignore Make nginx work on Linux 2019-01-17 18:53:19 +01:00
LICENSE Add nginx LICENSE 2019-02-26 20:17:48 +08:00
nginx.conf Improved the Nginx example 2018-12-06 20:26:04 -08:00
nginx.wasm Improved the Nginx example 2018-12-06 20:26:04 -08:00
README.md Added a Readme to the Nginx example 2018-12-06 20:31:03 -08:00

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/