You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will probably need (nginx/lighttpd)+php5-fpm or Apache installed (which webservers does Laravel support?) "Probably" unless I run php -S under supervisord (lol)
Beanstalk looks simple (fpm pool, nginx site).
Node's already installed for RC, so just putting it behind an Nginx host and running it with something like forever?
As for availability, forwarded ports are probably easiest (8500, 8501, etc.)
The text was updated successfully, but these errors were encountered:
Will probably need (nginx/lighttpd)+php5-fpm or Apache installed (which webservers does Laravel support?) "Probably" unless I run
php -S
under supervisord (lol)Beanstalk looks simple (fpm pool, nginx site).
Node's already installed for RC, so just putting it behind an Nginx host and running it with something like forever?
As for availability, forwarded ports are probably easiest (8500, 8501, etc.)
The text was updated successfully, but these errors were encountered: