I am personally using Nginx as my primary web server with PHP-FPM but also having some setups with Nginx as a proxy to Apache Server. Many times, when I try to upload a file or made a large HTTP request, Nginx gives the error 413 request entity too large. That’s why I thought this issueContinue reading “413 request entity too large error solution — LinuxBots”
Tag Archives: webserver
Laravel clear cache (All Methods) — LinuxBots
Laravel, one of the most widely used PHP framework. In this compact article we learn how to clear laravel cache by using terminal and browser. Laravel uses different types of cache for the application. When we made changes in the code then we have to clear caches for applying changes. Laravel clear cache using TerminalContinue reading “Laravel clear cache (All Methods) — LinuxBots”
How To Install Nginx on Ubuntu 18.04 — LinuxBots
Nginx is the second most used web server in the world. According to the Netcraft survey, Nginx is used by approx 25% of the busiest sites on the web. Nginx is mainly known for its low resource consumptions and high performance. Nginx can be used as a web server or reverse proxy with apache in frontend.Continue reading “How To Install Nginx on Ubuntu 18.04 — LinuxBots”