1
0
Fork 0
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:
Alexandre Aubin 2023-01-21 22:33:05 +01:00 committed by GitHub
parent c8d43fd1e2
commit 3c678a1dbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;