v0.1
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
location /rate_limit/ {
|
||||
limit_req zone=api_limit burst=10 nodelay;
|
||||
}
|
||||
|
||||
location /logs/ {
|
||||
access_log /var/log/nginx/special_access.log;
|
||||
}
|
||||
|
||||
location = /server_not_available.html {
|
||||
root /usr/share/nginx/static;
|
||||
}
|
Reference in New Issue
Block a user