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

[Nginx] Fix nginx config for API docs

ntimo 6 жил өмнө
parent
commit
7c43e2e120

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

@@ -77,7 +77,7 @@ server {
   }
 
   location /api/ {
-    try_files /_apidocs.html;
+    try_files /_apidocs.html =404;
   }
 
   location ~ ^/api/v1/(.*)$ {