Skip to content

Commit

Permalink
fix(nginx): location directive in region-authenticated.conf.template
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 14, 2024
1 parent 2b19c0c commit a82153e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Authenticated region
# Store file location that can be accessed by authenticated users.

location ^~ /$storeRegionAuthenticated/ {
location /$storeRegionAuthenticated/ {
if (!-f $document_root/$userLocation/.token/$authUserToken.asn) {
return 403;
break;
Expand Down

0 comments on commit a82153e

Please sign in to comment.