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"
데일리로 슬랙에 알림 오는 404 경로 에러는 Nginx 단에서 막도록 상시 추가
The text was updated successfully, but these errors were encountered:
What is this issue? 🚀
보안 설정을 추가하였습니다.
Progress 🏃♀️
The text was updated successfully, but these errors were encountered: