move strip suffix

This commit is contained in:
hay-kot 2021-06-13 15:47:45 -08:00
parent 8a8756f4c8
commit ed61ad39be

View file

@ -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
}