update config

This commit is contained in:
XiaoLi
2023-01-07 23:08:11 +08:00
committed by XiaoLi
parent 57e9993546
commit d1982e7cf3
3 changed files with 20 additions and 20 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/;
}