Reenable API key file
This commit is contained in:
parent
4bad65bdac
commit
651cc2be63
1 changed files with 2 additions and 3 deletions
|
|
@ -26,10 +26,9 @@ in
|
|||
map $http_authorization $auth_status {
|
||||
default "unauthorized";
|
||||
"" "no_auth";
|
||||
# Add your Bearer tokens here manually, or use include directive
|
||||
# Tokens loaded from file to keep secrets out of the nix store
|
||||
# Format: "Bearer YOUR_TOKEN_HERE" "authorized";
|
||||
# You can also create /srv/nginx/secrets.map and include it:
|
||||
# include /srv/nginx/secrets.map;
|
||||
include /srv/nginx/secrets.map;
|
||||
}
|
||||
'';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue