mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Dont include the protocol in the base path. This causes problems on servers behind reverse proxies.
This commit is contained in:
parent
fd541c874d
commit
ccd4e82aed
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue