mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-07-18 00:55:01 +00:00
[Nginx] Fix nginx config for API docs
This commit is contained in:
parent
aa7d2037a1
commit
7c43e2e120
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ server {
|
|||
}
|
||||
|
||||
location /api/ {
|
||||
try_files /_apidocs.html;
|
||||
try_files /_apidocs.html =404;
|
||||
}
|
||||
|
||||
location ~ ^/api/v1/(.*)$ {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue