WIP : Remets a plat la configuration

This commit is contained in:
2018-02-02 16:32:34 +01:00
parent 8c330bfcd0
commit a936052dd0
6 changed files with 29 additions and 1888 deletions

View File

@@ -25,9 +25,12 @@ http {
fastcgi_pass php:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME /var/www/html$fastcgi_script_name;
fastcgi_read_timeout 180;
client_max_body_size 30M;
include fastcgi_params;
#fastcgi_read_timeout 180;
#client_max_body_size 30M;
}
access_log /var/log/access.log;
error_log /var/log/error.log error;
}
}