Closed snird closed 3 years ago
I use a different passenger docker image so I'm not sure if setup is the same. I copy the nginx config file to the /etc/nginx/sites-enabled directory. Not sure if that will make a difference but worth a try.
RUN rm -f /etc/service/nginx/down && rm /etc/nginx/sites-enabled/default
COPY ./nginx.conf.local /etc/nginx/sites-enabled/nginx.conf
@ed-mare it doesn't work because my config is a complete nginx config, not just a server
clause for a site
I installed the passenger docker using this Dockerfile:
and my nginx config is failing on the first
passenger_enabled
directive.What am I missing?
In the docker bash I ran
/usr/sbin//passenger-memory-stats
and got: