feat: add rss feed and remove rev feature
This commit is contained in:
parent
3937d8fd75
commit
5356e2dbb4
8 changed files with 268 additions and 13 deletions
|
|
@ -144,6 +144,10 @@ in
|
|||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle /qa/rss.xml {
|
||||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle {
|
||||
root * ${package}
|
||||
try_files {path} /index.html
|
||||
|
|
@ -161,6 +165,10 @@ in
|
|||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle /qa/rss.xml {
|
||||
reverse_proxy 127.0.0.1:3003
|
||||
}
|
||||
|
||||
handle {
|
||||
root * ${package}
|
||||
try_files {path} /index.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue