Skip to content

Commit

Permalink
refactor(nginx): public region location
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 14, 2024
1 parent 358b0bf commit 3b57d62
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Public region
# Store file location that can be accessed by anyone.

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

0 comments on commit 3b57d62

Please sign in to comment.