Skip to content

Commit

Permalink
Merge branch '7.1' into 7.2
Browse files Browse the repository at this point in the history
* 7.1:
  fix typo
  • Loading branch information
javiereguiluz committed Jan 28, 2025
2 parents 3c54419 + 537d2d6 commit d685b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup/web_server_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d685b76

Please sign in to comment.