]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Reviewed nginx configuration 1628/head
authorArthurHoaro <arthur@hoa.ro>
Sat, 7 Nov 2020 13:27:49 +0000 (14:27 +0100)
committerArthurHoaro <arthur@hoa.ro>
Sat, 7 Nov 2020 13:27:49 +0000 (14:27 +0100)
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.


No differences found