I'm trying to follow this tutorial: https://www.drupal.org/node/2481341
The second step says:
- On global PHP level add
curl.cainfo = [enter your path]\cacert.pem
to yourphp.ini
.
How would I add this line to my current php.ini
file in my Azure App Services?
/home/site/ini
instead ofd:\home\site\ini
– Wiltshire