Skip to content

Commit f8931dd

Browse files
raselsaytaylorotwellsydgren
authored
Update deployment.md (laravel#10055)
* Update deployment.md left double curly brace issue. * Update deployment.md Co-authored-by: Señor Henrik Nordquist <[email protected]> --------- Co-authored-by: Taylor Otwell <[email protected]> Co-authored-by: Señor Henrik Nordquist <[email protected]>
1 parent ad34013 commit f8931dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ server {
7777
7878
error_page 404 /index.php;
7979
80-
location ~ ^/index\.php(/|$) { {
80+
location ~ ^/index\.php(/|$) {
8181
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
8282
fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
8383
include fastcgi_params;

0 commit comments

Comments
 (0)