Fix nginx.conf reverse proxy cache URL path for sponsor images

This commit is contained in:
wiz 2020-11-16 00:43:10 +09:00
parent c24e44f6fa
commit ffb08e5e01
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -133,7 +133,7 @@ http {
location = /api/ {
try_files $uri $uri/ /index.html =404;
}
location /api/v1/donations {
location /api/v1/donations/images {
# don't rate limit this URL prefix
proxy_pass http://127.0.0.1:8999;
proxy_cache cache;