Browse Source

Merge pull request #112 from YunoHost-Apps/master

Master -> testing
pull/111/head
Kayou 5 years ago
committed by GitHub
parent
commit
e24fe50fcc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      conf/nginx.conf

2
conf/nginx.conf

@ -24,7 +24,7 @@ location __PATH__/ {
client_max_body_size 30m;
location ~ [^/]\.php(/|$) {
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
fastcgi_pass unix:/var/run/php/php__YNH_PHP_VERSION__-fpm-__NAME__.sock;
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
fastcgi_index index.php;
include fastcgi_params;
fastcgi_param REMOTE_USER $remote_user;

Loading…
Cancel
Save