2
0
Эх сурвалжийг харах

[Nginx] Make api docs browsable using /api and /api/ uri

ntimo 6 жил өмнө
parent
commit
6ab1304579

+ 1 - 1
data/conf/nginx/site.conf

@@ -76,7 +76,7 @@ server {
     rewrite ^(.*)$ $1.php last;
   }
 
-  location /api/ {
+  location /api {
     try_files /_apidocs.html =404;
   }