fix: use the raw files for the terms and privacy
This commit is contained in:
parent
4eab41e129
commit
b1c4ca1b73
1 changed files with 2 additions and 2 deletions
|
|
@ -12,8 +12,8 @@ in
|
||||||
# minecraft.compsigh.club → redirect to git repo
|
# minecraft.compsigh.club → redirect to git repo
|
||||||
"${domain}" = {
|
"${domain}" = {
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
redir /terms ${gitRepo}/src/branch/main/terms.txt permanent
|
redir /terms ${gitRepo}/raw/branch/main/terms.txt permanent
|
||||||
redir /privacy ${gitRepo}/src/branch/main/privacy.txt permanent
|
redir /privacy ${gitRepo}/raw/branch/main/privacy.txt permanent
|
||||||
redir ${gitRepo} permanent
|
redir ${gitRepo} permanent
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue