backend was 404

This commit is contained in:
2026-09-02 18:14:34 +00:00
parent b1f5b83b1d
commit ee17dda304
+2
View File
@@ -1,5 +1,6 @@
{{ host }}{% if apex_host is defined and apex_host %}, {{ apex_host }}{% endif %} {
# PocketBase Admin UI and REST API
redir /_ /_/
handle /_/* {
reverse_proxy {{ container_name }}:8090
}
@@ -15,6 +16,7 @@
{% if admin_host is defined and admin_host %}
{{ admin_host }} {
redir / /_/
reverse_proxy {{ container_name }}:8090
}
{% endif %}