Skip to content

Commit

Permalink
Remove warning on nginx, seems to be a bit alarming for not that much
Browse files Browse the repository at this point in the history
  • Loading branch information
Murazaki committed Feb 1, 2024
1 parent 63a7738 commit a5201d9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions running-pixelfed/docker/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ If you are unsure of which runtime to choose, please use the [Apache runtime](#a
## Apache <Badge type="tip" text="Recommended" />

::: tip RECOMMENDED
This is the default *and* recommended runtime for almost all single-server Pixelfed instances, as it has fewer moving parts, simplified operational model, and strikes a good balance between performance, features, and convenience.
This is the default *and* recommended runtime by the official Pixelfed project. It is also the most stable, as it has fewer moving parts, simplified operational model, and strikes a good balance between performance, features, and convenience.
:::

Building a custom Pixelfed Docker image using `Apache` + `mod_php` can be achieved the following way.
Expand Down Expand Up @@ -53,13 +53,7 @@ services:
target: apache-runtime
```
## Nginx + FPM <Badge type="warning" text="Advanced" />
:::info ADVANCED USAGE
Nginx + FPM has more moving parts than the default (and recommended) [Apache runtime](#apache).
Only select this runtime if you have valid *technical* reasons to do so.
:::
## Nginx + FPM
Building a custom Pixelfed Docker image using nginx + FPM can be achieved the following way.
Expand Down

0 comments on commit a5201d9

Please sign in to comment.