[Nginx] Fix nginx config for API docs

master
ntimo 2019-10-03 11:19:17 +02:00
parent aa7d2037a1
commit 7c43e2e120
No known key found for this signature in database
GPG Key ID: 3AF3627FB0440D55
1 changed files with 1 additions and 1 deletions

View File

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