ubuntu - 기본 조작

699 단어
마 운 트 해제 소프트웨어 
sudo apt-get remove --purge    
sudo apt-get update

lnmp 설정
Nginx           wordpress    

Nginx     Linux    VPS           ,            Nginx,           ,   nginx.conf            ,   wpdaxue.com.conf(         ),   server   { }             :
location / {
    if (-f $request_filename/index.html){
    rewrite (.*) $1/index.html break;
    }
    if (-f $request_filename/index.php){
    rewrite (.*) $1/index.php;
    }
    if (!-f $request_filename){
    rewrite (.*) /index.php;
    }
}
  ,   Nginx   。

  다음으로 수집: http://www.phperblog.cn/305/
lnmp 통합 소프트웨어 도 메 인 이름 설정
http://lnmp.org/faq/lnmp-vhost-add-howto.html

좋은 웹페이지 즐겨찾기