# Show GN: 자체 클라우드 프론트를 구현하고 싶어서 만들어봤습니다.

> Clean Markdown view of GeekNews topic #22440. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=22440](https://news.hada.io/topic?id=22440)
- GeekNews Markdown: [https://news.hada.io/topic/22440.md](https://news.hada.io/topic/22440.md)
- Type: show
- Author: [lancard](https://news.hada.io/@lancard)
- Published: 2025-08-11T09:02:46+09:00
- Updated: 2025-08-11T09:02:46+09:00
- Original source: [github.com/lancard](https://github.com/lancard/nginx-webui)
- Points: 10
- Comments: 4

## Summary

**nginx**를 **웹 UI**로 쉽게 관리할 수 있도록 설계된 **nginx-webui**는 자동 **Let's Encrypt 갱신**과 **리버스 프록시** 기능을 핵심으로 제공합니다. 기존 nginx 설정에 익숙하다면 추가로 **캐시 설정**이나, 무중단 배포를 위한 **멀티 오리진 관리**(origin별 disable/enable)도 손쉽게 지원합니다. **웹 기반 인터페이스**와 기본 보안 자동화에 관심이 있는 개발자나 인프라 담당자에게 실질적인 효율 향상을 제공합니다.

## Topic Body

nginx-webui 라는 프로그램입니다.  
  
nginx를 웹 UI 로 감싼 것이고요,  
기본적으로 자동 let's encrypt 갱신, 리버스 프록시가 핵심입니다.  
그 외에도 nginx config 문법을 조금만 공부하시면 캐시 설정도 가능하고,  
무중단 배포를 위해 2개 이상의 origin 에 대해서 disable / enable 처리도  
가능합니다. (유튜브 동영상 첨부되어있습니다)

## Comments



### Comment 42379

- Author: ifmkl
- Created: 2025-08-11T13:39:59+09:00
- Points: 1

제가 알기로 이쪽에 nginx proxy manager가 있는 걸로 아는데 혹시 차별점이 어떤게 있는지 궁금합니다.

### Comment 42412

- Author: lancard
- Created: 2025-08-12T11:17:56+09:00
- Points: 1
- Parent comment: 42379
- Depth: 1

지금은 모르겠으나 nginx proxy manager 가 제가 원하는 기능을 모두 충족하진 못하더라구요. 특히나 키 발급하여 특정 백엔드 서버를 on/off 해서 무중단 배포를 가능케하거나, 캐쉬 세부 설정이나, nginx config 세부 설정 등입니다.

### Comment 42387

- Author: uaysk0327
- Created: 2025-08-11T21:08:26+09:00
- Points: 1
- Parent comment: 42379
- Depth: 1

위 프로젝트는 간단한 모니터링 기능도 있는 것 같은데 nginx proxy manager에는 모니터링 기능이 전혀 없어서 모니터링 기능이 차별점이 될 수도 있겠네요

### Comment 42413

- Author: lancard
- Created: 2025-08-12T11:18:52+09:00
- Points: 1
- Parent comment: 42387
- Depth: 2

넵 위에 답변과 같이 제가 원하는 기능이 모두 구현되어있진 않아서 구현했습니다.
