Skip to content

Commit

Permalink
fix(nginx): rename all files order
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Nov 11, 2024
1 parent 65fb63a commit 8922752
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if ( $http_authorization ~ ^Alwatr\s+([A-z0-9_=-]+):([A-z0-9_=-]+)$ ) {
# if ($request_method = OPTIONS) {
# break;
# }
# if ($userLocation = 0) {
# return 403;
# }
if ($userLocation = 0) {
return 400;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Deny all unknown location
# this file must be last in the include list

location / {
return 403;
}
return 403;

0 comments on commit 8922752

Please sign in to comment.