mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
@@ -1,19 +1,12 @@
|
|||||||
{
|
{
|
||||||
admin off
|
admin off
|
||||||
order cache before rewrite
|
|
||||||
}
|
}
|
||||||
|
|
||||||
(site) {
|
(site) {
|
||||||
@landing {
|
@landing {
|
||||||
path / /contact* /about*
|
path / /contact* /about*
|
||||||
cache {
|
|
||||||
ttl 86400s
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
handle /_app/* {
|
handle /_app/* {
|
||||||
cache {
|
|
||||||
ttl 86400s
|
|
||||||
}
|
|
||||||
reverse_proxy site:3000
|
reverse_proxy site:3000
|
||||||
}
|
}
|
||||||
handle @landing {
|
handle @landing {
|
||||||
@@ -25,9 +18,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
handle /repo* {
|
handle /repo* {
|
||||||
cache {
|
|
||||||
ttl 86400s
|
|
||||||
}
|
|
||||||
uri strip_prefix /repo
|
uri strip_prefix /repo
|
||||||
reverse_proxy repo-placeholder:80
|
reverse_proxy repo-placeholder:80
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user