mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 15:29:54 +03:00
Update sample Nginx config to point to PHP 7.4
This commit is contained in:
parent
75f77ed929
commit
5554675d03
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ Once Shlink is configured, you need to expose it to the web, either by using a t
|
|||
|
||||
location ~ \.php$ {
|
||||
fastcgi_split_path_info ^(.+\.php)(/.+)$;
|
||||
fastcgi_pass unix:/var/run/php/php7.2-fpm.sock;
|
||||
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
|
||||
fastcgi_index index.php;
|
||||
include fastcgi.conf;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue