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 42d7241b75
commit 2ccd218c00

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;