1
0
forked from baron/baron-sso

OIDC 헤더 처리 위한 게이트웨이 및 인프라 설정

This commit is contained in:
2026-02-02 14:42:21 +09:00
parent 39296ca522
commit 8a9bbeeb88
3 changed files with 6 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ log_format json_combined escape=json
server {
listen 5000;
client_header_buffer_size 16k;
large_client_header_buffers 4 64k;
include /etc/nginx/mime.types;
resolver 127.0.0.11 valid=10s ipv6=off;