## Header to Big Add ```bash location ~ \.php$ { include fastcgi_params; # Bla bla fastcgi_buffers 16 16k; fastcgi_buffer_size 32k; } ``` After