trust proxy 추가

This commit is contained in:
2025-06-11 03:42:47 +09:00
parent 48f1bf1c52
commit bca24be143
+1 -1
View File
@@ -70,7 +70,7 @@ io.on('connection', (socket) => {
// 전역 Socket.IO 인스턴스 설정
app.set('io', io);
app.set('trust proxy', 1);
// 치명적 예외/비동기 에러 글로벌 로그
process.on('uncaughtException', (err) => {
console.error('[FATAL] Uncaught Exception:', err);