hwansae91 b9f7370441
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 1s
[enhance] 보안 및 request body size 등으로 인해 성능 튜닝 및 nginx 유저/그룹 추가
· groupadd -g 10000 nginx
· useradd --system -u 10000 --no-create-home --shell /bin/false -g nginx  nginx
※ 추가한 코드에는 주석으로 기능설명을 달아놓음
2025-08-31 15:08:35 +09:00
..