mirror of
https://github.com/philomena-dev/philomena.git
synced 2024-11-23 20:18:00 +01:00
Prioritize bucket URL matches
This commit is contained in:
parent
18461027e4
commit
167da3dcdb
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ server {
|
|||
client_max_body_size 125000000;
|
||||
client_body_buffer_size 128k;
|
||||
|
||||
location /$S3_BUCKET {
|
||||
location ~ ^/$S3_BUCKET {
|
||||
internal;
|
||||
|
||||
access_by_lua "sign_aws_request()";
|
||||
|
|
Loading…
Reference in a new issue