miniflux: added TODO
This commit is contained in:
parent
3c2f598cb1
commit
3f41b7a103
1 changed files with 3 additions and 0 deletions
|
@ -45,6 +45,9 @@ in {
|
||||||
|
|
||||||
# allow sharing
|
# allow sharing
|
||||||
locations."/share".proxyPass = httpListenOn;
|
locations."/share".proxyPass = httpListenOn;
|
||||||
|
|
||||||
|
# used for sharing
|
||||||
|
# TODO: would be nice if nginx could serve this instead
|
||||||
locations."~* \.(js|jpg|png|css)$".proxyPass = httpListenOn;
|
locations."~* \.(js|jpg|png|css)$".proxyPass = httpListenOn;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue