1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 19:22:24 +00:00

full path to fastcgi_params - apt managed file

This commit is contained in:
Jerry Vonau 2021-06-28 23:38:42 -05:00
parent c2e9f670cc
commit 352743dc04

View file

@ -9,7 +9,7 @@ location /moodle/dataroot/ {
}
location ~ /moodle/[^/]\.php(/|$) {
include fastcgi_params;
include /etc/nginx/fastcgi_params;
fastcgi_split_path_info ^(.+\.php)(/.+)$;
fastcgi_read_timeout 300;
fastcgi_pass php;