view src/luan/modules/http/jetty/serve.luan @ 1178:49cf706c326a

serve_for_nginx on port 8081
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 13 Feb 2018 22:44:06 -0700
parents 3a0f58d09ee7
children 8ca49f5e114d
line wrap: on
line source

require "luan:http/jetty/use_jetty.luan"
local Luan = require "luan:Luan.luan"
Luan.load_file("luan:http/serve.luan")(...)