1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00

Update nginx.conf

This commit is contained in:
liberodark 2019-11-05 18:35:21 +01:00 committed by GitHub
parent 18d5714f8a
commit c23a3f5662
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ location __PATH__ {
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php/php7.1-fpm.sock;
# If you don't use a dedicated fpm config for your app,
# use a general fpm pool.