Fixed linking

It was a stupid janky allowed hosts issue all along
This commit is contained in:
2025-06-06 17:18:05 +01:00
parent 62989e0c62
commit 7868d55185
6 changed files with 9 additions and 36 deletions

View File

@@ -3,11 +3,6 @@
}
localhost {
handle_path /static* {
root * /var/www/static
file_server
}
reverse_proxy invenio-rdm:5000 {
header_down Cache-Control "no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0"
header_down Pragma "no-cache"