Skip to content

deploying FrankenPHP on dokku or similar platform #1224

Answered by withinboredom
tacman asked this question in Q&A
Discussion options

You must be logged in to vote

As usual, "it depends".

If your projects can all be the same user who owns the files and you don't need any kind of OS-level isolation, then it can all be one process. If you need isolation (different OS users, etc) then it will need to be multiple processes. You can also (pretty easily) set up pure Caddy as a regular reverse-proxy to replace nginx -- which I'd recommend; in my tests, Caddy is 4x faster than nginx for reverse-proxying; but then again, it isn't always about speed... sometimes it is better to use what you are most comfortable with.

It really just depends. It's software, so virtually anything is possible if you want it.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by tacman
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants