# 기존에 만들었던 nginx webui 에 anubis 도 추가해보았습니다

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=22839](https://news.hada.io/topic?id=22839)
- GeekNews Markdown: [https://news.hada.io/topic/22839.md](https://news.hada.io/topic/22839.md)
- Type: news
- Author: [lancard](https://news.hada.io/@lancard)
- Published: 2025-09-01T13:24:45+09:00
- Updated: 2025-09-01T13:24:45+09:00
- Original source: [github.com/lancard](https://github.com/lancard/nginx-webui)
- Points: 3
- Comments: 1

## Topic Body

예전에 만들었던 nginx webui 에다가 요즘 핫한 anubis 를 추가해보았습니다.  
  
요즘 AI 때문에 크롤링이랑 봇이 많이 접속하는데 클라우드 플레어처럼 막고 싶은 니즈가 있으실거에요.  
  
그래서 약간 클라우드 프론트 + 클라우드 플레어 처럼 컨셉을 잡고 계속 기능을 개선하고 있습니다. (추후 Cloud Frontare 로 프로젝트 명칭을 바꿀 생각도 가지고 있습니다 ㅎㅎ)  
  
최신 버전 이미지 가져오시고 나서 location config에다가 아래와 같이 2줄만 추가하면 바로 anubis 가 적용됩니다.  
  
auth_request            /.anubis;  
error_page 401          = @anubis;  
  
### 기존 프록시 설정들  
set $backend            http://backend_service;  
proxy_pass              $backend;  
...  
  
그리고 하는 김에 anubis 에다가 한글화 기여도 진행 중입니다.  
  
https://github.com/TecharoHQ/anubis/pull/1000  
  
많은 이용 부탁드립니다. 감사합니다.

## Comments



### Comment 43343

- Author: tensun
- Created: 2025-09-04T17:38:25+09:00
- Points: 1

정보 감사합니다
