- nginx: route /api and /admin to localhost:8100 (gateway) - nginx: restrict ssl_protocols to TLSv1.2/TLSv1.3 - gateway: reduce HEALTHCHECK frequency and align health endpoint
· groupadd -g 10000 nginx · useradd --system -u 10000 --no-create-home --shell /bin/false -g nginx nginx ※ 추가한 코드에는 주석으로 기능설명을 달아놓음