You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/1.getting-started/6.default-configurations.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Environment variables give you a ton of flexibility to customize your container
75
75
|**PHP INI file**|**Description**|
76
76
|-----------------|-----------------|
77
77
|**Image Default** <br /><br /> `/usr/local/etc/php/conf.d/serversideup-docker-php.ini`| This is our production-ready PHP ini file that accepts environment variables. You can [review it in greater detail on GitHub](https://github.com/serversideup/docker-php/blob/main/src/common/usr/local/etc/php/conf.d/serversideup-docker-php.ini){target="_blank"}. |
78
-
|**Adding your own PHP INI file** <br /><br /> `/usr/local/etc/php/conf.d/*.ini`|If you want to use our defaults, you can simple create a `.ini` file in the `/usr/local/etc/php/conf.d/` directory and it will be loaded automatically. This will be loaded *after* our default ini file, so whatever you set in your own ini file will override the default values. |
78
+
|**Adding your own PHP INI file** <br /><br /> `/usr/local/etc/php/conf.d/*.ini`|To set your own PHP settings, simply create a `.ini` file in the `/usr/local/etc/php/conf.d/` directory. It will be loaded automatically*after* our default ini file, so any settings you define will override the defaults. |
79
79
80
80
:u-button{to="/docs/customizing-the-image/changing-common-php-settings"label="Learn more about changing common PHP settings"aria-label="Learn more about changing common PHP settings"size="md"color="primary"variant="outline"trailing-icon="i-lucide-arrow-right"class="font-bold ring ring-inset ring-blue-600 text-blue-600 hover:ring-blue-500 hover:text-blue-500"}
0 commit comments