Disable rate limiting for pictrs #79

Merged
dessalines merged 1 commits from pictrs-disable-rate-limiting into main 2020-08-10 15:47:02 +00:00
Owner
No description provided.
dessalines reviewed 2020-08-07 15:37:26 +00:00
@ -76,1 +76,4 @@
# Separate location block to disable rate limiting for images
location /pictrs {
proxy_pass http://0.0.0.0:8537/pictrs;
Owner

This would undo our routing of pictrs through lemmy.

This would undo our routing of pictrs through lemmy.
Author
Owner

Oops, fixed.

Oops, fixed.
dessalines merged commit 780e7f9497 into main 2020-08-10 15:47:02 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: LemmyNet/lemmy#79
No description provided.