Reenable API key file

This commit is contained in:
matthew.binning 2026-02-12 07:47:52 -08:00
parent 4bad65bdac
commit 651cc2be63

View file

@ -26,10 +26,9 @@ in
map $http_authorization $auth_status { map $http_authorization $auth_status {
default "unauthorized"; default "unauthorized";
"" "no_auth"; "" "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"; # 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;
} }
''; '';