mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
fix custom php.ini, again
This commit is contained in:
parent
4f6b1fbd9b
commit
cead37fae7
4 changed files with 12 additions and 10 deletions
|
|
@ -469,7 +469,7 @@ pub enum HazeCommand {
|
|||
Edit,
|
||||
/// Reload the php configuration in the instance
|
||||
#[strum(props(
|
||||
Details = "note: you can overwrite <yellow>php.ini</yellow> settings with <literal>haze</literal> <arg>[filter]</arg> <literal>edit /php.ini</literal>"
|
||||
Details = "note: you can overwrite <yellow>php.ini</yellow> settings with <literal>haze</literal> <arg>[filter]</arg> <literal>edit /config/php.ini</literal>"
|
||||
))]
|
||||
Reload,
|
||||
}
|
||||
|
|
|
|||
|
|
@ -161,7 +161,7 @@ pub fn default_mappings<'a>() -> impl IntoIterator<Item = Mapping<'a>> {
|
|||
.dont_create(),
|
||||
Mapping::new(WorkDir, "xdebug", "/tmp/xdebug"),
|
||||
Mapping::new(WorkDir, "profiling", "/tmp/profiling"),
|
||||
Mapping::new(WorkDir, "php.ini", "/php.ini").file(),
|
||||
Mapping::new(WorkDir, "php-config", "/config"),
|
||||
];
|
||||
IntoIterator::into_iter(mappings)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue