aboutsummaryrefslogtreecommitdiffhomepage
path: root/.docker
Commit message (Collapse)AuthorAgeFilesLines
* Reviewed nginx configurationArthurHoaro2020-11-071-31/+12
| | | | | | | | | | | 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.
* Fix: nginx - add rule to disable url-rewriting for the docsArthurHoaro2020-10-211-1/+6
| | | | Related to #1603
* docker: build the images from the local sourcesVirtualTam2018-06-176-0/+108
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net>