Skip to content

Commit b7e3d74

Browse files
fix(docs): add migration guide to the menu (#2373)
1 parent 6ab5bdb commit b7e3d74

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ Go to `https://localhost`, and enjoy!
155155

156156
- [Classic mode](https://frankenphp.dev/docs/classic/)
157157
- [Worker mode](https://frankenphp.dev/docs/worker/)
158+
- [Migrating from Nginx/PHP-FPM](https://frankenphp.dev/docs/migrate/)
158159
- [Early Hints support (103 HTTP status code)](https://frankenphp.dev/docs/early-hints/)
159160
- [Real-time](https://frankenphp.dev/docs/mercure/)
160161
- [Logging](https://frankenphp.dev/docs/logging/)

docs/migrate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Migrating from PHP-FPM
1+
# Migrating from Nginx/PHP-FPM
22

33
FrankenPHP replaces both your web server (Nginx, Apache) and PHP-FPM with a single binary.
44
This guide covers a basic migration for a typical PHP application.

0 commit comments

Comments
 (0)