mirror of
https://github.com/YunoHost-Apps/z-push_ynh.git
synced 2024-09-03 18:05:58 +02:00
fix install
This commit is contained in:
parent
fb66fd5e6a
commit
d72826b5ed
1 changed files with 4 additions and 1 deletions
|
@ -16,8 +16,11 @@ location /Microsoft-Server-ActiveSync {
|
|||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 20m;
|
||||
client_body_buffer_size 128k;
|
||||
#fastcgi_pass unix:/var/run/php/php7.0-fpm.sock; # for PHP 7.X Debian/Ubuntu
|
||||
|
||||
fastcgi_pass unix:/var/run/php5-fpm-__NAME__.sock;
|
||||
include fastcgi_params;
|
||||
fastcgi_param HTTPS on;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
|
||||
|
||||
#try_files $uri $uri/ index.php;
|
||||
|
|
Loading…
Add table
Reference in a new issue