ERROR418 commited on
Commit
3b824e7
·
verified ·
1 Parent(s): 6862c0b

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -52,8 +52,8 @@ http {
52
 
53
 
54
 
55
- location /hf/ {
56
- rewrite ^/hf/(.*)$ /$1 break;
57
  limit_req zone=one burst=15 nodelay;
58
  limit_conn addr 5;
59
  proxy_pass http://backend;
 
52
 
53
 
54
 
55
+ location /ai/ {
56
+ rewrite ^/ai/(.*)$ /$1 break;
57
  limit_req zone=one burst=15 nodelay;
58
  limit_conn addr 5;
59
  proxy_pass http://backend;