|
vor 4 Jahren | |
---|---|---|
.. | ||
conf | vor 11 Jahren | |
README.md | vor 11 Jahren | |
app.pl | vor 7 Jahren | |
benchmark_config.json | vor 5 Jahren | |
config.toml | vor 4 Jahren | |
nginx.conf | vor 7 Jahren | |
web-simple.dockerfile | vor 4 Jahren |
Something along the lines of
plackup -E production -s Starman --workers=8 -l /tmp/frameworks-benchmark.sock -a ./app.pl
if you want to front it with nginx, otherwise
plackup -E production -s Starman --port=8080 --workers=8 -a ./app.pl