Skip to content
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

Web process exits immediately #3

Open
askogrand opened this issue May 11, 2018 · 1 comment
Open

Web process exits immediately #3

askogrand opened this issue May 11, 2018 · 1 comment

Comments

@askogrand
Copy link

Web process exits on start up with:

no action found for directive 'startup' with server type 'http' (missing a plugin?)

@justinhough
Copy link

I ended up finding out in the Caddy documentation that you have to say on startup rather than startup. So in your Caddyfile, update the last line of the startup command.

fastcgi / 127.0.0.1:9000 php
startup php-fpm7

to this:

fastcgi / 127.0.0.1:9000 php
on startup php-fpm7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants