We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab5bdb commit b7e3d74Copy full SHA for b7e3d74
2 files changed
README.md
@@ -155,6 +155,7 @@ Go to `https://localhost`, and enjoy!
155
156
- [Classic mode](https://frankenphp.dev/docs/classic/)
157
- [Worker mode](https://frankenphp.dev/docs/worker/)
158
+- [Migrating from Nginx/PHP-FPM](https://frankenphp.dev/docs/migrate/)
159
- [Early Hints support (103 HTTP status code)](https://frankenphp.dev/docs/early-hints/)
160
- [Real-time](https://frankenphp.dev/docs/mercure/)
161
- [Logging](https://frankenphp.dev/docs/logging/)
docs/migrate.md
@@ -1,4 +1,4 @@
1
-# Migrating from PHP-FPM
+# Migrating from Nginx/PHP-FPM
2
3
FrankenPHP replaces both your web server (Nginx, Apache) and PHP-FPM with a single binary.
4
This guide covers a basic migration for a typical PHP application.
0 commit comments