Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reviewed nginx configuration | ArthurHoaro | 2020-11-07 | 1 | -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 docs | ArthurHoaro | 2020-10-21 | 1 | -1/+6 |
| | | | | Related to #1603 | ||||
* | docker: build the images from the local sources | VirtualTam | 2018-06-17 | 6 | -0/+108 |
Relates to https://github.com/shaarli/Shaarli/issues/1153 Signed-off-by: VirtualTam <virtualtam@flibidi.net> |