You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#default 파일
location / {
...
# 특정 url 차단
if ($request_uri ~* (.env|api|actuator|health|thread)){
return 403;
}
...
}
커스텀 에러 페이지 설정 -> nginx 버전 안보이도록 추가
특정 url 만 들어올 수 있도록 찾아보기 (/auth, /user, /folder, /item, /cart)
92.118.161.29 - - [29/Mar/2022:19:35:12 +0900] "GET / HTTP/1.1" 200 22 "-" "NetSystemsResearch studies the availability of various services across the internet. Our website is netsystemsresearch.com"
What is this issue? 🚀
보안 설정을 추가하였습니다.
Progress 🏃♀️