nginx: add missing semicolon
This commit is contained in:
parent
11c5632121
commit
01811ee793
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ location /v1/repositories/ {
|
||||||
client_max_body_size 20G;
|
client_max_body_size 20G;
|
||||||
|
|
||||||
if ($http_authorization) {
|
if ($http_authorization) {
|
||||||
limit_req zone=authrepositories
|
limit_req zone=authrepositories;
|
||||||
}
|
}
|
||||||
|
|
||||||
limit_req zone=unauthrepositories;
|
limit_req zone=unauthrepositories;
|
||||||
|
|
Reference in a new issue