mirror of
https://github.com/Cian-H/iform-invenio.git
synced 2025-12-22 20:41:56 +00:00
Fixed linking
It was a stupid janky allowed hosts issue all along
This commit is contained in:
5
env/development/caddy/Caddyfile
vendored
5
env/development/caddy/Caddyfile
vendored
@@ -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"
|
||||
|
||||
4
env/invenio.env
vendored
4
env/invenio.env
vendored
@@ -70,10 +70,6 @@ INVENIO_SEARCH_INDEX_PREFIX=invenio-rdm-
|
||||
# Logging
|
||||
INVENIO_LOGGING_CONSOLE_LEVEL=WARNING
|
||||
|
||||
# OAuth Client Settings
|
||||
INVENIO_OAUTHCLIENT_AUTO_REDIRECT_TO_EXTERNAL_LOGIN=false
|
||||
INVENIO_ACCOUNTS_LOGIN_VIEW_FUNCTION=auto_redirect_login
|
||||
|
||||
# Theme Configuration for I-Form
|
||||
INVENIO_THEME_IFORM_PRODUCTION=false
|
||||
INVENIO_THEME_IFORM_CONTACT_FORM=true
|
||||
|
||||
5
env/production/caddy/Caddyfile
vendored
5
env/production/caddy/Caddyfile
vendored
@@ -3,11 +3,6 @@
|
||||
}
|
||||
|
||||
invenio.i-form.ie {
|
||||
handle_path /static/* {
|
||||
root * /var/www/
|
||||
file_server
|
||||
}
|
||||
|
||||
reverse_proxy invenio-rdm:5000
|
||||
encode gzip
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user