backend was 404
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
{{ host }}{% if apex_host is defined and apex_host %}, {{ apex_host }}{% endif %} {
|
{{ host }}{% if apex_host is defined and apex_host %}, {{ apex_host }}{% endif %} {
|
||||||
# PocketBase Admin UI and REST API
|
# PocketBase Admin UI and REST API
|
||||||
|
redir /_ /_/
|
||||||
handle /_/* {
|
handle /_/* {
|
||||||
reverse_proxy {{ container_name }}:8090
|
reverse_proxy {{ container_name }}:8090
|
||||||
}
|
}
|
||||||
@@ -15,6 +16,7 @@
|
|||||||
|
|
||||||
{% if admin_host is defined and admin_host %}
|
{% if admin_host is defined and admin_host %}
|
||||||
{{ admin_host }} {
|
{{ admin_host }} {
|
||||||
|
redir / /_/
|
||||||
reverse_proxy {{ container_name }}:8090
|
reverse_proxy {{ container_name }}:8090
|
||||||
}
|
}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user