miniflux: added TODO

This commit is contained in:
eyjhb 2025-01-20 18:35:42 +01:00
parent 3c2f598cb1
commit 3f41b7a103
No known key found for this signature in database
GPG key ID: 609F508E3239F920

View file

@ -45,6 +45,9 @@ in {
# allow sharing
locations."/share".proxyPass = httpListenOn;
# used for sharing
# TODO: would be nice if nginx could serve this instead
locations."~* \.(js|jpg|png|css)$".proxyPass = httpListenOn;
};