Browse Source

fix: nginx configure of `/json` location

master
Dnomd343 2 years ago
parent
commit
3e4da1b814
  1. 4
      nginx/kms.conf

4
nginx/kms.conf

@ -7,10 +7,6 @@ server {
root $kms_dir; root $kms_dir;
} }
location = /json {
alias $kms_dir/assets/kms-keys.json;
}
location / { location / {
set $query_param $query_string; set $query_param $query_string;
if ($http_user_agent ~* (curl|wget)) { if ($http_user_agent ~* (curl|wget)) {

Loading…
Cancel
Save