In my Nginx server block I have:
server {
client_max_body_size 8M;
...
Is there a chance I can read this value safely from the level of PHP script without parsing the file?
In my Nginx server block I have:
server {
client_max_body_size 8M;
...
Is there a chance I can read this value safely from the level of PHP script without parsing the file?