andryyy 6 years ago
parent
commit
0f5c930e48
1 changed files with 0 additions and 4 deletions
  1. 0 4
      data/conf/nginx/site.conf

+ 0 - 4
data/conf/nginx/site.conf

@@ -76,10 +76,6 @@ server {
     rewrite ^(.*)$ $1.php last;
   }
 
-  location /api/ {
-    try_files /_apidocs.html;
-  }
-
   location ~ ^/api/v1/(.*)$ {
     try_files $uri $uri/ /json_api.php?query=$1;
   }