mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-03 05:55:16 +01:00
Dont include the protocol in the base path. This causes problems on servers behind reverse proxies.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
{{ encore_entry_link_tags('app') }}
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body data-base-url="{{ app.request.schemeAndHttpHost }}">
|
||||
<body data-base-url="{{ app.request.basePath }}">
|
||||
{% block body %}
|
||||
|
||||
<header>
|
||||
|
||||
Reference in New Issue
Block a user