-
Notifications
You must be signed in to change notification settings - Fork 547
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown directive: "passenger_enabled" in nginx.conf server block #2497
Comments
Now that I have passenger.conf loading, its first directive throws an error:
Here is that file:
Also this file does not exist:
|
Is the passenger Nginx module package installed or just the passenger package? |
It is not installed. But...
|
That's due to a change to which nginx package we build against. Our users were very insistent that they didn't like us building against the default nginx, and would prefer the newest possible. The steps to migrate are here: #2485 |
Question 1: What is the problem?
I cannot get nginx to start due to a directive:
That's in the
server
block:Question 2: Passenger version and integration mode:
Passenger processes:
passenger status:
passenger-config about:
Question 3: OS or Linux distro, platform (including version):
Question 4: Passenger installation method:
[X] Phusion YUM repo
Question 5: Your app's programming language (including any version managers) and framework (including versions):
Question 6: Are you using a PaaS and/or containerization? If so which one?
None
Question 7: Anything else about your setup that we should know?
None that I know of at this time
The text was updated successfully, but these errors were encountered: