|  | @@ -23,7 +23,7 @@ server {
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  |      location ~ \.php$ {
 |  |      location ~ \.php$ {
 | 
											
												
													
														|  |          fastcgi_split_path_info ^(.+\.php)(/.+)$;
 |  |          fastcgi_split_path_info ^(.+\.php)(/.+)$;
 | 
											
												
													
														|  | -        fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
 |  | 
 | 
											
												
													
														|  | 
 |  | +        fastcgi_pass unix:/var/run/php/php8.0-fpm.sock;
 | 
											
												
													
														|  |          fastcgi_index index.php;
 |  |          fastcgi_index index.php;
 | 
											
												
													
														|  |          include fastcgi_params;
 |  |          include fastcgi_params;
 | 
											
												
													
														|  |          fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
 |  |          fastcgi_param SCRIPT_FILENAME $realpath_root$fastcgi_script_name;
 |