Skip to content

Commit

Permalink
의미없는 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
Contingency1 committed Sep 5, 2024
1 parent f02abcd commit e5600d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ events {
}

http {
# 요청 속도 제한 초당 30개 이상 요청 시 503 에러 발생
# 요청 속도 제한 초당 30개 이상 요청 시 503 에러
limit_req_zone $binary_remote_addr zone=restrict:10m rate=30r/s;

server {
Expand Down

0 comments on commit e5600d9

Please sign in to comment.