mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
nginx.conf: yunorunner doesnt handle badges anymore
This commit is contained in:
parent
c8d43fd1e2
commit
3c678a1dbd
1 changed files with 0 additions and 6 deletions
|
@ -16,12 +16,6 @@ location __PATH__/ {
|
|||
default_type "text/plain";
|
||||
}
|
||||
|
||||
location __PATH__/badges/ {
|
||||
alias __FINALPATH__/results/badges/;
|
||||
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
||||
autoindex on;
|
||||
}
|
||||
|
||||
location __PATH__/summary/ {
|
||||
alias __FINALPATH__/results/summary/;
|
||||
autoindex on;
|
||||
|
|
Loading…
Reference in a new issue