mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-27 16:51:30 +00:00
[Nginx] Fix nginx config for API docs
This commit is contained in:
@@ -77,7 +77,7 @@ server {
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
try_files /_apidocs.html;
|
||||
try_files /_apidocs.html =404;
|
||||
}
|
||||
|
||||
location ~ ^/api/v1/(.*)$ {
|
||||
|
||||
Reference in New Issue
Block a user