mirror of
https://github.com/YunoHost-Apps/yunorunner_ynh.git
synced 2024-09-03 20:36:13 +02:00
Fix nginx.conf
This commit is contained in:
parent
24ed7f8e67
commit
596dfda12b
1 changed files with 15 additions and 18 deletions
|
@ -10,25 +10,22 @@ location __PATH__/ {
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
location __PATH__/logs {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
alias /home/CI_package_check/logs/;
|
||||||
|
autoindex on;
|
||||||
|
default_type "text/plain";
|
||||||
|
}
|
||||||
|
|
||||||
location __PATH__/logs {
|
location __PATH__/badges/ {
|
||||||
alias /home/CI_package_check/logs/;
|
alias /home/CI_package_check/badges/;
|
||||||
autoindex on;
|
autoindex on;
|
||||||
default_type "text/plain";
|
}
|
||||||
}
|
|
||||||
|
location __PATH__/summary/ {
|
||||||
location __PATH__/badges/ {
|
alias /home/CI_package_check/summary/;
|
||||||
alias /home/CI_package_check/badges/;
|
autoindex on;
|
||||||
autoindex on;
|
|
||||||
}
|
|
||||||
|
|
||||||
location __PATH__/summary/ {
|
|
||||||
alias /home/CI_package_check/summary/;
|
|
||||||
autoindex on;
|
|
||||||
etag off;
|
etag off;
|
||||||
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
more_set_headers "Cache-control: max-age=300, s-maxage=300";
|
||||||
error_page 404 /ci/summary/empty.png;
|
error_page 404 /ci/summary/empty.png;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue