laravel / octane

Supercharge your Laravel application's performance.
https://laravel.com/docs/octane
MIT License
3.78k stars 296 forks source link

Can the official produce a nginx installation example? #278

Closed hgaoping closed 3 years ago

hgaoping commented 3 years ago

I use swoole, do I need to configure ulimit -n 200000?

themsaid commented 3 years ago

Can you elaborate?

nunomaduro commented 3 years ago

Here is documentation about how to serve your Octane application in Nginx: https://laravel.com/docs/8.x/octane#serving-your-application-via-nginx.