hummingbird
@hummingbird

Что делать с nginx при установке Passenger?

Пытаюсь установить Passenger на сервер. Дошел до момента, где нужно прописать в консоль:
passenger-install-nginx-module


После дается выбор между двумя типами установки:
Do you want this installer to download, compile and install Nginx for you?

1. Yes: download, compile and install Nginx for me. (recommended)
The easiest way to get started. A stock Nginx 1.10.1 with Passenger
support, but with no other additional third party modules, will be
installed for you to a directory of your choice.

2. No: I want to customize my Nginx installation. (for advanced users)
Choose this if you want to compile Nginx with more third party modules
besides Passenger, or if you need to pass additional options to Nginx's
'configure' script. This installer will 1) ask you for the location of
the Nginx source code, 2) run the 'configure' script according to your
instructions, and 3) run 'make install'.


Если выбрать 2 пункт, то:
Where is your Nginx source code located?


То есть опять же компиляция и установка nginx (по сути первый пункт, только тут все делается вручную).

На этом этапе у меня возникают сомнения. У меня уже установлена связка Apache + nginx на сервере, а также есть изменения в nginx.conf.

Как мне быть? Что делать?
  • Вопрос задан
  • 352 просмотра
Пригласить эксперта
Ответы на вопрос 1
@iqhater
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы