原文:https://www.jianshu.com/p/a3aa6b01b2e1 lsof是系统管理/安全的尤伯工具。将这个工具称之为lsof真实名副其实,因为它是指“列出打开文件(lists openfiles)”。而有一点要切记,在Unix中一切(包括网络套接口)都是文件。 有趣的是,lsof也是有着最多开关的Linu···
第3处内容: location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=$1 last; break; } } 第4处内容: location ~ .php(.*)$ { fastcgi_pass unix:/Applications/MAMP/L···