mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
This will allow us to kill stale proxy configuration within apps, which is critical during application renames. - redirect rmdir output to dev-null - trigger a proxy-clear-config (new trigger) when renaming an application - The configuration will be rebuilt during the later `ps_rebuild` Closes #3231