Skip to content

Commit

Permalink
allow media proxy to grapheneos.org/grapheneos.social
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jul 21, 2024
1 parent 07eb365 commit 53bc7fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ http {
fastcgi_pass backend;
}

location ~ ^/media-proxy/(?<phost>i.imgur.com)(?<puri>/[^\s]*) {
location ~ ^/media-proxy/(?<phost>i.imgur.com|grapheneos.org|grapheneos.social)(?<puri>/[^\s]*) {
if ($request_method != GET) {
return 405;
}
Expand Down

0 comments on commit 53bc7fc

Please sign in to comment.