fixes or whatevs

merge-requests/2/head
Matthew 2021-12-11 19:02:50 -05:00
parent d36c34b8ee
commit 7af906e4be
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ server {
location ~ [^/]\.php(/|$) { location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+\.php)(/.+)$; fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_index index.php; fastcgi_index index.php;
fastcgi_pass /run/php/php8.0-fpm_moodle.sock; fastcgi_pass unix:/run/php/php8.0-fpm_moodle.sock;
include fastcgi_params; include fastcgi_params;
fastcgi_param PATH_INFO $fastcgi_path_info; fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;