# 서버 업데이트 시 배너를 표시하는 방법이 있을까요?

**URL:** https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919
**Category:** Support
**Created:** [4월 21, 2022, 7:06오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919 "2022-04-21T07:06:42Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![fdanard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fdanard/32/219338_2.png) [@fdanard](https://meta.discourse.org/u/fdanard)
#### Post date: [4월 21, 2022, 7:06오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919/1 "2022-04-21T07:06:42Z")

</div>

여러분 안녕하세요.

서버가 업데이트되는 동안에는 잠시 동안 사용자가 서버를 사용할 수 없으며, 업데이트가 완료되면 다시 서버를 사용할 수 있게 됩니다 (다행히도 🙂 )

서버가 업데이트 중임을 알리고 나중에 다시 시도해 달라는 식의 배너를 표시할 수 있는 방법이 있을까요?

도와주셔서 감사합니다.

---

<div class="post-metadata">

### Author: ![daemon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/daemon/32/256632_2.png) [@daemon](https://meta.discourse.org/u/daemon)
#### Post date: [4월 21, 2022, 7:12오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919/2 "2022-04-21T07:12:20Z")

</div>

안녕하세요!

이것을 시도해 보세요:

> [@Add an offline page to display when Discourse is rebuilding or starting up](https://meta.discourse.org/t/adding-an-offline-page-when-rebuilding/45238):
>
> warning This guide is intended for advanced users, who are already using nginx outside the docker container. By following this guide you make your setup more complicated and will lose some speed benefits like HTTP2 if you’re not running Ubuntu 16.04 or later. Proceed with caution! When Discourse is rebuilding or starting up, your users will usually either see an error message from their browser… …or a not-so-nice 502 error message from Nginx: If you’re a perfectionist …

---

<div class="post-metadata">

### Author: ![fdanard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fdanard/32/219338_2.png) [@fdanard](https://meta.discourse.org/u/fdanard)
#### Post date: [4월 21, 2022, 7:16오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919/3 "2022-04-21T07:16:57Z")

</div>

답장 주셔서 감사합니다.

테스트해 보겠습니다.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [4월 21, 2022, 9:05오전 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919/4 "2022-04-21T09:05:51Z")

</div>

그 리버스 프록시 솔루션은 2개 컨테이너 구성보다 훨씬 복잡합니다. 2개 컨테이너 구성을 사용하면 기존 컨테이너가 실행되는 동안 새 컨테이너를 빌드할 수 있습니다(충분한 RAM이 있는 경우). 이때의 다운타임은 1분 미만입니다. [스탠드얼론 컨테이너에서 웹과 데이터 컨테이너로 분리하는 방법](https://meta.discourse.org/t/how-to-move-from-standalone-container-to-separate-web-and-data-containers/29413).

---

<div class="post-metadata">

### Author: ![fdanard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/fdanard/32/219338_2.png) [@fdanard](https://meta.discourse.org/u/fdanard)
#### Post date: [4월 22, 2022, 4:01오후 UTC](https://meta.discourse.org/t/is-there-a-way-to-display-a-banner-when-the-server-is-updating/224919/5 "2022-04-22T16:01:27Z")

</div>

정보를 알려주셔서 감사합니다.
