List Laravel Problem With The Solution

Laravel maybe was a most popular PHP web framework. Even when some people says PHP was die, Laravel will still going strong out there. In this tutorial, I list some Laravel problem with it solution. It all cames from my experience when I’m deploy Laravel, so I think it will be helpful if I make resume of it in one page only.
7 minutes to read
ipang

Analyze Your Nginx Log With Nginx-Log-Analyzer

Analyze your nginx log with nginx-log-analyzer. It doesnt have interface but it really usefull for sysadmin. It can show what most visited path, most visited IP, most visited User-Agent even most visited user countries and cities (with GeoIP).
2 minutes to read
ipang

Remove Header in Nginx

You don’t need to tell what tech do you use in your web server. You can remove or hide some header in nginx or custom it with your own config
2 minutes to read
ipang