Skip to content

Commit 66ffee2

Browse files
committed
fix : 관리자 endpoint 허용
1 parent be7e2e8 commit 66ffee2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

nginx/nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ http {
2929
# 악성 요청 패턴 매핑 추가
3030
map $request_uri $block_suspicious {
3131
/health 0;
32+
~^/api/admin/ 0;
3233
~*wp-admin 1;
3334
~*wordpress 1;
3435
~*phpunit 1;

0 commit comments

Comments
 (0)