WIP : Remets a plat la configuration
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user