Skip to content

Commit

Permalink
Merge pull request #241 from lengchu/patch-1
Browse files Browse the repository at this point in the history
错别字修改
  • Loading branch information
isno authored Nov 12, 2024
2 parents d729b82 + d26a2af commit 8cce4de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion architecture/Immutable.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

## 1.可变的基础设施

从管理基础设施的层面看,“可变”的基础实施与传统运维操作相关。例如,有一台服务器部署的是 Apache,现在想换成 Nginx。传统运维手段是先卸载掉 Apache,重新安装一个 Nginx,再重启系统让这次变更生效。
从管理基础设施的层面看,“可变”的基础设施与传统运维操作相关。例如,有一台服务器部署的是 Apache,现在想换成 Nginx。传统运维手段是先卸载掉 Apache,重新安装一个 Nginx,再重启系统让这次变更生效。

上述的过程中,装有 Apache 的 Linux 系统为了满足业务需求,进行了一次或多次变更,该 Linux 系统就是一个可变的基础设施。

Expand Down

0 comments on commit 8cce4de

Please sign in to comment.