You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-> If: -> disable_symlinks if_not_owner from=$document_root;
brotli_static won't search for the br file, or does not run after finding it... cannot debug.
result is brotli compressing file on the fly without serving the static precompressed file beside.
Doesn't matter if there are symlinks at the paths... without symlinks it is the same, already tested.
-> If: -> disable_symlinks if_not_owner;
if there is no "from" variable, brotli_static will serve static precompressed file without problems.
Testing with ISPCONFIG platform with default nginx vhosts templates, with brotli modules compiled with dynamic loading method.
The text was updated successfully, but these errors were encountered:
Helo there,
at first, thanks so much for your work...
only to report:
-> If: -> disable_symlinks if_not_owner from=$document_root;
brotli_static won't search for the br file, or does not run after finding it... cannot debug.
result is brotli compressing file on the fly without serving the static precompressed file beside.
Doesn't matter if there are symlinks at the paths... without symlinks it is the same, already tested.
-> If: -> disable_symlinks if_not_owner;
if there is no "from" variable, brotli_static will serve static precompressed file without problems.
Testing with ISPCONFIG platform with default nginx vhosts templates, with brotli modules compiled with dynamic loading method.
The text was updated successfully, but these errors were encountered: