Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
|
@juliushaertl, thanks for your PR! By analyzing the history of the files in this pull request, we identified @LukasReschke, @schiessle and @nickvergessen to be potential reviewers. |
|
We can also have one cache per domain... |
That would be pretty bad, since then we would need to store an individual cached css file for each domain as well.
Not sure about that, I remember some issues with Nextcloud not running in root but I've tested that with the proposed changes and it works as well. |
|
Hmm is it possible that the problem is when two urls use a different subpath (folder)? |
|
@nickvergessen Is that something that is possible to configure? So to summarize we can have one Nextcloud instance that can be accessed by the following set of URLs: Is there anything missing? So i guess we should cache scss files then for each of this combinations of server host and subdirectories. |
Absolute urls will not work with multiple trusted domains, since they are cached here.
Fix for #5085