Skip to content

Commit

Permalink
refactor(nginx): Add authentication requirement for all location
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Add authentication requirement for all location
  • Loading branch information
alimd committed Jan 14, 2024
1 parent 79fb030 commit 0f52f8c
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
if ($userLocation = 0) {
return 401;
break;
}

0 comments on commit 0f52f8c

Please sign in to comment.