This commit is contained in:
2022-12-26 22:46:51 +08:00
parent 68af177368
commit 215e337d39
5 changed files with 159 additions and 2 deletions
+2 -2
View File
@@ -44,8 +44,8 @@ server {
return 200;
}
auth_basic "ai_api access auth";
auth_basic_user_file /usr/local/openresty/nginx/conf.d/.htpasswd;
#auth_basic "ai_api access auth";
#auth_basic_user_file /usr/local/openresty/nginx/conf.d/.htpasswd;
proxy_pass http://127.0.0.1:5000/;
}