Skip to content

Commit 5254b07

Browse files
Merge pull request #295588 from ManoharLakkoju-MSFT/patch-910107
(AzureCXP) fixes MicrosoftDocs/azure-docs#372526
2 parents 9ba7100 + e5c4166 commit 5254b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/app-service/configure-language-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Then, go to the Azure portal and add an Application Setting to scan the "ini" di
363363
1. Go to the [Azure portal](https://portal.azure.com) and select your App Service Linux PHP application.
364364
2. Select Application Settings for the app.
365365
3. Under the Application settings section, select **+ Add new setting**.
366-
4. For the App Setting Name, enter "PHP_INI_SCAN_DIR" and for value, enter "/home/site/wwwroot/ini".
366+
4. For the App Setting Name, enter "PHP_INI_SCAN_DIR" and for value, enter ":/home/site/wwwroot/ini".
367367
5. Select the save button.
368368

369369
> [!NOTE]

0 commit comments

Comments
 (0)