frontend: display issues related to the team
This commit is contained in:
parent
7bec409ab8
commit
a3ffdeae17
12 changed files with 238 additions and 12 deletions
|
|
@ -141,6 +141,13 @@ server {
|
|||
rewrite ^/.* /wait.json;
|
||||
}
|
||||
}
|
||||
location /issues.json {
|
||||
include fic-auth.conf;
|
||||
|
||||
root /srv/TEAMS/$team/;
|
||||
expires epoch;
|
||||
add_header Cache-Control no-cache;
|
||||
}
|
||||
location = /events.json {
|
||||
root /srv/TEAMS/;
|
||||
expires epoch;
|
||||
|
|
|
|||
|
|
@ -133,6 +133,13 @@ server {
|
|||
rewrite ^/.* /wait.json;
|
||||
}
|
||||
}
|
||||
location /issues.json {
|
||||
include fic-auth.conf;
|
||||
|
||||
root /srv/TEAMS/$team/;
|
||||
expires epoch;
|
||||
add_header Cache-Control no-cache;
|
||||
}
|
||||
location = /events.json {
|
||||
root /srv/TEAMS/;
|
||||
expires epoch;
|
||||
|
|
|
|||
Reference in a new issue