Kompilieren und installieren Sie Nginx zum ersten Mal. Die Kompilierungsparameter sind: Wenn Nginx jetzt gestartet wird, warum gibt es ein zusätzliches „/“, ein Leerzeichen und einen Schrägstrich?
./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
重新编译nginx。
你再试试,我把prefix的nginx后的斜线去掉了