[Nginx] Fix nginx config for API docs
parent
aa7d2037a1
commit
7c43e2e120
|
@ -77,7 +77,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/ {
|
location /api/ {
|
||||||
try_files /_apidocs.html;
|
try_files /_apidocs.html =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/api/v1/(.*)$ {
|
location ~ ^/api/v1/(.*)$ {
|
||||||
|
|
Loading…
Reference in New Issue