Hello All,
Currently Apache migration to Nginx, I have a variable conversion problem.
In apache I have:
<Directory /home/user/toto/tutu>
php_admin_flag engine off
</Directory>
<Directory /home/user/toto/bidule/machin/user/biduletruc/>
<Files "bidule.html">
php_admin_value upload_max_filesize 200M
php_admin_value post_max_size 200M
</Files>
</Directory>
How I can translate this?
Thank for your help!
Nulos.