Skip to content

Commit

Permalink
fix(nginx): regex pattern in location directive
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 14, 2024
1 parent e2671d4 commit ebd1e27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PerOwner region
# Store file location specific to each owner id.

location ~ ^/($storeRegionPerOwner/[A-z0-9_=-]+/[A-z0-9_=-]+)/ {
location ~ ^/$storeRegionPerOwner/[A-z0-9_=-]+/[A-z0-9_=-]+/ {
try_files $uri =404;
}

0 comments on commit ebd1e27

Please sign in to comment.