From: ArthurHoaro Date: Sat, 7 Nov 2020 13:27:49 +0000 (+0100) Subject: Reviewed nginx configuration X-Git-Tag: v0.12.1^2~6^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=ce901a58289c72bf7f4dc3515a2be70562cd618b;hp=ce901a58289c72bf7f4dc3515a2be70562cd618b;p=github%2Fshaarli%2FShaarli.git Reviewed nginx configuration Both in documentation and Docker image. For security purpose, it no longer allow to access static files through the main nginx *location*. Static files are served if their extension matches the whitelist. As a side effect, we no longer need specific restrictions, and therefore it fixes the nginx part of #1608. ---