Commit 1d476889 authored by Manfred Kutas's avatar Manfred Kutas

ZP-1161 Removed trailing spaces, replaced tabs with spaces.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 3c4564f2
......@@ -9,7 +9,7 @@ server {
root /usr/share/z-push;
index index.php;
  access_log /var/log/nginx/zpush-access.log;
access_log /var/log/nginx/zpush-access.log;
error_log /var/log/nginx/zpush-error.log;
# Attachments ca 15MB max (since binary data needs to be base64 encoded in mine, which results in in about 33% overhead)
......@@ -45,7 +45,7 @@ server {
fastcgi_pass unix:/run/php-fpm/php-fpm.sock;
# PHP max_execution_time is set to 3600 (max heartbeat interval defined in the AS spec is 59 minutes)
        fastcgi_read_timeout 3600;
        proxy_read_timeout 3540;
fastcgi_read_timeout 3600;
proxy_read_timeout 3540;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment