mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Expose backend coverage in dev mode through web
Generate backend coverage in ci
This commit is contained in:
@ -6,6 +6,11 @@ server {
|
||||
return 302 /api/;
|
||||
}
|
||||
|
||||
root /app/backend;
|
||||
location /api/coverage {
|
||||
try_files /index.html /coverage.html;
|
||||
}
|
||||
|
||||
location /api/ {
|
||||
add_header X-Served-By $host;
|
||||
chunked_transfer_encoding off;
|
||||
|
Reference in New Issue
Block a user