Shin

Results 40 comments of Shin

@ArvindhMangoleap By the way, I think that the TTL setting in docker-compose.yml is good enough for cache-control. Try changing it to a week, maybe a few months is better.

@DarthSim Thanks for your reply. In my setup, imgproxy service is behind the nginx. It does not expose imgproxy rules as well as the service port, so it keeps imgproxy...

Agree with @CompuRoot Another option is updating the owner and group to web root directory: ```bash chown -R user:www-data /var/www ```

+1 for user deletion.

+1 for user deletion.

@takezoe My setup is described in #2858

@aadrian Thanks for suggestion but I mean mermaid plugin because I am writing diagrams in my markdown files, not UML diagrams.

@takezoe I sent `/api/v3/repos///contents/` requests with these headers: - `Accept: application/vnd.github.v3.raw` - `Authorization: token %the_access_token%` The ratio of successful queries with HTTP status 200 is about 40% (request timeout is...