'Laravel Sail uses Apache or Nginx?
I use docker, installed Laravel 9 via Sail.
I'm wondering it uses Apache or Nginx?
Which file/line set the public folder as document root?
Solution 1:[1]
from the official repo for Laravel sail https://github.com/laravel/sail
- not apache or nginx it's just the built-in PHP server run by
php artisan servercommand
check this file
https://github.com/laravel/sail/blob/1.x/runtimes/8.1/supervisord.conf#L8
I hope it's helpful
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Ahmed Hassan |
