airavata-courses / spring17-laravel-portal

Web Portal to experiment with Load Balancing
Apache License 2.0
4 stars 2 forks source link

Containerize Laravel Portal #8

Closed tilaks26 closed 7 years ago

smarru commented 7 years ago

My recommendation will be use Apache or Nginx web server over the Built-in PHP Server

tbindi commented 7 years ago

Thanks. I will look into it. For now it just uses php artisan serve which is a php server command. I'm planning to use Apache to handle the web server thing so that we don't have to worry about server logs.