diff --git a/setup/web_server_configuration.rst b/setup/web_server_configuration.rst index e5e06a89feb..58935bf5352 100644 --- a/setup/web_server_configuration.rst +++ b/setup/web_server_configuration.rst @@ -207,7 +207,7 @@ When using Caddy on the server, you can use a configuration like this: # otherwise, use PHP-FPM (replace "unix//var/..." with "127.0.0.1:9000" when using TCP) php_fastcgi unix//var/run/php/php8.3-fpm.sock { - # only fallback to root index.php aka front controller. + # only fall back to root index.php aka front controller. try_files {path} index.php # optionally set the value of the environment variables used in the application