We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be7e2e8 commit 66ffee2Copy full SHA for 66ffee2
1 file changed
nginx/nginx.conf
@@ -29,6 +29,7 @@ http {
29
# 악성 요청 패턴 매핑 추가
30
map $request_uri $block_suspicious {
31
/health 0;
32
+ ~^/api/admin/ 0;
33
~*wp-admin 1;
34
~*wordpress 1;
35
~*phpunit 1;
0 commit comments