Skip to content

Commit

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

location ^~ /$storeRegionPublic/ {
location /$storeRegionPublic/ {
try_files $uri =404;
}

0 comments on commit 2b19c0c

Please sign in to comment.