mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
serve-summaries
This commit is contained in:
parent
4f21f8cc1e
commit
b0b4f44103
1 changed files with 10 additions and 0 deletions
|
@ -18,10 +18,20 @@ location __PATH__/ {
|
||||||
location __PATH__/logs {
|
location __PATH__/logs {
|
||||||
alias /home/CI_package_check/logs/;
|
alias /home/CI_package_check/logs/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
|
default_type "text/plain";
|
||||||
}
|
}
|
||||||
|
|
||||||
location __PATH__/badges/ {
|
location __PATH__/badges/ {
|
||||||
alias /home/CI_package_check/badges/;
|
alias /home/CI_package_check/badges/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location __PATH__/summary/ {
|
||||||
|
alias /home/CI_package_check/summary/;
|
||||||
|
autoindex on;
|
||||||
|
etag off;
|
||||||
|
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
||||||
|
error_page 404 /ci/summary/empty.png;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue