Skip to content

Commit

Permalink
bump php 8.1 to 8.2 in nginx config
Browse files Browse the repository at this point in the history
  • Loading branch information
CorwinDev committed Dec 5, 2023
1 parent dc5fa96 commit f530670
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
}
}
```
Expand Down Expand Up @@ -211,7 +211,7 @@ server {
location ~ \.php$ {
include snippets/fastcgi-php.conf;
fastcgi_pass unix:/var/run/php/php8.1-fpm.sock;
fastcgi_pass unix:/var/run/php/php8.2-fpm.sock;
}
}
```
Expand Down

0 comments on commit f530670

Please sign in to comment.