We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46722ea commit 8038d2dCopy full SHA for 8038d2d
mojolicious/README.md
@@ -17,12 +17,16 @@ with nginx, nginx.conf provided)
17
18
# Deployment
19
20
+Set production mode:
21
+
22
+ export MOJO_MODE=production
23
24
Something along the lines of
25
- plackup -E production -s Starman --workers=2 -l /tmp/frameworks-benchmark.sock -a ./app.pl
26
+ plackup -s Starman --workers=2 -l /tmp/frameworks-benchmark.sock -a ./app.pl
27
28
if you want to front it with nginx, otherwise
29
- plackup -E production -s Starman --port 8080 --workers=2 -a ./app.pl
30
+ plackup -s Starman --port 8080 --workers=2 -a ./app.pl
31
32
or the equivalent Morbo or Hypnotoad commands.
0 commit comments