Skip to content

Commit 5004051

Browse files
committed
Update jsbin.conf
1 parent 1f0f911 commit 5004051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps.jsbin.com/etc/init/jsbin.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ limit nofile 32768 32768
1515
script
1616
set -e
1717
# make sure you only write out to /var/log/upstart/<task>
18-
exec sudo -u www-data PORT=8000 /usr/local/bin/node /WWW/jsbin/ 2>&1
18+
exec sudo -u www-data PORT=8000 NODE_ENV=production /usr/local/bin/node /WWW/jsbin/ 2>&1
1919
end script
2020

2121
post-start script

0 commit comments

Comments
 (0)