move strip suffix
This commit is contained in:
parent
8a8756f4c8
commit
ed61ad39be
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
encode gzip zstd
|
||||
uri strip_suffix /
|
||||
|
||||
|
||||
# Handles Recipe Images / Assets
|
||||
handle_path /api/media/recipes/* {
|
||||
|
@ -22,6 +22,7 @@
|
|||
}
|
||||
|
||||
handle @proxied {
|
||||
uri strip_suffix /
|
||||
reverse_proxy http://127.0.0.1:9000
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue