adds xdebug

This commit is contained in:
soneill 2021-07-27 15:20:52 +12:00
parent fdbcbe153e
commit 9cd459d897
9 changed files with 28 additions and 162 deletions

View file

@ -110,7 +110,7 @@ http {
client_max_body_size 8m;
# This handles the client buffer size, meaning any POST actions sent to Nginx. POST actions are typically form submissions.
client_body_buffer_size 32k;
client_body_buffer_size 1M;
output_buffers 2 32k;