Does adding a [[statics]]
section like explained in the docs work even if I am only accessing the app via the ipv6 internally?
e.G. I don’t have any [[services.ports]]
section.
I tried with the Following:
[[statics]]
guest_path = "/home/node/app/public/img"
url_prefix = "/docs/public/img"
But URLs like https://example.org/docs/public/img/app-color-inspect.png
are still being served by my fastify server instead.
The /home/node/app/public/img
path exists, so if I ssh into the container I can actually access the image at /home/node/app/public/img/app-color-inspect.png