diff --git a/machines/gerd/services/miniflux.nix b/machines/gerd/services/miniflux.nix index 78c4780..9da3294 100644 --- a/machines/gerd/services/miniflux.nix +++ b/machines/gerd/services/miniflux.nix @@ -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; };