ckst commited on
Commit
5004f2a
·
verified ·
1 Parent(s): 5ab8881

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 /ck/ {
56
- rewrite ^/ck/(.*)$ /$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;