Skip to content

Commit e5c4166

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#372526
Updated line number
1 parent 3b983f2 commit e5c4166

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)