首頁  >  問答  >  主體

nginx編譯安裝

第一次編譯安裝nginx,編譯的參數是: 問題是現在啟動nginx,為什麼多了一個" /",空格和斜線。

./configure --prefix=/usr/local/nginx/ --user=www --group=www  --with-http_ssl_module --with
-select_module  --with-poll_module  --without-mail_pop3_module  --without-mail_imap_module  --without-mail_smtp_module

#
習慣沉默習慣沉默2713 天前553

全部回覆(1)我來回復

  • 高洛峰

    高洛峰2017-05-16 17:19:09

    重新編譯nginx。

    ./configure --prefix=/usr/local/nginx  --user=www --group=www  --with-http_ssl_module --with
    -select_module  --with-poll_module  --without-mail_pop3_module  --without-mail_imap_module  --without-mail_smtp_module
    
    

    你再試試,我把prefix的nginx後的斜線去掉了

    回覆
    0
  • 取消回覆